Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testBuildFortvOS (0.39 sec)

  1. src/cmd/link/link_test.go

    	}
    	re := regexp.MustCompile(`(?m)^main\(.*text\): relocation target undefined not defined$`)
    	if !re.Match(out) {
    		t.Fatalf("got:\n%q\nwant:\n%s", out, re)
    	}
    }
    
    func TestBuildForTvOS(t *testing.T) {
    	testenv.MustHaveCGO(t)
    	testenv.MustHaveGoBuild(t)
    
    	// Only run this on darwin, where we can cross build for tvOS.
    	if runtime.GOOS != "darwin" {
    		t.Skip("skipping on non-darwin platform")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top