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

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2644573002: [foozzie] Use stronger suppression for 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 5fd3440faa64c2123deb1097d0d46da8aa9f4e85..b982e111abeb0c133b2fb7fb4dd901b5c16562b6 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -95,7 +95,7 @@ IGNORE_OUTPUT = {
'crbug.com/667678':
re.compile(r'\[native code\]', re.S),
'crbug.com/681806':
- re.compile(r'\[object WebAssembly\.Instance\]', re.S),
+ re.compile(r'WebAssembly\.Instance', re.S),
'crbug.com/681088':
re.compile(r'TypeError: Cannot read property \w+ of undefined', re.S),
},
« 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