Changeset 271478 in webkit
- Timestamp:
- Jan 13, 2021, 8:28:24 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/wpe/TestExpectations (modified) (1 diff)
-
platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt (modified) (1 diff)
-
platform/wpe/webgl/1.0.3 (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r271471 r271478 1 2021-01-13 Lauro Moura <lmoura@igalia.com> 2 3 [WPE] Rebaseline and gardening a few tests 4 5 Unreviewed test gardening. 6 7 The windowClient one differs from GTK's by running a few test cases 8 instead of stopping near the start in a Harness timeout. 9 10 * platform/wpe/TestExpectations: 11 * platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt: 12 * platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Removed. 13 1 14 2021-01-13 Jer Noble <jer.noble@apple.com> 2 15 -
trunk/LayoutTests/platform/wpe/TestExpectations
r271431 r271478 199 199 # Subpixel 200 200 webkit.org/b/216037 imported/w3c/web-platform-tests/css/css-backgrounds/background-position/subpixel-position-center.tentative.html [ Pass ImageOnlyFailure ] 201 202 # SVG 203 webkit.org/b/220614 imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath.svg [ Failure Pass ] 201 204 202 205 # WebGL -
trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt
r267658 r271478 1 1 2 Harness Error (TIMEOUT), message = null 2 PASS normal 3 PASS blank url 4 PASS in scope but not controlled test on installing worker 5 PASS in scope but not controlled test on active worker 6 PASS out of scope 7 PASS cross orgin url 8 PASS invalid url (http://[example.com]) 9 PASS invalid url (view-source://example.com) 10 PASS invalid url (file:///) 11 PASS invalid url (about:blank) 12 FAIL normal worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported" 13 FAIL blank url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported" 14 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() { 15 [native code] 16 }" ("TypeError") 17 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() { 18 [native code] 19 }" ("TypeError") 20 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() { 21 [native code] 22 }" ("TypeError") 23 FAIL cross orgin url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported" 24 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() { 25 [native code] 26 }" ("TypeError") 27 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() { 28 [native code] 29 }" ("TypeError") 30 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() { 31 [native code] 32 }" ("TypeError") 33 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() { 34 [native code] 35 }" ("TypeError") 3 36 4 FAIL normal assert_equals: expected "https://localhost:9443/service-workers/service-worker/resources/blank.html?navigate" but got "NotSupportedError"5 FAIL blank url promise_test: Unhandled rejection with value: object "Error: wait_for_state must be passed a ServiceWorker"6 FAIL in scope but not controlled test on installing worker assert_equals: expected "TypeError" but got "NotSupportedError"7 TIMEOUT in scope but not controlled test on active worker Test timed out8 NOTRUN out of scope9 NOTRUN cross orgin url10 NOTRUN invalid url (http://[example.com])11 NOTRUN invalid url (view-source://example.com)12 NOTRUN invalid url (file:///)13 NOTRUN invalid url (about:blank)14
Note:
See TracChangeset
for help on using the changeset viewer.