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

Unified Diff: tools/foozzie/v8_suppressions.py

Issue 2637003004: [foozzie] Suppress stack-trace difference (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 f3c04c603e18ea96015065b0b6fc1dee48d79942..5633399215247821fe6f75b15d17df9c2f051d94 100644
--- a/tools/foozzie/v8_suppressions.py
+++ b/tools/foozzie/v8_suppressions.py
@@ -115,6 +115,9 @@ ALLOWED_LINE_DIFFS = [
# crbug.com/680064. This subsumes one of the above expressions.
r'^(.*)TypeError: .* function$',
+
+ # crbug.com/681326
+ r'^(.*<anonymous>):\d+:\d+(.*)$',
]
# Lines matching any of the following regular expressions will be ignored.
« 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