Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerStdTest (0.14 sec)

  1. src/cmd/dist/test.go

    // testing func in registerStdTest below. The tests are run
    // sequentially, so there's no need for locks.
    //
    // ranGoBench and benchMatches are the same, but are only used
    // in -race mode.
    var (
    	ranGoTest  bool
    	stdMatches []string
    
    	ranGoBench   bool
    	benchMatches []string
    )
    
    func (t *tester) registerStdTest(pkg string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top