Two tests in the Mozilla test suite pass due to a bug in the framework (compares...
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Dec 2008 12:44:13 +0000 (12:44 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Dec 2008 12:44:13 +0000 (12:44 +0000)
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

test/mozilla/mozilla.status

index 18f5d5d59f0085a9cbfb7d302544910dd7f2b70c..2e5a823c0cecb0c4e4b292f5308be12a0862c6d6 100644 (file)
@@ -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