diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-05-21 09:36:42 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-21 09:46:36 +0000 |
| commit | 1014eca7bf35e59d7e3c9b4fea0fbd2701ff0061 (patch) | |
| tree | 3abcc5e288d9769d306f092570da3b238d0f7d44 /pkg | |
| parent | 5546e69adad6744befb5bc74a32763d20c7db4a6 (diff) | |
syz-ci: switch to using syz-manager for smoke testing
Add smoke testing mode to manager and use it in syz-ci
instead of pkg/instance which uses syz-fuzzer binary.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/report.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/report.go b/pkg/report/report.go index 514a47734..2003b8b83 100644 --- a/pkg/report/report.go +++ b/pkg/report/report.go @@ -65,6 +65,8 @@ type Report struct { Recipients vcs.Recipients // GuiltyFile is the source file that we think is to blame for the crash (filled in by Symbolize). GuiltyFile string + // Arbitrary information about the test VM, may be attached to the report by users of the package. + MachineInfo []byte // reportPrefixLen is length of additional prefix lines that we added before actual crash report. reportPrefixLen int // symbolized is set if the report is symbolized. |
