Skip generated runtime tests that require i18nsupport as needed
R=ishell@chromium.org Review URL: https://codereview.chromium.org/267343003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21200 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
9866670c26
commit
bf490ae0bd
@ -142,6 +142,33 @@
|
||||
'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
|
||||
}], # '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', {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user