Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLinkerTmpDirIsDeleted (0.15 sec)

  1. src/cmd/go/go_test.go

    	if bytes.Count(tg.stdout.Bytes(), []byte{'\n'})+bytes.Count(tg.stderr.Bytes(), []byte{'\n'}) > 1 {
    		t.Error("unnecessary output when installing installed package")
    	}
    }
    
    // Issue 24704.
    func TestLinkerTmpDirIsDeleted(t *testing.T) {
    	skipIfGccgo(t, "gccgo does not use cmd/link")
    	testenv.MustHaveCGO(t)
    	tooSlow(t, "builds a package with cgo dependencies")
    
    	tg := testgo(t)
    	defer tg.cleanup()
    	tg.parallel()
    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