⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271478 in webkit


Ignore:
Timestamp:
Jan 13, 2021, 8:28:24 PM (6 years ago)
Author:
Lauro Moura
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.
Location:
trunk/LayoutTests
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r271471 r271478  
     12021-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
    1142021-01-13  Jer Noble  <jer.noble@apple.com>
    215
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r271431 r271478  
    199199# Subpixel
    200200webkit.org/b/216037 imported/w3c/web-platform-tests/css/css-backgrounds/background-position/subpixel-position-center.tentative.html [ Pass ImageOnlyFailure ]
     201
     202# SVG
     203webkit.org/b/220614 imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath.svg [ Failure Pass ]
    201204
    202205# WebGL
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt

    r267658 r271478  
    11
    2 Harness Error (TIMEOUT), message = null
     2PASS normal
     3PASS blank url
     4PASS in scope but not controlled test on installing worker
     5PASS in scope but not controlled test on active worker
     6PASS out of scope
     7PASS cross orgin url
     8PASS invalid url (http://[example.com])
     9PASS invalid url (view-source://example.com)
     10PASS invalid url (file:///)
     11PASS invalid url (about:blank)
     12FAIL normal worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
     13FAIL blank url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
     14FAIL 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")
     17FAIL 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")
     20FAIL 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")
     23FAIL cross orgin url worker side promise_test: Unhandled rejection with value: object "NotSupportedError: windowClient.navigate() is not yet supported"
     24FAIL 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")
     27FAIL 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")
     30FAIL 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")
     33FAIL 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")
    336
    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 out
    8 NOTRUN out of scope
    9 NOTRUN cross orgin url
    10 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.