Title: [163981] trunk/LayoutTests
Revision
163981
Author
[email protected]
Date
2014-02-12 13:37:58 -0800 (Wed, 12 Feb 2014)

Log Message

Cleanup mac/mac-wk1/mac-wk2 TestExpectations a little bit
https://bugs.webkit.org/show_bug.cgi?id=128679

Reviewed by Alexey Proskuryakov.

* platform/mac-wk1/TestExpectations: mac-wk1 specific disables should go here.
* platform/mac-wk2/TestExpectations: Remove unnecessary re-enabling, and simplify indexeddb/mozilla.
* platform/mac/TestExpectations: Move some tests from here to mac-wk1.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (163980 => 163981)


--- trunk/LayoutTests/ChangeLog	2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/ChangeLog	2014-02-12 21:37:58 UTC (rev 163981)
@@ -1,3 +1,14 @@
+2014-02-12  Brady Eidson  <[email protected]>
+
+        Cleanup mac/mac-wk1/mac-wk2 TestExpectations a little bit
+        https://bugs.webkit.org/show_bug.cgi?id=128679
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/mac-wk1/TestExpectations: mac-wk1 specific disables should go here.
+        * platform/mac-wk2/TestExpectations: Remove unnecessary re-enabling, and simplify indexeddb/mozilla.
+        * platform/mac/TestExpectations: Move some tests from here to mac-wk1.
+
 2014-02-12  Alexey Proskuryakov  <[email protected]>
 
         Wrap WebCrypto keys in SerializedScriptValue

Modified: trunk/LayoutTests/platform/mac/TestExpectations (163980 => 163981)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-02-12 21:37:58 UTC (rev 163981)
@@ -1084,9 +1084,6 @@
 webkit.org/b/113227 transitions/default-timing-function.html [ Pass Failure ]
 webkit.org/b/113227 transitions/svg-text-shadow-transition.html [ Pass Failure ]
 
-# Color input is not yet enabled on Mac WK1.
-fast/forms/color/input-color-onchange-event.html [ Skip ]
-
 # New test failing, needs investigation.
 webkit.org/b/103857 fast/events/mouse-cursor-change.html
 
@@ -1123,23 +1120,14 @@
 webkit.org/b/115292 fast/writing-mode/vertical-baseline-alignment.html
 webkit.org/b/115292 fast/writing-mode/vertical-font-fallback.html
 
-# Fails with WebKit1 only.
-editing/secure-input/reset-state-on-navigation.html [ Failure ]
-
 webkit.org/b/116244 fast/events/mouse-cursor-image-set.html [ Failure Pass ]
 
 webkit.org/b/116245 canvas/philip/tests/2d.text.draw.fontface.notinpage.html [ Pass Failure ]
 
-# Asserts in WebKit1-debug due to a preexisting issue with overflow rect computation
-webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
-
 webkit.org/b/118479 fast/repaint/fixed-right-in-page-scale.html [ Pass ImageOnlyFailure ]
 
 webkit.org/b/118900 mathml/presentation/mspace-units.html [ ImageOnlyFailure ]
 
-# Plug-in blocking callback doesn't exist in WebKit1, so skip and re-enable for WebKit2.
-plugins/unavailable-plugin-indicator-obscurity.html
-
 webkit.org/b/82747 fast/events/scroll-div-with-prevent-default-in-subframe.html [ Pass Failure ]
 
 webkit.org/b/90708 fullscreen/exit-full-screen-iframe.html [ Pass Failure ]
@@ -1262,8 +1250,6 @@
 
 webkit.org/b/124311 compositing/regions/transform-transparent-positioned-video-inside-region.html [ Pass ImageOnlyFailure ]
 
