Revision f230a1cf deps/v8/test/intl/intl.status

View differences:

deps/v8/test/intl/intl.status
25 25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 26
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27

  
28
prefix intl
28
[
29
[ALWAYS, {
30
  # The following tests use getDefaultTimeZone().
31
  'date-format/resolved-options': [FAIL],
32
  'date-format/timezone': [FAIL],
33
  'general/v8Intl-exists': [FAIL],
29 34

  
30
# The following tests use getDefaultTimeZone().
31
date-format/resolved-options: FAIL
32
date-format/timezone: FAIL
33
general/v8Intl-exists: FAIL
35
  # TODO(jochen): The following test is flaky.
36
  'overrides/caching': [PASS, FAIL],
34 37

  
35
# TODO(jochen): The following test is flaky.
36
overrides/caching: PASS || FAIL
38
  # BUG(2899): default locale for search fails on mac and on android.
39
  'collator/default-locale': [['system == macos or arch == android_arm or arch == android_ia32', FAIL]],
40
}],  # ALWAYS
41
]

Also available in: Unified diff