aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-10-18 16:56:05 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-10-18 16:56:05 +0200
commit6a4810dd45e00bc652d8eb5ef38efa985c92d4c9 (patch)
tree3d483a2b5a18b32ddc7594c7a4fe8bd413feeb27 /pkg/report/linux_test.go
parent441d64d9a559372866815d307bee04b55c9622d1 (diff)
pkg/report: strip unnecessary info from "workqueue lockup" crashes
Diffstat (limited to 'pkg/report/linux_test.go')
-rw-r--r--pkg/report/linux_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/report/linux_test.go b/pkg/report/linux_test.go
index fae68435f..a1594488d 100644
--- a/pkg/report/linux_test.go
+++ b/pkg/report/linux_test.go
@@ -776,6 +776,10 @@ other info that might help us debug this:
[ 16.762666] [syscamera][msm_companion_pll_init::544][WAFER_INFO::0xcf80]
[ 16.763144] [syscamera][msm_companion_pll_init::594][BIN_INFO::0x0008][WAFER_INFO::0xcf80][voltage 0.775]
`: ``,
+
+ `
+BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 32s!
+`: `BUG: workqueue lockup`,
}
testParse(t, "linux", tests)
}