Reviewers: Igor Sheludko,
Message:
PTAL.
Description:
Skip generated runtime tests that require i18nsupport as needed
Please review this at https://codereview.chromium.org/267343003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+27, -0 lines):
M test/mjsunit/mjsunit.status
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,
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.