Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/go/testdata/script/test_fuzz.txt

    # Test panic with malformed seed corpus
    ! go test -run FuzzFail corpustesting/fuzz_testdata_corpus_test.go
    ! stdout ^ok
    stdout FAIL
    
    # Test pass with file in other nested testdata directory
    go test -run FuzzInNestedDir corpustesting/fuzz_testdata_corpus_test.go
    stdout ok
    ! stdout FAIL
    ! stdout 'fatal here'
    
    # Test fails with file containing wrong type
    ! go test -run FuzzWrongType corpustesting/fuzz_testdata_corpus_test.go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top