aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/git_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-11-20 14:19:13 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-11-20 14:20:38 +0100
commit9aca6b5240809308d9078a0a0f0707512c5b0220 (patch)
tree72d2818c1d26337a0c10a6890750aa733ef0568f /pkg/vcs/git_test.go
parent1828ebc0fabe693be934c58899cfd5e91562b3a4 (diff)
pkg/vcs: also recognize Tested-by: git commit tags
For context see: https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ
Diffstat (limited to 'pkg/vcs/git_test.go')
-rw-r--r--pkg/vcs/git_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/vcs/git_test.go b/pkg/vcs/git_test.go
index 7c0f32a30..5c036e14c 100644
--- a/pkg/vcs/git_test.go
+++ b/pkg/vcs/git_test.go
@@ -138,6 +138,7 @@ var extractFixTagsOutput = []FixCommit{
{"8e4090902540da8c6e8f", "executor: remove dead code"},
{"a640a0fc325c29c3efcb", "executor: remove dead code"},
{"8e4090902540da8c6e8fa640a0fc325c29c3efcb", "pkg/csource: fix string escaping bug"},
+ {"4234987263748623784623758235", "pkg/csource: fix string escaping bug"},
{"6dd701dc797b23b8c761", "When freeing a lockf struct that already is part of a linked list, make sure to"},
}
@@ -166,6 +167,7 @@ Date: Fri Dec 22 11:59:09 2017 +0100
pkg/csource: fix string escaping bug
Reported-and-tested-by: syzbot+8e4090902540da8c6e8fa640a0fc325c29c3efcb@my.mail.com
+ Tested-by: syzbot+4234987263748623784623758235@my.mail.com
commit 47546510aa98d3fbff3291a5dc3cefe712e70394
Author: anton <openbsd@openbsd.org>