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

Unified Diff: test/test262/test262.status

Issue 1412343009: [Interpreter] Skip some more tests on Arm64 for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix comment 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 | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 4ae5636713f37cea74f7b13190b2c56f3dbdf523..b51c48d819a61e4d1dbced2a54bd0e3ae31b8701 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -764,8 +764,9 @@
'language/statements/while/S12.6.2_A4_T5': [SKIP],
}], # ignition == True
-['ignition == True and arch == arm and mode == debug', {
+['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
'built-ins/encodeURI*': [SKIP],
-}], # ignition == True and arch == arm and mode == debug
+ 'intl402/9.2.2': [SKIP],
+}], # ignition == True and mode == debug and (arch == arm or arch == arm64)
]
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698