Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index eb676116231c5a46dad3560c977fdc3a95a37e95..92627ac3d86686cf5b5d5cd42e940e998f327937 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -126,6 +126,7 @@ |
'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
+ 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
# TODO(machenbach, mvstanton): Flaky in debug on all platforms. |
@@ -198,6 +199,10 @@ |
############################################################################## |
['no_snap == True', { |
+ # Slow tests. |
+ 'test-api/ExternalWrap': [PASS, SLOW], |
+ 'test-api/FastReturnValues*': [PASS, SLOW], |
+ 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], |
}], # 'no_snap == True' |
############################################################################## |