Changeset 259791 in webkit
- Timestamp:
- Apr 9, 2020, 5:08:01 AM (6 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations.json (modified) (22 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r257894 r259791 1 2020-04-09 Diego Pino Garcia <dpino@igalia.com> 2 3 [WebDriver] Gardening, update expectations of several WebDriver tests. 4 https://bugs.webkit.org/show_bug.cgi?id=210229 5 6 Reviewed by Carlos Garcia Campos. 7 8 Clean up tests expected to fail but passed. 9 10 * TestExpectations.json: 11 1 12 2020-03-04 Lauro Moura <lmoura@igalia.com> 2 13 -
trunk/WebDriverTests/TestExpectations.json
r257894 r259791 28 28 "imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": { 29 29 "subtests": { 30 "testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow": {31 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174902"}}32 },33 30 "testShouldNotScrollIfAlreadyScrolledAndElementIsInView": { 34 31 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181729"}} … … 40 37 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} 41 38 }, 42 "testShouldBeAbleToClickElementThatIsOutOfViewInAFrame": {43 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}44 },45 39 "testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView": { 46 40 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} 47 41 }, 48 "testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame": {49 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}50 },51 42 "testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView": { 52 43 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} … … 57 48 } 58 49 }, 59 "imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": {60 "subtests": {61 "testClearingAnElementShouldCauseTheOnChangeHandlerToFire": {62 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}}63 }64 }65 },66 50 "imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": { 67 51 "subtests": { … … 78 62 "testSelectingMultipleItems": { 79 63 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 80 },81 "testSendingKeysToActiveElementWithModifier": {82 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}83 64 } 84 65 } … … 119 100 "imported/selenium/py/test/selenium/webdriver/common/text_handling_tests.py": { 120 101 "subtests": { 121 "testReadALargeAmountOfData": {122 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181737"}}123 },124 102 "testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter": { 125 103 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} … … 128 106 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} 129 107 }, 130 "testHavingInlineElementsShouldNotAffectHowTextIsReturned": {131 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}132 },133 108 "testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea": { 134 109 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} … … 160 135 "imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py": { 161 136 "subtests": { 162 "testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed": {163 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}164 },165 137 "testShouldSayElementsWithNegativeTransformAreNotDisplayed": { 166 138 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} … … 171 143 } 172 144 }, 173 "imported/selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py": {174 "subtests": {175 "testSendingKeysToActiveElementWithModifier": {176 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}177 }178 }179 },180 145 "imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": { 181 146 "subtests": { 182 "testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang": {183 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}184 },185 147 "testCanCallGetWindowHandlesAfterClosingAWindow": { 186 148 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}} … … 243 205 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 244 206 }, 245 "test_special_key_sends_keydown[PAGE_UP-expected6]": {246 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}247 },248 207 "test_special_key_sends_keydown[R_PAGEUP-expected7]": { 249 208 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 250 209 }, 251 "test_special_key_sends_keydown[F12-expected10]": {252 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}253 },254 210 "test_special_key_sends_keydown[META-expected11]": { 255 211 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} … … 258 214 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 259 215 }, 260 "test_special_key_sends_keydown[SUBTRACT-expected16]": {261 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}262 },263 216 "test_special_key_sends_keydown[CONTROL-expected17]": { 264 217 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} … … 282 235 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 283 236 }, 284 "test_special_key_sends_keydown[PAGE_DOWN-expected30]": {285 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}286 },287 237 "test_special_key_sends_keydown[PAUSE-expected31]": { 288 238 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} … … 303 253 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 304 254 }, 305 "test_special_key_sends_keydown[ADD-expected40]": {306 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}307 },308 255 "test_special_key_sends_keydown[NUMPAD1-expected41]": { 309 256 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} … … 339 286 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 340 287 }, 341 "test_special_key_sends_keydown[NUMPAD5-expected61]": {342 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}343 },344 288 "test_special_key_sends_keydown[R_HOME-expected63]": { 345 289 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} … … 355 299 }, 356 300 "test_sequence_of_keydown_printable_keys_sends_events": { 357 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}358 }359 }360 },361 "imported/w3c/webdriver/tests/perform_actions/pointer_modifier_click.py": {362 "subtests": {363 "test_many_modifiers_click": {364 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}365 }366 }367 },368 "imported/w3c/webdriver/tests/perform_actions/pointer_origin.py": {369 "subtests": {370 "test_element_larger_than_viewport": {371 301 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 372 302 } … … 403 333 } 404 334 }, 405 "imported/w3c/webdriver/tests/element_click/bubbling.py": {406 "subtests": {407 "test_spin_event_loop": {408 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180400"}}409 }410 }411 },412 335 "imported/w3c/webdriver/tests/element_click/interactability.py": { 413 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188545"}}, 414 "subtests": { 415 "test_element_intercepted": { 416 "expected": {"all": {"status": ["PASS"]}} 336 "subtests": { 337 "test_element_intercepted_no_pointer_events": { 338 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188545"}} 339 }, 340 "test_element_not_visible_overflow_hidden": { 341 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188545"}} 417 342 } 418 343 } … … 506 431 }, 507 432 "imported/w3c/webdriver/tests/element_send_keys/form_controls.py": { 508 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182331"}}, 509 "subtests": { 510 "test_input": { 511 "expected": {"all": {"status": ["PASS"]}} 512 }, 513 "test_textarea": { 514 "expected": {"all": {"status": ["PASS"]}} 515 }, 516 "test_textarea_expand": { 517 "expected": {"all": {"status": ["PASS"]}} 433 "subtests": { 434 "test_input_append": { 435 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182331"}} 518 436 } 519 437 } … … 549 467 "test_get_current_url_nested_browsing_context": { 550 468 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} 551 },552 "test_get_current_url_matches_location": {553 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}}554 469 } 555 470 } … … 562 477 } 563 478 }, 564 "imported/w3c/webdriver/tests/get_element_property/get.py": {565 "subtests": {566 "test_element_not_found": {567 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}568 }569 }570 },571 "imported/w3c/webdriver/tests/get_element_attribute/get.py": {572 "subtests": {573 "test_element_not_found": {574 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}575 }576 }577 },578 "imported/w3c/webdriver/tests/get_element_tag_name/get.py": {579 "subtests": {580 "test_element_not_found": {581 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}582 }583 }584 },585 479 "imported/w3c/webdriver/tests/get_element_tag_name/user_prompts.py": { 586 480 "subtests": { … … 593 487 } 594 488 }, 595 "imported/w3c/webdriver/tests/get_element_text/get.py": {596 "subtests": {597 "test_getting_text_of_a_non_existant_element_is_an_error": {598 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}599 }600 }601 },602 489 "imported/w3c/webdriver/tests/set_window_rect/set.py": { 603 490 "subtests": { 604 "test_fully_exit_fullscreen": {605 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}606 },607 491 "test_negative_x_y": { 608 492 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180418"}} … … 613 497 } 614 498 }, 615 "imported/w3c/webdriver/tests/maximize_window/maximize.py": {616 "subtests": {617 "test_fully_exit_fullscreen": {618 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}619 }620 }621 },622 "imported/w3c/webdriver/tests/minimize_window/minimize.py": {623 "subtests": {624 "test_fully_exit_fullscreen": {625 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}626 }627 }628 },629 499 "imported/w3c/webdriver/tests/is_element_enabled/enabled.py": { 630 500 "subtests": { … … 634 504 } 635 505 }, 636 "imported/w3c/webdriver/tests/is_element_selected/user_prompts.py": {637 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}638 },639 "imported/w3c/webdriver/tests/element_send_keys/user_prompts.py": {640 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}641 },642 506 "imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py": { 643 507 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}}, … … 645 509 "test_no_browsing_context": { 646 510 "expected": {"all": {"status": ["PASS"]}} 647 } 648 } 649 }, 650 "imported/w3c/webdriver/tests/fullscreen_window/stress.py": { 651 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 652 }, 653 "imported/w3c/webdriver/tests/fullscreen_window/user_prompts.py": { 654 "subtests": { 655 "test_accept[capabilities0-alert-None]": { 656 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 657 }, 658 "test_accept[capabilities0-confirm-True]": { 659 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 660 }, 661 "test_accept[capabilities0-prompt-]": { 662 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 663 }, 664 "test_dismiss[capabilities0-alert-None]": { 665 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 666 }, 667 "test_dismiss[capabilities0-confirm-False]": { 668 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 669 }, 670 "test_dismiss[capabilities0-prompt-None]": { 671 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}} 511 }, 512 "test_fullscreen": { 513 "expected": {"all": {"status": ["PASS"]}} 514 }, 515 "test_payload": { 516 "expected": {"all": {"status": ["PASS"]}} 517 }, 518 "test_fullscreen_twice_is_idempotent": { 519 "expected": {"all": {"status": ["PASS"]}} 672 520 } 673 521 }
Note:
See TracChangeset
for help on using the changeset viewer.