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

Unified Diff: test/test262/test262.status

Issue 1432183002: [Interpreter] Disable another flaky test262 test. (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/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index b51c48d819a61e4d1dbced2a54bd0e3ae31b8701..74ec05c083968796fc0e9f2088077156acae9c19 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -764,9 +764,9 @@
'language/statements/while/S12.6.2_A4_T5': [SKIP],
}], # ignition == True
-['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
+['ignition == True and (arch == arm or arch == arm64)', {
'built-ins/encodeURI*': [SKIP],
'intl402/9.2.2': [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