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

Unified Diff: test/test262/test262.status

Issue 1424263004: [Interpreter] Skip failing tests on arm.debug in Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_mjsunit4
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 | « 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 aa601d4d09818d131eeca1fe61c12ac2df1df991..a99468e38c496da9e2a5772ccd2a49641b540dd3 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -671,7 +671,7 @@
'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
}], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
-['ignition == True ', {
+['ignition == True', {
'annexB/B.2.3.*': [SKIP],
'built-ins/Array/prototype/reduce/*': [SKIP],
'built-ins/Array/prototype/reduceRight/*': [SKIP],
@@ -773,4 +773,8 @@
'language/statements/while/S12.6.2_A4_T5': [SKIP],
}], # ignition == True
+['ignition == True and arch == arm and mode == debug', {
+ 'built-ins/encodeURI*': [SKIP],
+}], # ignition == True and arch == arm and mode == debug
+
]
« 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