| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 19e01f1e7c1b934d49fbe75966eb7fb1ca3e00a5..0c001a2463c28d0fe110c48650cddd80d29e4aa9 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -410,7 +410,12 @@
|
| ['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', {
|
|
|