Commit 12b6a949 authored by lrn@chromium.org's avatar lrn@chromium.org

Two tests in the Mozilla test suite pass due to a bug in the framework...

Two tests in the Mozilla test suite pass due to a bug in the framework (compares numbers to NaN with !=).
The tests should fail on V8. The tests are disabled until the framework is fixed.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@906 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 569d203a
......@@ -53,6 +53,15 @@ def FAIL_OK = FAIL, OKAY
js1_5/Regress/regress-271716-n: SKIP
# These tests are simply wrong (i.e., they do not test what they intend
# to test).
# In particular, these two compare numbers to NaN with != in the current
# version of the Mozilla tests. This is *fixed* in a later version.
# The tests should be re-enabled when switching to a new version.
ecma_3/Date/15.9.3.2-1: SKIP
js1_2/function/Number: SKIP
##################### SLOW TESTS #####################
# This takes a long time to run (~100 seconds). It should only be run
......@@ -279,10 +288,6 @@ js1_2/regexp/endLine: FAIL_OK
# Date trouble?
js1_5/Date/regress-301738-02: FAIL_OK
# Semi-arbitrary limits in Date parser (date or month of 70+ is an error,
# so that only one field can be interpreted as a year). We follow JSC instead.
ecma_3/Date/15.9.3.2-1: FAIL_OK
# This test fails for all browsers on in the CET timezone.
ecma/Date/15.9.5.35-1: PASS || FAIL_OK
......@@ -578,8 +583,6 @@ js1_4/Regress/function-003: FAIL
# Relies on JavaScript 1.2 / 1.3 deprecated features.
js1_2/function/regexparg-1: FAIL
js1_2/function/Number: FAIL
# 'export' and 'import' are not keywords in V8.
ecma_2/Exceptions/lexical-010: FAIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment