Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for fixsigcode (0.08 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	t.Errorf("program succeeded unexpectedly %d times", tries)
    }
    
    func TestSignalForwardingGo(t *testing.T) {
    	// This test fails on darwin-amd64 because of the special
    	// handling of user-generated SIGSEGV signals in fixsigcode in
    	// runtime/signal_darwin_amd64.go.
    	if runtime.GOOS == "darwin" && runtime.GOARCH == "amd64" {
    		t.Skip("not supported on darwin-amd64")
    	}
    	globalSkip(t)
    
    	checkSignalForwardingTest(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
Back to top