Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CgoExternalThreadSignal (0.25 sec)

  1. src/runtime/crash_cgo_test.go

    	t.Parallel()
    	// issue 10139
    	switch runtime.GOOS {
    	case "plan9", "windows":
    		t.Skipf("no pthreads on %s", runtime.GOOS)
    	}
    
    	got := runTestProg(t, "testprogcgo", "CgoExternalThreadSignal")
    	if want := "OK\n"; got != want {
    		if runtime.GOOS == "ios" && strings.Contains(got, "C signal did not crash as expected") {
    			testenv.SkipFlaky(t, 59913)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 16:44:47 UTC 2024
    - 22.2K bytes
    - Viewed (1)
Back to top