Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMainExportedOnAndroid (0.33 sec)

  1. src/cmd/cgo/internal/testcshared/cshared_test.go

    	out := runExe(t, []string{"LD_LIBRARY_PATH=."}, bin)
    
    	if strings.TrimSpace(out) != "PASS" {
    		t.Error(out)
    	}
    }
    
    // test3: tests main.main is exported on android.
    func TestMainExportedOnAndroid(t *testing.T) {
    	globalSkip(t)
    	testenv.MustHaveCGO(t)
    	testenv.MustHaveExec(t)
    
    	t.Parallel()
    
    	switch GOOS {
    	case "android":
    		break
    	default:
    		t.Logf("Skipping on %s", GOOS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
Back to top