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

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2626073002: [foozzie] Suppress some asm test cases (Closed)
Patch Set: 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 22fee3c06b638c586e52fc560c704c962f19adc7..4b6bf563b9d9c0f82ae53eb54075e832c3f6e5e0 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -39,6 +39,10 @@ CARET_RE = re.compile(r'^\s*\^\s*$')
IGNORE_SOURCES = {
# This contains a usage of f.arguments that often fires.
'crbug.com/662424': '/v8/test/mjsunit/regress/regress-2989.js',
+
+ # Cases of stdlib access going wrong.
+ 'crbug.com/680110' : '/v8/test/mjsunit/compiler/regress-443744.js',
+ 'crbug.com/680110' : '/v8/test/mjsunit/regress/wasm/regression-647649.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