Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWindowsStackMemoryCgo (0.22 sec)

  1. src/runtime/crash_cgo_test.go

    	switch runtime.GOOS {
    	case "plan9", "windows":
    		t.Skipf("no pthreads on %s", runtime.GOOS)
    	}
    	t.Parallel()
    	testLockOSThreadExit(t, "testprogcgo")
    }
    
    func TestWindowsStackMemoryCgo(t *testing.T) {
    	if runtime.GOOS != "windows" {
    		t.Skip("skipping windows specific test")
    	}
    	testenv.SkipFlaky(t, 22575)
    	o := runTestProg(t, "testprogcgo", "StackMemory")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 16:44:47 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top