Commit 35eb7fb9 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Suppress C stack traces.

Bug: chromium:705962
NOTRY=true

Change-Id: I734df88af104a9e9800600fee7f41cee5a128450
Reviewed-on: https://chromium-review.googlesource.com/474031Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44566}
parent 13ad5081
......@@ -165,6 +165,9 @@ IGNORE_LINES = [
# crbug.com/677032
r'^.*:\d+:.*asm\.js.*: success$',
# crbug.com/705962
r'^\s\[0x[0-9a-f]+\]$',
]
......
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