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

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2637423002: [foozzie] Add stronger failures suppression for crbug.com/681088 (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 73f07996278687ef27992185297ae2a53200f5df..3fd750a33b7de5ae67b7590ee31d0362d66076c0 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -88,6 +88,8 @@ IGNORE_OUTPUT = {
re.compile(r'\[native code\]', re.S),
'crbug.com/681806':
re.compile(r'\[object WebAssembly\.Instance\]', re.S),
+ 'crbug.com/681088':
+ re.compile(r'TypeError: Cannot read property \w+ of undefined', 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