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

Changeset 286088 in webkit


Ignore:
Timestamp:
Nov 19, 2021, 7:05:27 PM (5 years ago)
Author:
Lauro Moura
Message:

[GLIB][WebDriver] Gardening COOP-related timeouts

Unreviewed test gardening.

Location:
trunk/WebDriverTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebDriverTests/ChangeLog

    r283798 r286088  
     12021-11-19  Lauro Moura  <lmoura@igalia.com>
     2
     3        [GLIB][WebDriver] Gardening COOP-related timeouts
     4
     5        Unreviewed test gardening.
     6
     7        * TestExpectations.json:
     8
    192021-10-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    210
  • trunk/WebDriverTests/TestExpectations.json

    r283798 r286088  
    322322    "imported/w3c/webdriver/tests/back/back.py": {
    323323        "subtests": {
     324            "test_cross_origin[capabilities0]": {
     325                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
     326            },
    324327            "test_data_urls": {
    325328                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     
    388391    "imported/w3c/webdriver/tests/forward/forward.py": {
    389392        "subtests": {
     393            "test_cross_origin[capabilities0]": {
     394                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
     395            },
    390396            "test_data_urls": {
    391397                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     
    815821    "imported/w3c/webdriver/tests/element_click/navigate.py": {
    816822        "subtests": {
     823            "test_link_cross_origin[capabilities0]": {
     824                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
     825            },
    817826            "test_link_closes_window": {
    818827                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211548"}}
     
    10131022    "imported/w3c/webdriver/tests/navigate_to/navigate.py": {
    10141023        "subtests": {
     1024            "test_cross_origin[capabilities0]": {
     1025                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
     1026            },
    10151027            "test_no_top_browsing_context": {
    10161028                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     
    13041316            "test_no_browsing_context": {
    13051317                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1318            },
     1319            "test_navigation_with_coop_headers[capabilities0]": {
     1320                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
    13061321            }
    13071322        }
Note: See TracChangeset for help on using the changeset viewer.