Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue52937 (0.38 sec)

  1. src/cmd/cgo/internal/testplugin/plugin_test.go

    	goCmd(t, "build", "-buildmode=plugin", "-o", "issue44956p2.so", "./issue44956/plugin2.go")
    	goCmd(t, "build", "-o", "issue44956.exe", "./issue44956/main.go")
    	run(t, "./issue44956.exe")
    }
    
    func TestIssue52937(t *testing.T) {
    	globalSkip(t)
    	goCmd(t, "build", "-buildmode=plugin", "-o", "issue52937.so", "./issue52937/main.go")
    }
    
    func TestIssue53989(t *testing.T) {
    	globalSkip(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top