Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestStdFixed (0.28 sec)

  1. src/cmd/compile/internal/types2/stdlib_test.go

    		"embedvers.go",   // tests //go:embed
    		"linkname2.go",   // types2 doesn't check validity of //go:xxx directives
    		"linkname3.go",   // types2 doesn't check validity of //go:xxx directives
    	)
    }
    
    func TestStdFixed(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	if testing.Short() && testenv.Builder() == "" {
    		t.Skip("skipping in short mode")
    	}
    
    	testTestDir(t, filepath.Join(testenv.GOROOT(t), "test", "fixedbugs"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. src/go/types/stdlib_test.go

    		"embedvers.go",   // tests //go:embed
    		"linkname2.go",   // go/types doesn't check validity of //go:xxx directives
    		"linkname3.go",   // go/types doesn't check validity of //go:xxx directives
    	)
    }
    
    func TestStdFixed(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	if testing.Short() && testenv.Builder() == "" {
    		t.Skip("skipping in short mode")
    	}
    
    	testTestDir(t, filepath.Join(testenv.GOROOT(t), "test", "fixedbugs"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 19 04:39:56 UTC 2023
    - 13.7K bytes
    - Viewed (0)
Back to top