Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index a596add43abf8bd5202d3f3abea575a04fbf40ad..267e392872a4cb15e99ab68e137eba1c61a0a6a3 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -60,6 +60,11 @@ |
# 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/Threading4': [PASS, ['mode == debug', SLOW]], |
Yang
2013/11/26 15:52:30
Threading* tests are a summary of essentially norm
|
}], # ALWAYS |
############################################################################## |
@@ -89,6 +94,10 @@ |
'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
'test-serialize/DeserializeAndRunScript2': [SKIP], |
'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
+ |
+ ############################################################################ |
+ # Slow tests. |
+ 'test-api/Threading1': [PASS, SLOW], |
}], # 'arch == arm' |
############################################################################## |