Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pmdMain (0.07 sec)

  1. src/cmd/go/internal/test/test.go

    	if err := b.BackgroundShell().Mkdir(testDir); err != nil {
    		return nil, nil, nil, err
    	}
    
    	pmain.Dir = testDir
    	pmain.Internal.OmitDebug = !testC && !testNeedBinary()
    	if pmain.ImportPath == "runtime.test" {
    		// The runtime package needs a symbolized binary for its tests.
    		// See runtime/unsafepoint_test.go.
    		pmain.Internal.OmitDebug = false
    	}
    
    	if !cfg.BuildN {
    		// writeTestmain writes _testmain.go,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top