Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTestInterrupt (0.2 sec)

  1. src/cmd/go/go_unix_test.go

    	} else {
    		t.Fatalf("wrote x with mode %v, wanted no 0077 bits (%v)", got, want)
    	}
    }
    
    // TestTestInterrupt verifies the fix for issue #60203.
    //
    // If the whole process group for a 'go test' invocation receives
    // SIGINT (as would be sent by pressing ^C on a console),
    // it should return quickly, not deadlock.
    func TestTestInterrupt(t *testing.T) {
    	if testing.Short() {
    		t.Skipf("skipping in short mode: test executes many subprocesses")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 19 16:17:55 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top