Title: [232247] trunk/LayoutTests
- Revision
- 232247
- Author
- [email protected]
- Date
- 2018-05-28 09:03:39 -0700 (Mon, 28 May 2018)
Log Message
[GTK][WPE] AppCache test gardening
Some appcache tests were flaky due to console output, see
https://bugs.webkit.org/show_bug.cgi?id=185431 for more info.
Fixing those by dumping the output to stderr instead.
At the same time, clean up the expectations for appcache tests,
many were now passing, so several old bugs got closed now.
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (232246 => 232247)
--- trunk/LayoutTests/ChangeLog 2018-05-28 15:20:04 UTC (rev 232246)
+++ trunk/LayoutTests/ChangeLog 2018-05-28 16:03:39 UTC (rev 232247)
@@ -1,5 +1,20 @@
2018-05-28 Claudio Saavedra <[email protected]>
+ [GTK][WPE] AppCache test gardening
+
+ Some appcache tests were flaky due to console output, see
+ https://bugs.webkit.org/show_bug.cgi?id=185431 for more info.
+ Fixing those by dumping the output to stderr instead.
+
+ At the same time, clean up the expectations for appcache tests,
+ many were now passing, so several old bugs got closed now.
+
+ Unreviewed gardening.
+ * platform/gtk/TestExpectations:
+ * platform/wpe/TestExpectations:
+
+2018-05-28 Claudio Saavedra <[email protected]>
+
[GTK][WPE] transitions/interrupted-transition-hardware.html failing
Unreviewed gardening, image-only failure.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (232246 => 232247)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-05-28 15:20:04 UTC (rev 232246)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-05-28 16:03:39 UTC (rev 232247)
@@ -1138,8 +1138,6 @@
webkit.org/b/175419 http/wpt/service-workers [ Failure Pass ]
webkit.org/b/175419 http/tests/inspector/network/resource-response-service-worker.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers [ Skip ]
-webkit.org/b/175419 http/tests/appcache/main-resource-redirect-with-sw.html [ Skip ]
-webkit.org/b/175419 http/tests/appcache/main-resource-redirect.html [ Skip ]
webkit.org/b/175419 http/wpt/service-workers/navigation-redirect-main-frame.https.html [ Skip ]
webkit.org/b/175419 http/wpt/service-workers/third-party-registration.html [ Skip ]
@@ -1373,8 +1371,6 @@
webkit.org/b/49179 animations/stop-animation-on-suspend.html [ Failure Pass ]
webkit.org/b/49179 legacy-animation-engine/animations/stop-animation-on-suspend.html [ Failure Pass ]
-webkit.org/b/61121 http/tests/appcache/interrupted-update.html [ Failure Pass ]
-
webkit.org/b/94119 storage/websql/database-lock-after-reload.html [ Failure Pass ]
webkit.org/b/132283 storage/websql/read-transactions-running-concurrently.html [ Failure Pass ]
@@ -1819,7 +1815,7 @@
webkit.org/b/160135 http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Failure Pass ]
webkit.org/b/160136 http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure Pass ]
-webkit.org/b/142488 http/tests/appcache/404-resource-with-slow-main-resource.php [ Failure Pass ]
+webkit.org/b/142488 http/tests/appcache/404-resource-with-slow-main-resource.php [ DumpJSConsoleLogInStdErr ]
webkit.org/b/162685 http/tests/cache/disk-cache/disk-cache-204-status-code.html [ Failure Pass ]
webkit.org/b/160137 svg/custom/non-scaling-stroke-update.svg [ ImageOnlyFailure Pass ]
@@ -2230,8 +2226,6 @@
webkit.org/b/168373 media/media-source/media-source-error-crash.html [ Timeout ]
webkit.org/b/168373 media/media-source/only-bcp47-language-tags-accepted-as-valid.html [ Timeout ]
-webkit.org/b/168569 http/tests/appcache/main-resource-fallback-for-network-error-crash.html [ Timeout ]
-
webkit.org/b/169211 fast/parser/adoption-agency-unload-iframe-4.html [ Timeout ]
webkit.org/b/172284 svg/animations/animated-svg-image-outside-viewport-paused.html [ Timeout ]
@@ -2500,9 +2494,6 @@
webkit.org/b/139357 fast/workers/worker-crash-with-invalid-location.html [ Skip ]
webkit.org/b/139357 http/tests/media/video-accept-encoding.html [ Failure ]
-# Appcache manifest is still downloaded in the WebProcess
-webkit.org/b/138736 http/tests/appcache/auth.html [ Skip ]
-
# There is no network load scheduling or prioritization with NetworkProcess.
webkit.org/b/123431 http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Pass Failure ]
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (232246 => 232247)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-05-28 15:20:04 UTC (rev 232246)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-05-28 16:03:39 UTC (rev 232247)
@@ -19,20 +19,16 @@
http/tests/cookies/third-party-cookie-relaxing.html [ WontFix Failure ]
Bug(WPE) http/tests/appcache [ Pass ]
-# Appcache manifest is still downloaded in the WebProcess
-webkit.org/b/138736 http/tests/appcache/auth.html [ Skip ]
-# Aborting application cache abort tests are intrinsically flaky.
-webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Pass Failure ]
-webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Pass Failure ]
-webkit.org/b/87633 http/tests/appcache/deferred-events-delete-while-raising-timer.html [ Pass Failure ]
-webkit.org/b/87633 http/tests/appcache/deferred-events-delete-while-raising.html [ Pass Failure ]
-webkit.org/b/87633 http/tests/appcache/deferred-events.html [ Pass Failure ]
-
# Implement testRunner.setUseDeferredFrameLoading
webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
-webkit.org/b/168569 http/tests/appcache/main-resource-fallback-for-network-error-crash.html [ Timeout ]
+http/tests/appcache/deferred-events-delete-while-raising-timer.html [ DumpJSConsoleLogInStdErr ]
+http/tests/appcache/deferred-events-delete-while-raising.html [ DumpJSConsoleLogInStdErr ]
+http/tests/appcache/fail-on-update.html [ DumpJSConsoleLogInStdErr ]
+http/tests/appcache/fail-on-update-2.html [ DumpJSConsoleLogInStdErr ]
+http/tests/appcache/404-resource-with-slow-main-resource.php [ DumpJSConsoleLogInStdErr ]
+
# Irregularly crashing on the HeadlessViewBackend.
webkit.org/b/173654 http/tests/appcache/insert-html-element-with-manifest-2.html [ Pass Crash ]
webkit.org/b/173654 js/dom/regress-157246.html [ Pass Crash ]
@@ -1049,8 +1045,6 @@
webkit.org/b/175419 http/wpt/service-workers [ Pass Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers [ Skip ]
-webkit.org/b/175419 http/tests/appcache/main-resource-redirect-with-sw.html [ Skip ]
-webkit.org/b/175419 http/tests/appcache/main-resource-redirect.html [ Skip ]
webkit.org/b/175419 http/wpt/service-workers/navigation-redirect-main-frame.https.html [ Skip ]
webkit.org/b/178316 imported/w3c/web-platform-tests/service-workers/cache-storage [ Skip ]
@@ -1146,9 +1140,6 @@
webkit.org/b/182240 svg/animations/svgenum-animation-7.html [ Pass Crash ]
-webkit.org/b/182244 http/tests/appcache/fail-on-update-2.html [ Pass Failure ]
-webkit.org/b/182244 http/tests/appcache/fail-on-update.html [ Pass Failure ]
-
webkit.org/b/181139 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.https.html [ Pass Failure ]
webkit.org/b/184086 imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes