Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 6a9b2200cd1a126cb51df58a21fe2da74284d242..cf735c34080a287123f5a08bbf0b8532fa00d7b5 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -70,6 +70,31 @@ |
}], # ALWAYS |
############################################################################## |
+['arch == a64', { |
+ |
+ 'test-api/Bug618': [PASS], |
+}], # 'arch == a64' |
+ |
+['arch == a64 and simulator_run == True', { |
+ |
+ # Pass but take too long with the simulator. |
+ 'test-api/ExternalArrays': [PASS, TIMEOUT], |
+ 'test-api/Threading1': [SKIP], |
+}], # 'arch == a64 and simulator_run == True' |
+ |
+['arch == a64 and mode == debug and simulator_run == True', { |
+ |
+ # Pass but take too long with the simulator in debug mode. |
+ 'test-api/ExternalDoubleArray': [SKIP], |
+ 'test-api/ExternalFloat32Array': [SKIP], |
+ 'test-api/ExternalFloat64Array': [SKIP], |
+ 'test-api/ExternalFloatArray': [SKIP], |
+ 'test-api/Float32Array': [SKIP], |
+ 'test-api/Float64Array': [SKIP], |
+ 'test-debug/DebugBreakLoop': [SKIP], |
+}], # 'arch == a64 and mode == debug and simulator_run == True' |
+ |
+############################################################################## |
['asan == True', { |
# Skip tests not suitable for ASAN. |
'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |