| Index: test/intl/intl.status
|
| diff --git a/test/intl/intl.status b/test/intl/intl.status
|
| index 4967eb08e1f87f09af5b193734681408102fb6c4..fc3c66b9c15bca17e65f9c5c91eac32b9d9ef81e 100644
|
| --- a/test/intl/intl.status
|
| +++ b/test/intl/intl.status
|
| @@ -25,15 +25,17 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -prefix intl
|
| +[
|
| +[ALWAYS, {
|
| + # The following tests use getDefaultTimeZone().
|
| + 'date-format/resolved-options': [FAIL],
|
| + 'date-format/timezone': [FAIL],
|
| + 'general/v8Intl-exists': [FAIL],
|
|
|
| -# The following tests use getDefaultTimeZone().
|
| -date-format/resolved-options: FAIL
|
| -date-format/timezone: FAIL
|
| -general/v8Intl-exists: FAIL
|
| + # TODO(jochen): The following test is flaky.
|
| + 'overrides/caching': [PASS, FAIL],
|
|
|
| -# TODO(jochen): The following test is flaky.
|
| -overrides/caching: PASS || FAIL
|
| -
|
| -# BUG(2899): default locale for search fails on mac and on android.
|
| -collator/default-locale: FAIL if ($system == macos || $arch == android_arm || $arch == android_ia32)
|
| + # BUG(2899): default locale for search fails on mac and on android.
|
| + 'collator/default-locale': [['system == macos or arch == android_arm or arch == android_ia32', FAIL]],
|
| +}], # ALWAYS
|
| +]
|
|
|