Title: [252401] trunk/WebDriverTests
Revision
252401
Author
carlo...@webkit.org
Date
2019-11-13 04:15:55 -0800 (Wed, 13 Nov 2019)

Log Message

Unreviewed gardening. Add expectations for execute script tests.

The ones checking the use of promises are failing.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (252400 => 252401)


--- trunk/WebDriverTests/ChangeLog	2019-11-13 11:31:18 UTC (rev 252400)
+++ trunk/WebDriverTests/ChangeLog	2019-11-13 12:15:55 UTC (rev 252401)
@@ -1,5 +1,13 @@
 2019-11-13  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed gardening. Add expectations for execute script tests.
+
+        The ones checking the use of promises are failing.
+
+        * TestExpectations.json:
+
+2019-11-13  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed gardening. Add expectations for tests using strictFileInteractability
 
         File upload is not yet supported.

Modified: trunk/WebDriverTests/TestExpectations.json (252400 => 252401)


--- trunk/WebDriverTests/TestExpectations.json	2019-11-13 11:31:18 UTC (rev 252400)
+++ trunk/WebDriverTests/TestExpectations.json	2019-11-13 12:15:55 UTC (rev 252401)
@@ -576,41 +576,19 @@
             }
         }
     },
-    "imported/w3c/webdriver/tests/execute_script/user_prompts.py": {
+    "imported/w3c/webdriver/tests/execute_async_script/promise.py": {
+        "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204151"}},
         "subtests": {
-            "test_handle_prompt_dismiss_and_notify": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_accept_and_notify": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_ignore": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_default": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_twice": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
+            "test_await_promise_reject": {
+                "expected": {"all": {"status": ["PASS"]}}
             }
         }
     },
-    "imported/w3c/webdriver/tests/execute_async_script/user_prompts.py": {
+    "imported/w3c/webdriver/tests/execute_script/promise.py": {
+        "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204151"}},
         "subtests": {
-            "test_handle_prompt_dismiss_and_notify": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_accept_and_notify": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_ignore": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_default": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
-            },
-            "test_handle_prompt_twice": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
+            "test_await_promise_reject": {
+                "expected": {"all": {"status": ["PASS"]}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to