Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2632223002: [foozzie] Add test suppressions (Closed)
Patch Set: moar Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/foozzie/v8_suppressions.py
diff --git a/tools/foozzie/v8_suppressions.py b/tools/foozzie/v8_suppressions.py
index 5633399215247821fe6f75b15d17df9c2f051d94..26465da0e98ec1c94419781ea24c135ad8689eb5 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -40,10 +40,21 @@ IGNORE_SOURCES = {
# This contains a usage of f.arguments that often fires.
'crbug.com/662424': '/v8/test/mjsunit/regress/regress-2989.js',
- # crbug.com/680110
- 'crbug.com/680110': '/v8/test/mjsunit/asm/pointer-masking.js',
- 'crbug.com/680110': '/v8/test/mjsunit/compiler/regress-443744.js',
- 'crbug.com/680110': '/v8/test/mjsunit/regress/wasm/regression-647649.js',
+ # crbug.com/681088
+ 'crbug.com/681088': '/v8/test/mjsunit/asm/asm-validation.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/asm/b5528-comma.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/asm/pointer-masking.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/compiler/regress-443744.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/regress/regress-599719.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/regress/wasm/regression-647649.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/wasm/asm-wasm.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/wasm/asm-wasm-deopt.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/wasm/asm-wasm-heap.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/wasm/asm-wasm-literals.js',
+ 'crbug.com/681088': '/v8/test/mjsunit/wasm/asm-wasm-stack.js',
+
Michael Achenbach 2017/01/18 10:35:28 lol, overwriting a dict key. oh well, will come up
+ # crbug.com/681236
+ 'crbug.com/681236': '/v8/test/mjsunit/wasm/asm-wasm-switch.js',
}
# Ignore by test case pattern. Map from bug->regexp.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698