Reviewers: Hablich, Michael Starzinger,
Message:
PTAL
Description:
[test] Extend clusterfuzz check with more jobs.
BUG=chromium:493043
LOG=n
NOTRY=true
Please review this at https://codereview.chromium.org/1196453002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+18, -0 lines):
M tools/release/check_clusterfuzz.py
Index: tools/release/check_clusterfuzz.py
diff --git a/tools/release/check_clusterfuzz.py
b/tools/release/check_clusterfuzz.py
index
8fec910736edb5cab09f645fa4857abaf75edae3..fc826c1df3cdcbd590ede6e9021f0194f8767cc5
100755
--- a/tools/release/check_clusterfuzz.py
+++ b/tools/release/check_clusterfuzz.py
@@ -53,6 +53,15 @@ BUG_SPECS = [
},
{
"args": {
+ "job_type": "linux_asan_d8",
+ "reproducible": "True",
+ "open": "True",
+ "bug_information": "",
+ },
+ "crash_state": ANY_RE,
+ },
+ {
+ "args": {
"job_type": "linux_asan_d8_dbg",
"reproducible": "True",
"open": "True",
@@ -62,6 +71,15 @@ BUG_SPECS = [
},
{
"args": {
+ "job_type": "linux_asan_d8_v8_arm_dbg",
+ "reproducible": "True",
+ "open": "True",
+ "bug_information": "",
+ },
+ "crash_state": ANY_RE,
+ },
+ {
+ "args": {
"job_type": "linux_asan_d8_v8_arm64_dbg",
"reproducible": "True",
"open": "True",
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.