Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: test/cctest/cctest.status

Issue 2961873002: [test] Fix test status file simulator_run not evaluate to boolean error and clean up equal operator (Closed)
Patch Set: Drop unnecessary comparison operators Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698