[intl] Add failure expectations for some Intl tests on Android

The set of locales available there seems different from what
the tests expect.

Tbr: ftang@chromium.org
Bug: v8:8413
Change-Id: Icd4a072d1a7199772b7713485a558c5db54fc30d
Reviewed-on: https://chromium-review.googlesource.com/c/1323914
Reviewed-by: Adam Klein <adamk@chromium.org>
Commit-Queue: Adam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57330}
This commit is contained in:
Adam Klein 2018-11-07 11:45:29 -08:00 committed by Commit Bot
parent b13f266428
commit 33d9c49de3

View File

@ -51,5 +51,16 @@
# Unable to change locale on Android:
'relative-time-format/default-locale-fr-CA': [FAIL],
'relative-time-format/default-locale-pt-BR': [FAIL],
# These tests use some locales which are unsupported on Android.
'regress-8413-day': [FAIL],
'regress-8413-era': [FAIL],
'regress-8413-hour': [FAIL],
'regress-8413-minute': [FAIL],
'regress-8413-month': [FAIL],
'regress-8413-second': [FAIL],
'regress-8413-timeZoneName': [FAIL],
'regress-8413-weekday': [FAIL],
'regress-8413-year': [FAIL],
}], # 'system == android'
]