Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExecInDeletedDir (0.13 sec)

  1. src/cmd/go/go_test.go

    	tg.grepStdout("coverage: 100", "no coverage")
    }
    
    // Regression test for golang.org/issue/34499: version command should not crash
    // when executed in a deleted directory on Linux.
    func TestExecInDeletedDir(t *testing.T) {
    	switch runtime.GOOS {
    	case "windows", "plan9",
    		"aix",                // Fails with "device busy".
    		"solaris", "illumos": // Fails with "invalid argument".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top