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

Unified Diff: test/mjsunit/mjsunit.status

Issue 267343003: Skip generated runtime tests that require i18nsupport as needed (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 117a0e6f71e21e5e47e051ab2ec14a0dc6e6a4d5..e460e7cb01c1ae2dae8022725f7ab81d0e11018c 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -143,6 +143,33 @@
}], # 'gc_stress == True'
##############################################################################
+['no_i18n', {
+ # Don't call runtime functions that don't exist without i18n support.
+ 'runtime-gen/availablelocalesof': [SKIP],
+ 'runtime-gen/breakiteratoradopttext': [SKIP],
+ 'runtime-gen/breakiteratorbreaktype': [SKIP],
+ 'runtime-gen/breakiteratorbreaktype': [SKIP],
+ 'runtime-gen/breakiteratorcurrent': [SKIP],
+ 'runtime-gen/breakiteratorfirst': [SKIP],
+ 'runtime-gen/breakiteratornext': [SKIP],
+ 'runtime-gen/canonicalizelanguagetag': [SKIP],
+ 'runtime-gen/createbreakiterator': [SKIP],
+ 'runtime-gen/createcollator': [SKIP],
+ 'runtime-gen/getdefaulticulocale': [SKIP],
+ 'runtime-gen/getimplfrominitializedintlobject': [SKIP],
+ 'runtime-gen/getlanguagetagvariants': [SKIP],
+ 'runtime-gen/internalcompare': [SKIP],
+ 'runtime-gen/internaldateformat': [SKIP],
+ 'runtime-gen/internaldateparse': [SKIP],
+ 'runtime-gen/internalnumberformat': [SKIP],
+ 'runtime-gen/internalnumberparse': [SKIP],
+ 'runtime-gen/isinitializedintlobject': [SKIP],
+ 'runtime-gen/isinitializedintlobjectoftype': [SKIP],
+ 'runtime-gen/markasinitializedintlobjectoftype': [SKIP],
+ 'runtime-gen/stringnormalize': [SKIP],
+}],
+
+##############################################################################
['arch == arm64 or arch == android_arm64', {
# Requires bigger stack size in the Genesis and if stack size is increased,
« 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