From 9d0132a2fb379f6464ea0c08c98e77d361eb564d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 12 Dec 2017 11:58:52 +0100 Subject: pkg/report: move guilty file test data to testdir/ linux_test.go is total mess and very hard to work with. Turns out we had 2 tests that do exactly the same (verify Report), but nobody ever noticed. Move all test data to testdir/. One file per crash. --- pkg/report/testdata/linux/guilty/20 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/report/testdata/linux/guilty/20 (limited to 'pkg/report/testdata/linux/guilty/20') diff --git a/pkg/report/testdata/linux/guilty/20 b/pkg/report/testdata/linux/guilty/20 new file mode 100644 index 000000000..0fc073699 --- /dev/null +++ b/pkg/report/testdata/linux/guilty/20 @@ -0,0 +1,3 @@ +FILE: driver/foo/lib/foo.c + +driver/foo/lib/foo.c:10 -- cgit mrf-deployment