[test] Skip unsuitable tests for msan.
authormachenbach <machenbach@chromium.org>
Tue, 28 Apr 2015 11:18:35 +0000 (04:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Apr 2015 11:18:12 +0000 (11:18 +0000)
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}

test/mjsunit/mjsunit.status

index 0e8b01b..19e01f1 100644 (file)
 }],  # 'asan == True'
 
 ##############################################################################
+['msan == True', {
+  # Skip tests not suitable for MSAN.
+  'big-array-literal': [SKIP],
+}],  # 'asan == True'
+
+##############################################################################
 ['arch == arm or arch == android_arm', {
 
   # Slow tests which times out in debug mode.