| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 9c4f6ccf05d15139a24b8760d59fe82a86b22104..1a10459d4fb60ec10c496a8d2adc10fcaaa994b1 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -194,6 +194,12 @@
|
| ['msan == True', {
|
| # ICU upstream issues.
|
| 'test-strings/CountBreakIterator': [SKIP],
|
| +
|
| + # Slow tests.
|
| + 'test-api/Threading1': [PASS, SLOW],
|
| + 'test-api/Threading2': [PASS, SLOW],
|
| + 'test-api/Threading3': [PASS, SLOW],
|
| + 'test-api/Threading4': [PASS, SLOW],
|
| }], # 'msan == True'
|
|
|
| ##############################################################################
|
|
|