Title: [150477] trunk/LayoutTests
Revision
150477
Author
bfulg...@apple.com
Date
2013-05-21 14:00:18 -0700 (Tue, 21 May 2013)

Log Message

[Windows] Reenable storage tests
https://bugs.webkit.org/show_bug.cgi?id=116559 

Unreviewed update to TestExpectations:
1. Storage features are present on Windows, so test them.
2. Disable (for now) the four websql tests that fail.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (150476 => 150477)


--- trunk/LayoutTests/ChangeLog	2013-05-21 20:52:55 UTC (rev 150476)
+++ trunk/LayoutTests/ChangeLog	2013-05-21 21:00:18 UTC (rev 150477)
@@ -1,3 +1,14 @@
+2013-05-21  Brent Fulgham  <bfulg...@apple.com>
+
+        [Windows] Reenable storage tests
+        https://bugs.webkit.org/show_bug.cgi?id=116559 
+
+        Unreviewed update to TestExpectations:
+        1. Storage features are present on Windows, so test them.
+        2. Disable (for now) the four websql tests that fail.
+
+        * platform/win/TestExpectations:
+
 2013-05-21  Jer Noble  <jer.no...@apple.com>
 
         Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html

Modified: trunk/LayoutTests/platform/win/TestExpectations (150476 => 150477)


--- trunk/LayoutTests/platform/win/TestExpectations	2013-05-21 20:52:55 UTC (rev 150476)
+++ trunk/LayoutTests/platform/win/TestExpectations	2013-05-21 21:00:18 UTC (rev 150477)
@@ -2655,10 +2655,6 @@
 # New test
 webkit.org/b/110654 css3/flexbox/button.html [ Failure ]
 
-# Disable storage tests
-fast/workers/storage/
-storage/
-
 # Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
 fast/dom/custom
 
@@ -2742,6 +2738,7 @@
 webkit.org/b/116560 fast/workers
 
 # 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/large-expressions.html
 webkit.org/b/116562 fast/js/string-replace-exception-crash.html
@@ -2764,3 +2761,10 @@
 webkit.org/b/116564 media/track/track-css-user-override.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
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to