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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1423803009: [Interpreter] Disable Arm/Arm64 tests on release as well as debug for ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 00385714903f8b3bdc058510ecfceda1cec0f434..c56d93d4335938448cb46dcfbe68c1327b51fa31 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -1015,7 +1015,7 @@
'with-readonly': [SKIP],
}], # ignition == True
-['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
+['ignition == True and (arch == arm or arch == arm64)', {
'array-sort': [SKIP],
'date-parse': [SKIP],
'math-floor-part1': [SKIP],
@@ -1036,6 +1036,6 @@
'stack-traces-overflow': [SKIP],
'unicodelctest': [SKIP],
'unicodelctest-no-optimization': [SKIP],
-}], # ignition == True and mode == debug and (arch == arm or arch == arm64)
+}], # ignition == True and (arch == arm or arch == arm64)
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698