Commit 188cca4d authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Skip death-tests for mac64 asan

NOTRY=true

Bug: chromium:820416
Change-Id: If995357345c2916ed5a3c8d1ad94f783cf6d633a
Reviewed-on: https://chromium-review.googlesource.com/968249Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52031}
parent f17ad9e3
......@@ -3,5 +3,14 @@
# found in the LICENSE file.
[
['system == macos and asan', {
# BUG(820416).
'BitsDeathTest*': [SKIP],
'LiveRangeUnitTest*': [SKIP],
'LoggingDeathTest*': [SKIP],
'LoggingTest.CompareClassTypes': [SKIP],
'RandomNumberGenerator.NextSampleInvalidParam': [SKIP],
'RandomNumberGenerator.NextSampleSlowInvalidParam1': [SKIP],
'RandomNumberGenerator.NextSampleSlowInvalidParam2': [SKIP],
}], # 'system == macos and asan'
]
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