Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initFuzzFlags (0.15 sec)

  1. src/testing/fuzz.go

    // license that can be found in the LICENSE file.
    
    package testing
    
    import (
    	"errors"
    	"flag"
    	"fmt"
    	"io"
    	"os"
    	"path/filepath"
    	"reflect"
    	"runtime"
    	"strings"
    	"time"
    )
    
    func initFuzzFlags() {
    	matchFuzz = flag.String("test.fuzz", "", "run the fuzz test matching `regexp`")
    	flag.Var(&fuzzDuration, "test.fuzztime", "time to spend fuzzing; default is to run indefinitely")
    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