Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for synthesizeSkipEvent (0.3 sec)

  1. src/cmd/dist/test.go

    	end   chan struct{} // a value means cmd ended (or was skipped)
    }
    
    // printSkip prints a skip message for all of work.
    func (w *work) printSkip(t *tester, msg string) {
    	if t.json {
    		synthesizeSkipEvent(json.NewEncoder(&w.out), w.dt.name, msg)
    		return
    	}
    	fmt.Fprintln(&w.out, msg)
    }
    
    // A distTest is a test run by dist test.
    // Each test has a unique name and belongs to a group (heading)
    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