Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPipeThreads (0.12 sec)

  1. src/os/os_test.go

    			}
    		}()
    	}
    	close(hold) // let workers race to remove root
    	wg.Wait()
    }
    
    // Test that reading from a pipe doesn't use up a thread.
    func TestPipeThreads(t *testing.T) {
    	switch runtime.GOOS {
    	case "illumos", "solaris":
    		t.Skip("skipping on Solaris and illumos; issue 19111")
    	case "windows":
    		t.Skip("skipping on Windows; issue 19098")
    	case "plan9":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top