Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSignalForwardingExternal (0.28 sec)

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

    		out, err = cmd.CombinedOutput()
    		if len(out) > 0 {
    			t.Logf("%s", out)
    		}
    		expectSignal(t, err, syscall.SIGPIPE, 0)
    	}
    }
    
    func TestSignalForwardingExternal(t *testing.T) {
    	if GOOS == "freebsd" || GOOS == "aix" {
    		t.Skipf("skipping on %s/%s; signal always goes to the Go runtime", GOOS, GOARCH)
    	} else if GOOS == "darwin" && GOARCH == "amd64" {
    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