Commit 34ba47da authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Remove async suppressions

NOTRY=true
TBR=gsathya@chromium.org

Bug: chromium:800651
Change-Id: I9e978c430cbeef0fcf004d1cfbd1e64f15983155
Reviewed-on: https://chromium-review.googlesource.com/933294Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51490}
parent f7d7b5c6
...@@ -72,14 +72,6 @@ IGNORE_SOURCES = { ...@@ -72,14 +72,6 @@ IGNORE_SOURCES = {
# label. # label.
# Regular expressions are assumed to be compiled. We use regexp.search. # Regular expressions are assumed to be compiled. We use regexp.search.
IGNORE_TEST_CASES = { IGNORE_TEST_CASES = {
'slow_path': {
'crbug.com/800651':
re.compile(r'async', re.S),
},
'slow_path_opt': {
'crbug.com/800651':
re.compile(r'async', re.S),
},
} }
# Ignore by output pattern. Map from config->bug->regexp. See IGNORE_TEST_CASES # Ignore by output pattern. Map from config->bug->regexp. See IGNORE_TEST_CASES
......
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