Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldFailFast (0.11 sec)

  1. src/testing/fuzz.go

    			// The corpusEntry must have non-nil Values in order to run the
    			// test. If Values is nil, it is a bug in our code.
    			panic(fmt.Sprintf("corpus file %q was not unmarshaled", e.Path))
    		}
    		if shouldFailFast() {
    			return true
    		}
    		testName := f.name
    		if e.Path != "" {
    			testName = fmt.Sprintf("%s/%s", testName, filepath.Base(e.Path))
    		}
    		if f.testContext.isFuzzing {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top