Title: [271478] trunk/LayoutTests
- Revision
- 271478
- Author
- [email protected]
- Date
- 2021-01-13 20:28:24 -0800 (Wed, 13 Jan 2021)
Log Message
[WPE] Rebaseline and gardening a few tests
Unreviewed test gardening.
The windowClient one differs from GTK's by running a few test cases
instead of stopping near the start in a Harness timeout.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt:
* platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Removed.
Modified Paths
Removed Paths
- trunk/LayoutTests/platform/wpe/webgl/1.0.3/
Diff
Modified: trunk/LayoutTests/ChangeLog (271477 => 271478)
--- trunk/LayoutTests/ChangeLog 2021-01-14 01:37:59 UTC (rev 271477)
+++ trunk/LayoutTests/ChangeLog 2021-01-14 04:28:24 UTC (rev 271478)
@@ -1,3 +1,16 @@
+2021-01-13 Lauro Moura <[email protected]>
+
+ [WPE] Rebaseline and gardening a few tests
+
+ Unreviewed test gardening.
+
+ The windowClient one differs from GTK's by running a few test cases
+ instead of stopping near the start in a Harness timeout.
+
+ * platform/wpe/TestExpectations:
+ * platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt:
+ * platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Removed.
+
2021-01-13 Jer Noble <[email protected]>
[Cocoa] Support key rotation with HLS-backed encrypted media streams
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (271477 => 271478)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2021-01-14 01:37:59 UTC (rev 271477)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2021-01-14 04:28:24 UTC (rev 271478)
@@ -199,6 +199,9 @@
# Subpixel
webkit.org/b/216037 imported/w3c/web-platform-tests/css/css-backgrounds/background-position/subpixel-position-center.tentative.html [ Pass ImageOnlyFailure ]
+# SVG
+webkit.org/b/220614 imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath.svg [ Failure Pass ]
+
# WebGL
webkit.org/b/213203 webgl/1.0.3/conformance/rendering/multisample-corruption.html [ Failure Timeout ]
Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt (271477 => 271478)
--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt 2021-01-14 01:37:59 UTC (rev 271477)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt 2021-01-14 04:28:24 UTC (rev 271478)
@@ -1,14 +1,36 @@
-Harness Error (TIMEOUT), message = null
+PASS normal
+PASS blank url
+PASS in scope but not controlled test on installing worker
+PASS in scope but not controlled test on active worker
+PASS out of scope
+PASS cross orgin url
+PASS invalid url (http://[example.com])
+PASS invalid url (view-source://example.com)
+PASS invalid url (file:///)
+PASS invalid url (about:blank)
+FAIL normal worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
+FAIL blank url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
+FAIL in scope but not controlled test on installing worker worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL in scope but not controlled test on active worker worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL out of scope worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL cross orgin url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
+FAIL invalid url (http://[example.com]) worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL invalid url (view-source://example.com) worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL invalid url (file:///) worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
+FAIL invalid url (about:blank) worker side promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: windowClient.navigate() is not yet supported" ("NotSupportedError") expected instance of function "function TypeError() {
+ [native code]
+}" ("TypeError")
-FAIL normal assert_equals: expected "https://localhost:9443/service-workers/service-worker/resources/blank.html?navigate" but got "NotSupportedError"
-FAIL blank url promise_test: Unhandled rejection with value: object "Error: wait_for_state must be passed a ServiceWorker"
-FAIL in scope but not controlled test on installing worker assert_equals: expected "TypeError" but got "NotSupportedError"
-TIMEOUT in scope but not controlled test on active worker Test timed out
-NOTRUN out of scope
-NOTRUN cross orgin url
-NOTRUN invalid url (http://[example.com])
-NOTRUN invalid url (view-source://example.com)
-NOTRUN invalid url (file:///)
-NOTRUN invalid url (about:blank)
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes