Changeset 254197 in webkit


Ignore:
Timestamp:
Jan 8, 2020 6:09:16 AM (4 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed gardening. Add expectations for several tests failing

Location:
trunk/WebDriverTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebDriverTests/ChangeLog

    r254192 r254197  
     12020-01-08  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed gardening. Add expectations for several tests failing
     4
     5        * TestExpectations.json:
     6
    172020-01-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/WebDriverTests/TestExpectations.json

    r254192 r254197  
    377377            "test_release_char_sequence_sends_keyup_events_in_reverse": {
    378378                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
     379            },
     380            "test_release_mouse_sequence_resets_dblclick_state": {
     381                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
    379382            }
    380383        }
     
    620623            "test_negative_x_y": {
    621624                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180418"}}
     625            },
     626            "test_height_width_smaller_than_minimum_browser_size": {
     627                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/205919"}}
    622628            }
    623629        }
     
    634640            "test_fully_exit_fullscreen": {
    635641                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
     642            }
     643        }
     644    },
     645    "imported/w3c/webdriver/tests/is_element_enabled/enabled.py": {
     646        "subtests": {
     647            "test_xml_always_not_enabled": {
     648                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/205923"}}
    636649            }
    637650        }
Note: See TracChangeset for help on using the changeset viewer.