Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/os/exec/exec_test.go

    			t.Errorf("Wait error = %v; want exit status 1", err)
    		}
    	})
    }
    
    // TestConcurrentExec is a regression test for https://go.dev/issue/61080.
    //
    // Forking multiple child processes concurrently would sometimes hang on darwin.
    // (This test hung on a gomote with -count=100 after only a few iterations.)
    func TestConcurrentExec(t *testing.T) {
    	ctx, cancel := context.WithCancel(context.Background())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top