Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuzzCrash (0.1 sec)

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

    ! stdout unreachable
    ! stderr unreachable
    stdout 'fuzzing process terminated by unexpected signal; no crash will be recorded: signal: killed'
    
    # FuzzCrash sends itself a signal that looks like a crash.
    # We should save a crasher.
    ! go test -fuzz=FuzzCrash
    exists testdata/fuzz/FuzzCrash
    stdout '^\s+fuzzing process hung or terminated unexpectedly: exit status'
    
    -- go.mod --
    module test
    
    go 1.17
    -- fuzz_posix_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top