[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

aroben at apple.com aroben at apple.com
Fri Jan 21 15:15:42 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit bb0e3607a48f25ec1a7b2e7e929c59db82c01920
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 19:10:07 2011 +0000

    Skip some asserting JS tests
    
    See <http://webkit.org/b/52156>.
    
    * Scripts/run-javascriptcore-tests:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75392 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index f3e6ad0..409af28 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-10  Adam Roben  <aroben at apple.com>
+
+        Skip some asserting JS tests
+
+        See <http://webkit.org/b/52156>.
+
+        * Scripts/run-javascriptcore-tests:
+
 2011-01-10  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/Tools/Scripts/run-javascriptcore-tests b/Tools/Scripts/run-javascriptcore-tests
index e7f8287..5204ae7 100755
--- a/Tools/Scripts/run-javascriptcore-tests
+++ b/Tools/Scripts/run-javascriptcore-tests
@@ -51,6 +51,10 @@ my @testsToSkip = (
     "ecma/Date/15.9.2.2-6.js",
     # ecma_3/Date/15.9.5.7.js fails on Mac (but not Windows) https://bugs.webkit.org/show_bug.cgi?id=25161
     "ecma_3/Date/15.9.5.7.js",
+    # These tests assert on Windows http://webkit.org/b/52156
+    "js1_5/Regress/regress-152646.js",
+    "js1_5/Regress/regress-192414.js",
+    "js1_5/Regress/regress-96526-002.js",
 );
 
 my $jsDriverArgs = "-L " . join(" ", @testsToSkip);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list