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

Unified Diff: test/mozilla/mozilla.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 | « test/mjsunit/mjsunit.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index 0f1271e6528e7a8dc5fea71669af44b3a1650b4c..1e3b5c860a6c19d25b4b13da304656299f00c045 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -923,14 +923,14 @@
'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS],
}], # 'arch == mipsel or arch == mips64el or arch == mips64'
-['arch == mipsel and simulator_run == True', {
+['arch == mipsel and simulator_run', {
# Crashes due to C stack overflow.
'js1_5/extensions/regress-355497': [SKIP],
-}], # 'arch == mipsel and simulator_run == True'
+}], # 'arch == mipsel and simulator_run'
-['arch == mips64el and simulator_run == True', {
+['arch == mips64el and simulator_run', {
'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
-}], # 'arch == mips64el and simulator_run == True'
+}], # 'arch == mips64el and simulator_run'
['arch == mips', {
@@ -951,13 +951,13 @@
'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS],
}], # 'arch == mips'
-['arch == arm and simulator_run == True', {
+['arch == arm and simulator_run', {
#BUG(3837): Crashes due to C stack overflow.
'js1_5/extensions/regress-355497': [SKIP],
-}], # 'arch == arm and simulator_run == True'
+}], # 'arch == arm and simulator_run'
-['arch == arm64 and simulator_run == True', {
+['arch == arm64 and simulator_run', {
'js1_5/GC/regress-203278-2': [SKIP],
@@ -979,7 +979,7 @@
#BUG(3152): Avoid C stack overflow.
'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
-}], # 'arch == arm64 and simulator_run == True'
+}], # 'arch == arm64 and simulator_run'
['variant == wasm_traps', {
'*': [SKIP],
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698