Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCoroCgoCallback (0.13 sec)

  1. src/runtime/coro_test.go

    		"CoroLockOSThreadStopLocked",
    		"CoroLockOSThreadStopLockedIterNested",
    	} {
    		t.Run(test, func(t *testing.T) {
    			checkCoroTestProgOutput(t, runTestProg(t, "testprog", test))
    		})
    	}
    }
    
    func TestCoroCgoCallback(t *testing.T) {
    	testenv.MustHaveCGO(t)
    	if runtime.GOOS == "windows" {
    		t.Skip("coro cgo callback tests not supported on Windows")
    	}
    	for _, test := range []string{
    		"CoroCgoIterCallback",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:36:37 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top