Commit 98a19629 authored by machenbach's avatar machenbach Committed by Commit bot

[foozzie] Suppress stack-trace difference

BUG=chromium:681326
NOTRY=true
TBR=rmcilroy@chromium.org,mstarzinger@chromium.org

Review-Url: https://codereview.chromium.org/2637003004
Cr-Commit-Position: refs/heads/master@{#42396}
parent 31beac34
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment