Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExtraFilesRace (0.3 sec)

  1. src/os/exec/exec_test.go

    	}
    	if stdout.String() != text {
    		t.Errorf("got stdout %q, stderr %q; want %q on stdout", stdout.String(), stderr.String(), text)
    	}
    }
    
    func TestExtraFilesRace(t *testing.T) {
    	if runtime.GOOS == "windows" {
    		maySkipHelperCommand("describefiles")
    		t.Skip("no operating system support; skipping")
    	}
    	t.Parallel()
    
    	listen := func() net.Listener {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top