Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCgoSigfwd (0.19 sec)

  1. src/runtime/crash_cgo_test.go

    	output := runTestProg(t, "testprogcgo", "GoroutineProfile")
    	want := "OK\n"
    	if output != want {
    		t.Fatalf("want %s, got %s\n", want, output)
    	}
    }
    
    func TestCgoSigfwd(t *testing.T) {
    	t.Parallel()
    	if !goos.IsUnix {
    		t.Skipf("no signals on %s", runtime.GOOS)
    	}
    
    	got := runTestProg(t, "testprogcgo", "CgoSigfwd", "GO_TEST_CGOSIGFWD=1")
    	if want := "OK\n"; got != want {
    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