aboutsummaryrefslogtreecommitdiffstats
path: root/syz-verifier/stats_test.go
Commit message (Collapse)AuthorAgeFilesLines
* syz-verifier: use ignore flag because go mod tidy knows itTaras Madan2024-07-021-1/+1
|
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-0/+5
| | | | | | Switch to flatrpc.ProgInfo. Note: this disables syz-runtest and syz-verifier.
* syz-verifier: fix stats access, remove racesTaras Madan2022-03-311-19/+21
| | | | Removed atomic operations. Added object level mutex.
* syz-verifier: improve statistics (#3038)Taras Madan2022-03-221-4/+4
| | | | s/TotalMismatches/TotalCallMismatches/ for readability. Add ExecErrorProgs to count failures.
* syz-verifier: remove verifier, io and os/signal from the stats dependenciesTaras Madan2021-10-151-10/+8
|
* pkg/rpctype, syz-runner, syz-verifier: add reruns to syz-verifier architectureMara Mihali2021-08-061-2/+6
| | | | | | | When a mismatch is found in the results returned for a program, the program will be rerun on all the kernels to ensure the mismatch is not flaky (i.e. it didn't occur because of some background activity or external state and will always be returned when running the program). If the same mismatch occurs in all reruns, syz-verifier creates a report for the program, otherwise it discards the program as being flaky
* syz-verifier: include crashes in the results verificationMara Mihali2021-07-221-8/+19
|
* syz-verifier: gather stats based on ReturnState not just ErrnoMara Mihali2021-07-221-8/+8
|
* syz-verifier: move all files to main packageMara Mihali2021-07-221-0/+83