Title: [150678] trunk/LayoutTests
Revision
150678
Author
bfulg...@apple.com
Date
2013-05-24 18:28:01 -0700 (Fri, 24 May 2013)

Log Message

Unreviewed change to get Windows bots green.  Disable a number
of crashes and failures.  Crashes are tracked under
https://bugs.webkit.org/show_bug.cgi?id=116562, failures under
https://bugs.webkit.org/show_bug.cgi?id=116564.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (150677 => 150678)


--- trunk/LayoutTests/ChangeLog	2013-05-25 01:18:56 UTC (rev 150677)
+++ trunk/LayoutTests/ChangeLog	2013-05-25 01:28:01 UTC (rev 150678)
@@ -1,3 +1,12 @@
+2013-05-24  Brent Fulgham  <bfulg...@apple.com>
+
+        Unreviewed change to get Windows bots green.  Disable a number
+        of crashes and failures.  Crashes are tracked under
+        https://bugs.webkit.org/show_bug.cgi?id=116562, failures under
+        https://bugs.webkit.org/show_bug.cgi?id=116564.
+
+        * platform/win/TestExpectations:
+
 2013-05-24  Sergio Villar Senin  <svil...@igalia.com>
 
         Fixing invalid block recovery in some declaration list.

Modified: trunk/LayoutTests/platform/win/TestExpectations (150677 => 150678)


--- trunk/LayoutTests/platform/win/TestExpectations	2013-05-25 01:18:56 UTC (rev 150677)
+++ trunk/LayoutTests/platform/win/TestExpectations	2013-05-25 01:28:01 UTC (rev 150678)
@@ -2740,13 +2740,18 @@
 # Disable crashing tests, being investigated under https://bugs.webkit.org/show_bug.cgi?id=116562
 webkit.org/b/116562 fast/dom/Window/window-postmessage-clone-deep-array.html
 webkit.org/b/116562 fast/js/callback-function-with-handle-event.html
+webkit.org/b/116562 fast/js/global-constructors-attributes-worker.html
 webkit.org/b/116562 fast/js/large-expressions.html
 webkit.org/b/116562 fast/js/string-replace-exception-crash.html
 webkit.org/b/116562 fast/text/custom-font-data-crash.html
 webkit.org/b/116562 loader/go-back-cached-main-resource.html
+webkit.org/b/116562 svg/filters/feMorphology-crash.html
 
 # Test failures being investigated under https://bugs.webkit.org/show_bug.cgi?id=116564
+webkit.org/b/116564 compositing/contents-opaque/filter.html
+webkit.org/b/116564 compositing/layer-creation/animation-overlap-with-children.html
 webkit.org/b/116564 css1/units/rounding.html
+webkit.org/b/116564 editing/pasteboard/copy-without-selection.html
 webkit.org/b/116564 editing/selection/user-drag-element-and-user-select-none.html
 webkit.org/b/116564 editing/style/block-style-005.html
 webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml
@@ -2759,12 +2764,10 @@
 webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html
 webkit.org/b/116564 media/click-volume-bar-not-pausing.html
 webkit.org/b/116564 media/track/track-css-user-override.html
+webkit.org/b/116564 printing/allowed-page-breaks.html
 webkit.org/b/116564 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
 webkit.org/b/116564 transitions/svg-text-shadow-transition.html
 
-# Enable storage tests, but exclude the following (see https://webkit.org/b/116559).
-webkit.org/b/116559 storage/websql/change-version.html
-webkit.org/b/116559 storage/websql/database-lock-after-reload.html
-webkit.org/b/116559 storage/websql/open-database-creation-callback.html
-webkit.org/b/116559 storage/websql/quota-tracking.html
+# Enable storage tests, but exclude the websql tests (see https://webkit.org/b/116559).
+webkit.org/b/116559 storage/websql
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to