-webkit.org/b/124318 fullscreen/anonymous-block-merge-crash.html [ Pass Failure ]
-
 webkit.org/b/124321 [ Mavericks ] animations/resume-after-page-cache.html [ Pass Failure ]
 
 webkit.org/b/124373 [ MountainLion Release ] http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Pass Failure Timeout ]

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (163980 => 163981)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2014-02-12 21:37:58 UTC (rev 163981)
@@ -1,3 +1,26 @@
+# This file should contain entries for expectations that are specific
+# to the Apple Mac port running WebKit1 (DumpRenderTree)
+
+###### This file has two sections. When adding new tests, make sure to
+###### add to the right section:
+
+### (1) Failures with bug reports
+### (2) Failures without bug reports
+
+########################################
+### START OF (1) Failures with bug reports
+
+# Asserts in WebKit1-debug due to a preexisting issue with overflow rect computation
+webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
+
+webkit.org/b/124318 fullscreen/anonymous-block-merge-crash.html [ Pass Failure ]
+
+### END OF (1) Failures with bug reports
+########################################
+
+########################################
+### START OF (2) Failures without bug reports
+
 # IndexedDB is not yet enabled in Mac WK1
 storage/indexeddb
 http/tests/security/cross-origin-indexeddb-allowed.html
@@ -6,3 +29,15 @@
 http/tests/security/cross-origin-worker-indexeddb.html
 http/tests/security/no-indexeddb-from-sandbox.html
 crypto/subtle/rsa-indexeddb.html
+
+# Fails with WebKit1 only.
+editing/secure-input/reset-state-on-navigation.html [ Failure ]
+
+# Plug-in blocking callback doesn't exist in WebKit1.
+plugins/unavailable-plugin-indicator-obscurity.html
+
+# Color input is not yet enabled on Mac WK1.
+fast/forms/color/input-color-onchange-event.html [ Skip ]
+
+### END OF (2) Failures without bug reports
+########################################

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (163980 => 163981)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-02-12 21:37:58 UTC (rev 163981)
@@ -1,15 +1,15 @@
 # This file should contain entries for expectations that are specific
 # to the Apple Mac port running the WebKit2 variant (--webkit-test-runner)
 
-###### This file has four sections. When adding new tests, make sure to
+###### This file has five sections. When adding new tests, make sure to
 ###### add to the right section:
 
 ### (1) Classified failures with bug reports
 ### (2) Classified failures without bug reports (yet)
 ### (3) Unclassified failures
 ### (4) Features that are not supported in WebKit2 and likely never will be
+### (5) Features that are not supported in WebKit2, on Mavericks
 
-
 ########################################
 ### START OF (1) Classified failures with bug reports
 
@@ -437,38 +437,9 @@
 
 webkit.org/b/128315 editing/caret/caret-color.html [ Pass Failure ]
 
-### END OF (3) Unclassified failures
-########################################
-
-
-########################################
-### START OF (4) Features that are not supported in WebKit2 and likely never will be
-
-### END OF (4) Features that are not supported in WebKit2 and likely never will be
-########################################
-
-########################################
-### START OF (5) Features that are not supported in WebKit1, so skipped in mac/TestExpectations then re-enabled here
-
-# Snapshotted plugins not enabled on WK1 but are on WK2
 # Temporarily disabled while working out compositing failures
 plugins/snapshotting [ Skip ]
 
-# This test fails with WebKit1 only.
-editing/secure-input/reset-state-on-navigation.html [ Pass ]
-
-# Asserts in WebKit1-debug only, so reenabling.
-compositing/geometry/fixed-position-flipped-writing-mode.html [ Pass ]
-
-# Plug-in blocking callback doesn't exist in WebKit1, so reenabling.
-plugins/unavailable-plugin-indicator-obscurity.html [ Pass ]
-
-# Color input is enabled on Mac WK2 but not on WK1.
-fast/forms/color/input-color-onchange-event.html [ Pass ]
-
-# This test times out in WebKit1 only.
-fullscreen/anonymous-block-merge-crash.html [ Pass ]
-
 # Right now, more IndexedDB tests fail than pass.
 # So we'll disable the entire directory...
 storage/indexeddb
