Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for Binary1 (0.16 sec)

  1. src/os/os_test.go

    				}
    			}
    		})
    	}
    }
    
    func testKillProcess(t *testing.T, processKiller func(p *Process)) {
    	testenv.MustHaveExec(t)
    	t.Parallel()
    
    	// Re-exec the test binary to start a process that hangs until stdin is closed.
    	cmd := testenv.Command(t, Args[0])
    	cmd.Env = append(cmd.Environ(), "GO_OS_TEST_DRAIN_STDIN=1")
    	stdout, err := cmd.StdoutPipe()
    	if err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top