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

Changeset 267323 in webkit


Ignore:
Timestamp:
Sep 19, 2020, 9:32:23 PM (6 years ago)
Author:
Lauro Moura
Message:

[GLIB] Merge API test expectations

Unreviewed test gardening.

Two TestUIClient sections were causing the first one to be ignored.

  • TestWebKitAPI/glib/TestExpectations.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r267309 r267323  
     12020-09-19  Lauro Moura  <lmoura@igalia.com>
     2
     3        [GLIB] Merge API test expectations
     4
     5        Unreviewed test gardening.
     6
     7        Two TestUIClient sections were causing the first one to be ignored.
     8
     9        * TestWebKitAPI/glib/TestExpectations.json:
     10
    1112020-09-18  Diego Pino Garcia  <dpino@igalia.com>
    212
  • trunk/Tools/TestWebKitAPI/glib/TestExpectations.json

    r267309 r267323  
    1010            "/webkit/WebKitWebView/geolocation-permission-requests": {
    1111                "expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/213786"}}
     12            },
     13            "/webkit/WebKitWebView/usermedia-enumeratedevices-permission-check": {
     14                "expected": {"gtk": {"status": ["CRASH"], "bug": "webkit.org/b/216727"}}
    1215            }
    1316        }
     
    288291                        }
    289292                }
    290         },
    291         "TestUIClient": {
    292                 "subtests": {
    293                         "/webkit/WebKitWebView/usermedia-enumeratedevices-permission-check": {
    294                                 "expected": {"gtk": {"status": ["CRASH"], "bug": "webkit.org/b/216727"}}
    295                         }
    296                 }
    297    }
     293        }
    298294}
Note: See TracChangeset for help on using the changeset viewer.