Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSignalForwardingGo (0.44 sec)

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

    		if expectSignal(t, err, syscall.SIGSEGV, syscall.SIGQUIT) {
    			return
    		}
    	}
    
    	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.
    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