Title: [286088] trunk/WebDriverTests
Revision
286088
Author
lmo...@igalia.com
Date
2021-11-19 19:05:27 -0800 (Fri, 19 Nov 2021)

Log Message

[GLIB][WebDriver] Gardening COOP-related timeouts

Unreviewed test gardening.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (286087 => 286088)


--- trunk/WebDriverTests/ChangeLog	2021-11-20 02:33:42 UTC (rev 286087)
+++ trunk/WebDriverTests/ChangeLog	2021-11-20 03:05:27 UTC (rev 286088)
@@ -1,3 +1,11 @@
+2021-11-19  Lauro Moura  <lmo...@igalia.com>
+
+        [GLIB][WebDriver] Gardening COOP-related timeouts
+
+        Unreviewed test gardening.
+
+        * TestExpectations.json:
+
 2021-10-08  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [WebDriver] Update w3c and selenium tests

Modified: trunk/WebDriverTests/TestExpectations.json (286087 => 286088)


--- trunk/WebDriverTests/TestExpectations.json	2021-11-20 02:33:42 UTC (rev 286087)
+++ trunk/WebDriverTests/TestExpectations.json	2021-11-20 03:05:27 UTC (rev 286088)
@@ -321,6 +321,9 @@
 
     "imported/w3c/webdriver/tests/back/back.py": {
         "subtests": {
+            "test_cross_origin[capabilities0]": {
+                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
+            },
             "test_data_urls": {
                 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
             },
@@ -387,6 +390,9 @@
 
     "imported/w3c/webdriver/tests/forward/forward.py": {
         "subtests": {
+            "test_cross_origin[capabilities0]": {
+                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
+            },
             "test_data_urls": {
                 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
             },
@@ -814,6 +820,9 @@
     },
     "imported/w3c/webdriver/tests/element_click/navigate.py": {
         "subtests": {
+            "test_link_cross_origin[capabilities0]": {
+                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
+            },
             "test_link_closes_window": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211548"}}
             },
@@ -1012,6 +1021,9 @@
 
     "imported/w3c/webdriver/tests/navigate_to/navigate.py": {
         "subtests": {
+            "test_cross_origin[capabilities0]": {
+                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
+            },
             "test_no_top_browsing_context": {
                 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
             },
@@ -1303,6 +1315,9 @@
             },
             "test_no_browsing_context": {
                 "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
+            },
+            "test_navigation_with_coop_headers[capabilities0]": {
+                "expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to