2013-07-10 10:49:04 +00:00
|
|
|
# Copyright 2013 the V8 project authors. All rights reserved.
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
[
|
2017-11-13 19:12:57 +00:00
|
|
|
[ALWAYS, {
|
2019-01-06 02:03:19 +00:00
|
|
|
# TODO(jochen): The following test is flaky.
|
2017-11-13 19:12:57 +00:00
|
|
|
'overrides/caching': [PASS, FAIL],
|
2019-01-02 22:04:37 +00:00
|
|
|
|
2019-01-06 02:03:19 +00:00
|
|
|
# https://code.google.com/p/v8/issues/detail?id=7481
|
|
|
|
'collator/check-kf-option': [FAIL],
|
|
|
|
'collator/check-kn-option': [FAIL],
|
2019-04-26 08:25:54 +00:00
|
|
|
|
2019-05-31 17:31:46 +00:00
|
|
|
# https://code.google.com/p/v8/issues/detail?id=9312
|
|
|
|
'regress-9312': [FAIL],
|
2019-10-18 05:40:53 +00:00
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9876
|
|
|
|
'number-format/unified/notation-engineering-formatToParts': [FAIL],
|
|
|
|
'number-format/unified/notation-scientific-formatToParts': [FAIL],
|
|
|
|
|
2017-11-13 19:12:57 +00:00
|
|
|
}], # ALWAYS
|
2016-05-02 12:16:43 +00:00
|
|
|
|
2018-05-07 23:38:47 +00:00
|
|
|
['variant == no_wasm_traps', {
|
2016-11-17 18:48:08 +00:00
|
|
|
'*': [SKIP],
|
2018-05-07 23:38:47 +00:00
|
|
|
}], # variant == no_wasm_traps
|
2016-11-17 18:48:08 +00:00
|
|
|
|
2018-07-10 12:28:44 +00:00
|
|
|
['system == windows', {
|
|
|
|
# noi18n cannot turn on ICU backend for Date
|
|
|
|
'relative-time-format/default-locale-fr-CA': [SKIP],
|
|
|
|
'relative-time-format/default-locale-pt-BR': [SKIP],
|
2018-12-06 10:16:48 +00:00
|
|
|
|
|
|
|
# Unable to change locale on Windows:
|
|
|
|
'default_locale': [SKIP],
|
2019-01-28 23:42:50 +00:00
|
|
|
|
|
|
|
# Unable to change locale and TZ on Windows:
|
|
|
|
'regress-7770': [SKIP],
|
2018-07-10 12:28:44 +00:00
|
|
|
}], # system == windows'
|
|
|
|
|
2018-09-06 13:10:50 +00:00
|
|
|
['system == android', {
|
|
|
|
# Android's ICU data file does not have the Chinese/Japanese dictionary
|
|
|
|
# required for the test to pass.
|
2018-12-06 10:16:48 +00:00
|
|
|
'break-iterator/zh-break': [SKIP],
|
2018-09-06 13:10:50 +00:00
|
|
|
# Unable to change locale on Android:
|
2018-12-06 10:16:48 +00:00
|
|
|
'relative-time-format/default-locale-fr-CA': [SKIP],
|
|
|
|
'relative-time-format/default-locale-pt-BR': [SKIP],
|
|
|
|
'default_locale': [SKIP],
|
2019-01-30 05:42:08 +00:00
|
|
|
# Unable to change locale and TZ on Android:
|
|
|
|
'regress-7770': [SKIP],
|
2019-04-11 03:19:19 +00:00
|
|
|
# 'bn' locale is not included in Android.
|
|
|
|
'relative-time-format/resolved-options-nu-extended': [FAIL],
|
2018-09-06 13:10:50 +00:00
|
|
|
}], # 'system == android'
|
2019-02-26 13:39:41 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
]
|