index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
report
/
report_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: move TitleToCrashType to crash package
Dmitry Vyukov
2026-01-09
1
-1
/
+1
*
pkg/report: tune tests generation
Taras Madan
2026-01-09
1
-1
/
+7
*
pkg/report: don't print empty FRAME in failing tests
Taras Madan
2025-10-30
1
-5
/
+5
*
pkg/manager: store tail reports
Taras Madan
2025-08-28
1
-0
/
+35
*
dashboard/app: use crash types instead, no regexps
Taras Madan
2025-07-02
1
-1
/
+1
*
pkg/report: factor out type definitions
Taras Madan
2025-06-27
1
-4
/
+1
*
pkg/report: demangle Rust reports
Aleksandr Nogikh
2025-06-18
1
-2
/
+41
*
pkg/report: refactor parse tests
Aleksandr Nogikh
2024-08-22
1
-51
/
+71
*
pkg/report: extract the syz-executor info
Aleksandr Nogikh
2024-08-22
1
-6
/
+15
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-6
/
+6
*
syz-manager: truncate repro logs before reporting
Aleksandr Nogikh
2024-02-21
1
-0
/
+15
*
pkg/report: move report.Type to pkg/report/crash
Aleksandr Nogikh
2023-07-05
1
-5
/
+6
*
pkg/report: extract more report types for Linux
Aleksandr Nogikh
2023-07-05
1
-14
/
+6
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-5
/
+5
*
pkg/report: test ReportToGuiltyFile
Aleksandr Nogikh
2023-02-08
1
-21
/
+39
*
pkg/report: export GuiltyFile and report it to the dashboard
Aleksandr Nogikh
2022-12-16
1
-2
/
+2
*
pkg/report: don't run all tests in race mode
Dmitry Vyukov
2021-12-21
1
-4
/
+9
*
pkg/report: decompile opcodes from reports
Aleksandr Nogikh
2021-08-12
1
-0
/
+1
*
all: use entire log to detect reports to suppress
Aleksandr Nogikh
2021-08-06
1
-3
/
+3
*
pkg/report: separate reporter wrapper from OS-specific implementations
Aleksandr Nogikh
2021-08-06
1
-5
/
+5
*
pkg/report: support alternative bug titles
Dmitry Vyukov
2021-01-17
1
-8
/
+28
*
pkg/mgrconfig: move derived fields into separate struct
Dmitry Vyukov
2020-11-30
1
-2
/
+4
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-2
/
+3
*
vm/vmimpl/merger: remove all CRs from output
Alexander Egorenkov
2020-10-02
1
-10
/
+6
*
pkg/report: add Report.SkipPos
Dmitry Vyukov
2020-05-13
1
-14
/
+17
*
pkg/report: detect syzkaller panics in lost connection bugs
Dmitry Vyukov
2019-11-06
1
-14
/
+28
*
syz-fuzzer, executor: Add support for blacklisting data race frames
Marco Elver
2019-10-22
1
-0
/
+2
*
prog: fix out-of-bounds access
Dmitry Vyukov
2019-07-30
1
-1
/
+1
*
pkg/report: add Type/Frame to Report
Dmitry Vyukov
2019-05-20
1
-45
/
+79
*
pkg/report: support CONFIG_PRINTK_CALLER
Dmitry Vyukov
2019-01-03
1
-0
/
+5
*
pkg/report: split overly complex function
Dmitry Vyukov
2018-12-21
1
-15
/
+19
*
pkg/report: fix Start/EndPos calculation for fuchsia
Dmitry Vyukov
2018-12-20
1
-2
/
+21
*
pkg/report: pass the target to each OS report constructor
Anton Lindqvist
2018-12-08
1
-1
/
+2
*
pkg/report: fix few fuzz bugs
Dmitry Vyukov
2018-09-27
1
-0
/
+10
*
pkg/report: fix guilty file extraction
Dmitry Vyukov
2018-09-26
1
-2
/
+20
*
pkg/mgrconfig: move from syz-manager/mgrconfig
Dmitry Vyukov
2018-08-02
1
-1
/
+1
*
pkg/report: refactor test
Dmitry Vyukov
2018-08-02
1
-16
/
+20
*
pkg/report: improve akaros reporter and implement symbolization
Dmitry Vyukov
2018-07-16
1
-1
/
+1
*
pkg/report: add suppressions for Go race OOMs
Dmitry Vyukov
2018-06-23
1
-17
/
+34
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
1
-1
/
+5
*
pkg/report: pass vm type to NewReporter
Dmitry Vyukov
2018-06-22
1
-1
/
+1
*
pkg/report: sanitize titles better
Dmitry Vyukov
2018-04-24
1
-8
/
+1
*
pkg/report: detect hangs in unregister_netdevice
Dmitry Vyukov
2018-04-13
1
-3
/
+4
*
pkg/report: fix typo in test failure message
Dmitry Vyukov
2018-04-09
1
-2
/
+2
*
pkg/report: improve corrupted report detection
Dmitry Vyukov
2018-04-09
1
-15
/
+24
*
pkg/report: add few tests where we mis-detect title/guilty file
Dmitry Vyukov
2018-01-06
1
-0
/
+7
*
pkg/report: fix __this_cpu_* report header call trace capture
Andrey Konovalov
2017-12-13
1
-1
/
+1
*
pkg/report: merge TestLinuxParseLog into TestParse
Dmitry Vyukov
2017-12-12
1
-4
/
+27
*
pkg/report: move guilty file test data to testdir/
Dmitry Vyukov
2017-12-12
1
-26
/
+61
*
pkg/report: move test data to testdir/
Dmitry Vyukov
2017-12-12
1
-58
/
+152
[next]