@@ -480,49 +451,22 @@
 
 # ...and then re-enable known-passing tests.
 # Eventually we can show only failing tests, and hopefully get rid of this section altogether.
-storage/indexeddb/mozilla/add-twice-failure.html [ Pass ]
-storage/indexeddb/mozilla/autoincrement-indexes.html [ Pass ]
-storage/indexeddb/mozilla/bad-keypath.html [ Pass ]
-storage/indexeddb/mozilla/clear.html [ Pass ]
-storage/indexeddb/mozilla/create-index-unique.html [ Pass ]
-storage/indexeddb/mozilla/create-index-with-integer-keys.html [ Pass ]
-storage/indexeddb/mozilla/create-objectstore-basics.html [ Pass ]
-storage/indexeddb/mozilla/create-objectstore-null-name.html [ Pass ]
-storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html [ Pass ]
-storage/indexeddb/mozilla/cursor-mutation.html [ Pass ]
-storage/indexeddb/mozilla/cursor-update-updates-indexes.html [ Pass ]
-storage/indexeddb/mozilla/cursors.html [ Pass ]
-storage/indexeddb/mozilla/delete-result.html [ Pass ]
-storage/indexeddb/mozilla/event-source.html [ Pass ]
-storage/indexeddb/mozilla/index-prev-no-duplicate.html [ Pass ]
-storage/indexeddb/mozilla/indexes.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-delete-null-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-inline-and-passed.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-put-no-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-put-null-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements.html [ Pass ]
-storage/indexeddb/mozilla/object-cursors.html [ Pass ]
-storage/indexeddb/mozilla/object-identity.html [ Pass ]
-storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html [ Pass ]
-storage/indexeddb/mozilla/object-store-remove-values.html [ Pass ]
-storage/indexeddb/mozilla/objectstorenames.html [ Pass ]
-storage/indexeddb/mozilla/odd-result-order.html [ Pass ]
-storage/indexeddb/mozilla/open-database-null-name.html [ Pass ]
-storage/indexeddb/mozilla/put-get-values.html [ Pass ]
-storage/indexeddb/mozilla/readonly-transactions.html [ Pass ]
-storage/indexeddb/mozilla/readwrite-transactions.html [ Pass ]
-storage/indexeddb/mozilla/readyState.html [ Pass ]
-storage/indexeddb/mozilla/remove-index.html [ Pass ]
-storage/indexeddb/mozilla/remove-objectstore.html [ Pass ]
-storage/indexeddb/mozilla/versionchange-abort.html [ Pass ]
+# All mozilla tests except for 1 pass.
+storage/indexeddb/mozilla [ Pass ]
+storage/indexeddb/mozilla/global-data.html
 
-### END OF (5) Features that are not supported in WebKit1, so skipped in mac/TestExpectations then re-enabled here
+### END OF (3) Unclassified failures
 ########################################
 
+########################################
+### START OF (4) Features that are not supported in WebKit2 and likely never will be
 
+### END OF (4) Features that are not supported in WebKit2 and likely never will be
 ########################################
-### START OF (6) Features that are not supported in WebKit2, on Mavericks
 
+########################################
+### START OF (5) Features that are not supported in WebKit2, on Mavericks
+
 # Shared workers disabled with the Network Process
 [ Mavericks ] fast/workers/shared-worker-constructor.html [ Skip ]
 [ Mavericks ] fast/workers/shared-worker-context-gc.html [ Skip ]
@@ -616,5 +560,5 @@
 [ Mavericks ] http/tests/xmlhttprequest/web-apps/012.html [ Failure ]
 [ Mavericks ] http/tests/xmlhttprequest/web-apps/013.html [ Failure ]
 
-### END OF (6) Features that are not supported in WebKit2, on Mavericks
+### END OF (5) Features that are not supported in WebKit2, on Mavericks
 ########################################
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to