Changeset 286088 in webkit
- Timestamp:
- Nov 19, 2021, 7:05:27 PM (5 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations.json (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r283798 r286088 1 2021-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 1 9 2021-10-08 Carlos Garcia Campos <cgarcia@igalia.com> 2 10 -
trunk/WebDriverTests/TestExpectations.json
r283798 r286088 322 322 "imported/w3c/webdriver/tests/back/back.py": { 323 323 "subtests": { 324 "test_cross_origin[capabilities0]": { 325 "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}} 326 }, 324 327 "test_data_urls": { 325 328 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}} … … 388 391 "imported/w3c/webdriver/tests/forward/forward.py": { 389 392 "subtests": { 393 "test_cross_origin[capabilities0]": { 394 "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}} 395 }, 390 396 "test_data_urls": { 391 397 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}} … … 815 821 "imported/w3c/webdriver/tests/element_click/navigate.py": { 816 822 "subtests": { 823 "test_link_cross_origin[capabilities0]": { 824 "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}} 825 }, 817 826 "test_link_closes_window": { 818 827 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211548"}} … … 1013 1022 "imported/w3c/webdriver/tests/navigate_to/navigate.py": { 1014 1023 "subtests": { 1024 "test_cross_origin[capabilities0]": { 1025 "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}} 1026 }, 1015 1027 "test_no_top_browsing_context": { 1016 1028 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}} … … 1304 1316 "test_no_browsing_context": { 1305 1317 "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"}} 1306 1321 } 1307 1322 }
Note:
See TracChangeset
for help on using the changeset viewer.