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

Unified Diff: test/test262/test262.status

Issue 1369113002: [test] Skip test on noi18n. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | « 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 558902ffa59827b100c7d4caa57e2e9a6997f495..a6794f70f0f2ee64abfafa4ffa01d4322a4d8cb4 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -738,6 +738,12 @@
'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
}], # system == macos
+['no_i18n == True and mode == debug', {
+ # BUG(v8:4437).
+ 'built-ins/String/prototype/normalize/return-normalized-string-using-default-parameter': [SKIP],
+}], # no_i18n == True and mode == debug
+
+
['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', {
# TODO(mstarzinger): Causes stack overflow on simulators due to eager
« 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