Title: [233727] trunk
Revision
233727
Author
ms2...@igalia.com
Date
2018-07-11 03:02:05 -0700 (Wed, 11 Jul 2018)

Log Message

[GTK] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=187551

Unreviewed gardening.


WebDriverTests:

* TestExpectations.json:
  - imported/selenium/py/test/selenium/webdriver/common: fixed in r233548
  - imported/w3c/webdriver/tests/actions/key.py: fixed in r233499
  - imported/w3c/webdriver/tests/actions/special_keys.py: properly escape test names

LayoutTests:

* platform/gtk/TestExpectations: Mark new test as failing: it depends on mac-only code.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (233726 => 233727)


--- trunk/LayoutTests/ChangeLog	2018-07-11 08:18:28 UTC (rev 233726)
+++ trunk/LayoutTests/ChangeLog	2018-07-11 10:02:05 UTC (rev 233727)
@@ -1,3 +1,12 @@
+2018-07-11  Ms2ger  <ms2...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=187551
+
+        Unreviewed gardening.
+
+        * platform/gtk/TestExpectations: Mark new test as failing: it depends on mac-only code.
+
 2018-07-10  Youenn Fablet  <you...@apple.com>
 
         Make fetch() use "same-origin" credentials by default

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (233726 => 233727)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-07-11 08:18:28 UTC (rev 233726)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-07-11 10:02:05 UTC (rev 233727)
@@ -1184,6 +1184,9 @@
 # Requires support for testing text replacement
 editing/spelling/text-replacement-after-typing-to-word.html [ Skip ]
 
+# Depends on mac-specific code in TestController.
+webkit.org/b/187550 http/tests/plugins/plugin-allow-then-reload.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Expected failures.
 #

Modified: trunk/WebDriverTests/ChangeLog (233726 => 233727)


--- trunk/WebDriverTests/ChangeLog	2018-07-11 08:18:28 UTC (rev 233726)
+++ trunk/WebDriverTests/ChangeLog	2018-07-11 10:02:05 UTC (rev 233727)
@@ -1,3 +1,15 @@
+2018-07-11  Ms2ger  <ms2...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=187551
+
+        Unreviewed gardening.
+
+        * TestExpectations.json:
+          - imported/selenium/py/test/selenium/webdriver/common: fixed in r233548
+          - imported/w3c/webdriver/tests/actions/key.py: fixed in r233499
+          - imported/w3c/webdriver/tests/actions/special_keys.py: properly escape test names
+
 2018-06-27  Ms2ger  <ms2...@igalia.com>
 
         [GTK][WPE] Update expectations for WebDriver tests.

Modified: trunk/WebDriverTests/TestExpectations.json (233726 => 233727)


--- trunk/WebDriverTests/TestExpectations.json	2018-07-11 08:18:28 UTC (rev 233726)
+++ trunk/WebDriverTests/TestExpectations.json	2018-07-11 10:02:05 UTC (rev 233727)
@@ -55,21 +55,11 @@
     },
     "imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": {
         "subtests": {
-            "testShouldEmitOnChangeEventsWhenChangingTheStateOfACheckbox": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}}
-            },
             "testClearingAnElementShouldCauseTheOnChangeHandlerToFire": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}}
             }
         }
     },
-    "imported/selenium/py/test/selenium/webdriver/common/form_handling_tests.py": {
-        "subtests": {
-            "testShouldThrowAnExceptionWhenSelectingAnUnselectableElement": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181733"}}
-            }
-        }
-    },
     "imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": {
         "subtests": {
             "testShouldNotSwitchMagicallyToTheTopWindow": {
@@ -100,13 +90,6 @@
             }
         }
     },
-    "imported/selenium/py/test/selenium/webdriver/common/page_load_timeout_tests.py": {
-        "subtests": {
-            "testClickShouldTimeout": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182332"}}
-            }
-        }
-    },
     "imported/selenium/py/test/selenium/webdriver/common/select_class_tests.py": {
         "subtests": {
             "testSelectByVisibleTextShouldNormalizeSpaces": {
@@ -166,15 +149,6 @@
     },
     "imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py": {
         "subtests": {
-            "testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            },
-            "testShouldNotBeAbleToToggleAnElementThatIsNotDisplayed": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            },
-            "testShouldNotBeAbleToSelectAnElementThatIsNotDisplayed": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            },
             "testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
             },
@@ -205,18 +179,6 @@
     },
     "imported/w3c/webdriver/tests/actions/key.py": {
         "subtests": {
-            "test_single_printable_key_sends_correct_events[a-KeyA0]": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
-            "test_single_printable_key_sends_correct_events[a-KeyA1]": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
-            "test_single_printable_key_sends_correct_events[\"-Quote]": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
-            "test_single_printable_key_sends_correct_events[,-Comma]": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
             "test_single_printable_key_sends_correct_events[\\xe0-]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
@@ -223,9 +185,6 @@
             "test_single_printable_key_sends_correct_events[\\u0416-]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
-            "test_single_printable_key_sends_correct_events[@-Digit2]": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
             "test_single_printable_key_sends_correct_events[\\u2603-]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
@@ -246,9 +205,6 @@
             },
             "test_sequence_of_keydown_printable_keys_sends_events": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
-            },
-            "test_sequence_of_keydown_character_keys": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             }
         }
     },
@@ -491,16 +447,16 @@
             "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbfb]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
-            "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\u0ba8]": {
+            "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\\u0ba8]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
-            "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\u0ba8]": {
+            "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\\u0ba8]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
-            "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\u11a8c]": {
+            "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\\u11a8c]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             },
-            "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\u11a8c]": {
+            "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\\u11a8c]": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
             }
         }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to