Title: [99580] trunk/Tools
Revision
99580
Author
commit-qu...@webkit.org
Date
2011-11-08 09:49:37 -0800 (Tue, 08 Nov 2011)

Log Message

Skip some ECMAScript tests that fail on Linux in some time zones.
https://bugs.webkit.org/show_bug.cgi?id=71371

Patch by Andy Wingo <wi...@igalia.com> on 2011-11-08
Reviewed by Martin Robinson.

* Scripts/run-_javascript_core-tests: Skip some more tests.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99579 => 99580)


--- trunk/Tools/ChangeLog	2011-11-08 17:42:29 UTC (rev 99579)
+++ trunk/Tools/ChangeLog	2011-11-08 17:49:37 UTC (rev 99580)
@@ -1,3 +1,12 @@
+2011-11-08  Andy Wingo  <wi...@igalia.com>
+
+        Skip some ECMAScript tests that fail on Linux in some time zones.
+        https://bugs.webkit.org/show_bug.cgi?id=71371
+
+        Reviewed by Martin Robinson.
+
+        * Scripts/run-_javascript_core-tests: Skip some more tests.
+
 2011-11-08  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Unreviewed trivial fix after build system refactoring.

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (99579 => 99580)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2011-11-08 17:42:29 UTC (rev 99579)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2011-11-08 17:49:37 UTC (rev 99580)
@@ -51,6 +51,11 @@
     "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 three fail on Linux in certain time zones, at certain times
+    # of the year (!): https://bugs.webkit.org/show_bug.cgi?id=71371
+    "ecma/Date/15.9.5.14.js",
+    "ecma/Date/15.9.5.31-1.js",
+    "ecma/Date/15.9.5.34-1.js",
 );
 
 my $jsDriverArgs = "-L " . join(" ", @testsToSkip);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to