| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 5ad05970183be00239eead52573d785c1648c2c0..5a91b987cedcfce96e5b44cc24ca39bd14d1adf3 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -61,6 +61,13 @@
|
| # running several variants. Note that this still takes ages, because there
|
| # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
|
| 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
|
| +
|
| + ############################################################################
|
| + # Slow tests.
|
| + 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
|
| + 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
|
| + 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
|
| + 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
| @@ -115,6 +122,13 @@
|
| 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
|
| 'test-serialize/DeserializeAndRunScript2': [SKIP],
|
| 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
|
| +
|
| + ############################################################################
|
| + # Slow tests.
|
| + 'test-api/Threading1': [PASS, SLOW],
|
| + 'test-api/Threading2': [PASS, SLOW],
|
| + 'test-api/Threading3': [PASS, SLOW],
|
| + 'test-api/Threading4': [PASS, SLOW],
|
| }], # 'arch == arm'
|
|
|
| ##############################################################################
|
|
|