Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aconsize (0.19 sec)

  1. src/internal/fuzz/fuzz.go

    	}
    	if opts.MinimizeLimit > 0 || opts.MinimizeTimeout > 0 {
    		for _, t := range opts.Types {
    			if isMinimizable(t) {
    				c.minimizationAllowed = true
    				break
    			}
    		}
    	}
    
    	covSize := len(coverage())
    	if covSize == 0 {
    		fmt.Fprintf(c.opts.Log, "warning: the test binary was not built with coverage instrumentation, so fuzzing will run without coverage guidance and may be inefficient\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top