Changeset 259868 in webkit


Ignore:
Timestamp:
Apr 10, 2020, 6:25:20 AM (5 years ago)
Author:
Diego Pino Garcia
Message:

[WebDriver] Gardening, remove spurious entry
https://bugs.webkit.org/show_bug.cgi?id=210333

Unreviewed gardening.

All subtests in the test were passing, so the entry can be deleted.

Location:
trunk/WebDriverTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebDriverTests/ChangeLog

    r259791 r259868  
     12020-04-10  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [WebDriver] Gardening, remove spurious entry
     4        https://bugs.webkit.org/show_bug.cgi?id=210333
     5
     6        Unreviewed gardening.
     7
     8        All subtests in the test were passing, so the entry can be deleted.
     9
     10        * TestExpectations.json:
     11
    1122020-04-09  Diego Pino Garcia  <dpino@igalia.com>
    213
  • trunk/WebDriverTests/TestExpectations.json

    r259791 r259868  
    504504        }
    505505    },
    506     "imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py": {
    507         "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}},
    508         "subtests": {
    509             "test_no_browsing_context": {
    510                 "expected": {"all": {"status": ["PASS"]}}
    511             },
    512             "test_fullscreen": {
    513                 "expected": {"all": {"status": ["PASS"]}}
    514             },
    515             "test_payload": {
    516                 "expected": {"all": {"status": ["PASS"]}}
    517             },
    518             "test_fullscreen_twice_is_idempotent": {
    519                 "expected": {"all": {"status": ["PASS"]}}
    520             }
    521         }
    522     },
    523506    "imported/w3c/webdriver/tests/permissions/set.py": {
    524507        "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}}
Note: See TracChangeset for help on using the changeset viewer.