Revision: 16836
Author:   [email protected]
Date:     Thu Sep 19 14:51:50 2013 UTC
Log:      Extend test262 harness to cover intl402 suite as well.

[email protected], [email protected]
BUG=v8:2745
TEST=test262

Review URL: https://codereview.chromium.org/23898010
http://code.google.com/p/v8/source/detail?r=16836

Modified:
 /branches/bleeding_edge/test/test262/test262.status
 /branches/bleeding_edge/test/test262/testcfg.py

=======================================
--- /branches/bleeding_edge/test/test262/test262.status Thu Sep 19 12:07:03 2013 UTC +++ /branches/bleeding_edge/test/test262/test262.status Thu Sep 19 14:51:50 2013 UTC
@@ -36,6 +36,30 @@
 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
 11.2.3-3_3: FAIL

+######################## NEEDS INVESTIGATION ###########################
+
+# These test failures are specific to the intl402 suite and need investigation
+# to be either marked as bugs with issues filed for them or as deliberate
+# incompatibilities if the test cases turn out to be broken or ambiguous.
+6.2.3: FAIL
+9.2.1_2: FAIL
+9.2.5_11_g_ii_2: FAIL
+9.2.6_2: FAIL
+10.1.1_a: FAIL
+10.1.2.1_4: FAIL
+10.3_a: FAIL
+11.1.1_20_c: FAIL
+11.1.1_a: FAIL
+11.1.2.1_4: FAIL
+11.3.2_TRP: FAIL
+11.3_a: FAIL
+12.1.1_a: FAIL
+12.1.2.1_4: FAIL
+12.3.2_FDT_7_a_iv: FAIL
+12.3.3: FAIL
+12.3_a: FAIL
+15.5.4.9_3: PASS || FAIL
+
 ##################### DELIBERATE INCOMPATIBILITIES #####################

 # This tests precision of Math functions.  The implementation for those
=======================================
--- /branches/bleeding_edge/test/test262/testcfg.py Fri May 10 13:00:43 2013 UTC +++ /branches/bleeding_edge/test/test262/testcfg.py Thu Sep 19 14:51:50 2013 UTC
@@ -39,8 +39,7 @@
 TEST_262_ARCHIVE_REVISION = "99aac3bc1cad"  # This is the r365 revision.
 TEST_262_ARCHIVE_MD5 = "aadbd720ce9bdb4f8f3de066f4d7eea1"
 TEST_262_URL = "http://hg.ecmascript.org/tests/test262/archive/%s.tar.bz2";
-TEST_262_HARNESS = ["sta.js", "testBuiltInObject.js"]
-TEST_262_SKIP = ["intl402"]
+TEST_262_HARNESS = ["sta.js", "testBuiltInObject.js", "testIntl.js"]


 class Test262TestSuite(testsuite.TestSuite):
@@ -60,8 +59,6 @@
     for dirname, dirs, files in os.walk(self.testroot):
       for dotted in [x for x in dirs if x.startswith(".")]:
         dirs.remove(dotted)
-      for skipped in [x for x in dirs if x in TEST_262_SKIP]:
-        dirs.remove(skipped)
       dirs.sort()
       files.sort()
       for filename in files:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to