Commit b3000dda authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip unsuitable tests for msan.

NOTRY=true
BUG=chromium:425187
LOG=n
TBR=Sven Panne, titzer

Review URL: https://codereview.chromium.org/1107323003

Cr-Commit-Position: refs/heads/master@{#28103}
parent 46b3582f
......@@ -406,6 +406,12 @@
'regress/regress-crbug-178790': [SKIP],
}], # 'asan == True'
##############################################################################
['msan == True', {
# Skip tests not suitable for MSAN.
'big-array-literal': [SKIP],
}], # 'asan == True'
##############################################################################
['arch == arm or arch == android_arm', {
......
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