Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestSignalForwardingGo (0.19 sec)

  1. src/runtime/signal_darwin_amd64.go

    		// There are no Google hits for b01dfacedebac1e or 0xb01dfacedebac1e
    		// as I type this comment.
    		//
    		// Note: if this code is removed, please consider
    		// enabling TestSignalForwardingGo for darwin-amd64 in
    		// misc/cgo/testcarchive/carchive_test.go.
    		if c.sigcode() == _SI_USER {
    			c.set_sigcode(_SI_USER + 1)
    			c.set_sigaddr(0xb01dfacedebac1e)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 23:07:11 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. 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