Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkGdbEnvironment (0.16 sec)

  1. src/runtime/runtime-gdb_test.go

    // Some runtime tests send SIGWINCH to the entire process group, so those tests
    // must never run in parallel with GDB tests.
    //
    // See issue 39021 and https://sourceware.org/bugzilla/show_bug.cgi?id=26056.
    
    func checkGdbEnvironment(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	switch runtime.GOOS {
    	case "darwin":
    		t.Skip("gdb does not work on darwin")
    	case "netbsd":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top