Author: [EMAIL PROTECTED]
Date: Wed Dec  3 04:44:13 2008
New Revision: 906

Modified:
    branches/bleeding_edge/test/mozilla/mozilla.status

Log:
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.


Modified: branches/bleeding_edge/test/mozilla/mozilla.status
==============================================================================
--- branches/bleeding_edge/test/mozilla/mozilla.status  (original)
+++ branches/bleeding_edge/test/mozilla/mozilla.status  Wed Dec  3 04:44:13  
2008
@@ -53,6 +53,15 @@
  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 @@
  # 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 @@

  # 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

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to