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

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2638913002: [foozzie] Suppress crbug.com/681806 (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 26465da0e98ec1c94419781ea24c135ad8689eb5..73f07996278687ef27992185297ae2a53200f5df 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -86,6 +86,8 @@ IGNORE_OUTPUT = {
re.compile(r'RangeError', re.S),
'crbug.com/667678':
re.compile(r'\[native code\]', re.S),
+ 'crbug.com/681806':
+ re.compile(r'\[object WebAssembly\.Instance\]', re.S),
},
'validate_asm': {
'validate_asm':
« 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