[test] Skip tests on msan.
authormachenbach <machenbach@chromium.org>
Wed, 29 Apr 2015 07:19:49 +0000 (00:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Apr 2015 07:19:59 +0000 (07:19 +0000)
NOTRY=true
BUG=chromium:425187
LOG=n
TBR=Sven Panne, titzer

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

Cr-Commit-Position: refs/heads/master@{#28122}

test/cctest/cctest.status
test/mjsunit/mjsunit.status

index 4969da8..67086e0 100644 (file)
 }],  # 'asan == True'
 
 ##############################################################################
+['msan == True', {
+  # ICU upstream issues.
+  'test-strings/CountBreakIterator': [SKIP],
+}],  # 'msan == True'
+
+##############################################################################
 ['no_snap == True', {
 }],  # 'no_snap == True'
 
index 19e01f1..0c001a2 100644 (file)
 ['msan == True', {
   # Skip tests not suitable for MSAN.
   'big-array-literal': [SKIP],
-}],  # 'asan == True'
+  # ICU upstream issues.
+  'date': [SKIP],
+  'deep-recursion': [SKIP],
+  'regress/regress-builtinbust-7': [SKIP],
+  'string-localecompare': [SKIP],
+}],  # 'msan == True'
 
 ##############################################################################
 ['arch == arm or arch == android_arm', {