Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 46342ea4ea84d4b3acf6d8280b31520983137d0e..0ffd53285cb5e991602ec1299cbb09c74dac7705 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -134,14 +134,14 @@ |
' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
}], # 'arch == arm64' |
-['arch == arm64 and simulator_run == True', { |
+['arch == arm64 and simulator_run', { |
# Pass but take too long with the simulator. |
'test-api/ExternalArrays': [PASS, SLOW], |
'test-api/Threading*': [SKIP], |
-}], # 'arch == arm64 and simulator_run == True' |
+}], # 'arch == arm64 and simulator_run' |
-['arch == arm64 and mode == debug and simulator_run == True', { |
+['arch == arm64 and mode == debug and simulator_run', { |
# Pass but take too long with the simulator in debug mode. |
'test-api/ExternalDoubleArray': [SKIP], |
@@ -150,7 +150,7 @@ |
'test-api/ExternalFloatArray': [SKIP], |
'test-api/Float32Array': [SKIP], |
'test-api/Float64Array': [SKIP], |
-}], # 'arch == arm64 and mode == debug and simulator_run == True' |
+}], # 'arch == arm64 and mode == debug and simulator_run' |
############################################################################## |
['asan == True', { |
@@ -228,10 +228,10 @@ |
}], # 'system == windows and arch == x64 and mode == debug' |
############################################################################## |
-['arch == arm and simulator_run == True', { |
+['arch == arm and simulator_run', { |
# Pass but take too long with the simulator. |
'test-api/Threading*': [SKIP], |
-}], # 'arch == arm and simulator_run == True' |
+}], # 'arch == arm and simulator_run' |
############################################################################## |
['arch == arm', { |
@@ -345,13 +345,13 @@ |
}], # 'system == aix or (arch == ppc64 and byteorder == big)' |
############################################################################## |
-['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', { |
+['arch == ppc and simulator_run or arch == ppc64 and simulator_run', { |
# Pass but take too long with the simulator. |
'test-api/Threading*': [PASS, SLOW], |
'test-api/ExternalArrays': [PASS, SLOW], |
-}], # 'arch == ppc64 and simulator_run == True' |
+}], # 'arch == ppc64 and simulator_run' |
############################################################################## |
['variant == wasm_traps', { |