Skip to content

Commit 5694041

Browse files
[WebDriver][WPE][GTK] Garden post update failures
Unreviewed test gardening. * TestExpectations.json: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263936 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent f1de386 commit 5694041

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

WebDriverTests/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2020-07-04 Lauro Moura <[email protected]>
2+
3+
[WebDriver][WPE][GTK] Garden post update failures
4+
5+
Unreviewed test gardening.
6+
7+
* TestExpectations.json:
8+
19
2020-07-03 Lauro Moura <[email protected]>
210

311
[WebDriver][WPE] Update imported selenium to a version that enables WPE WebDriver tests

WebDriverTests/TestExpectations.json

+16
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
}
4242
}
4343
},
44+
"imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py": {
45+
"subtests": {
46+
"testAddCookieSameSiteStrict": {
47+
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213960"}}
48+
},
49+
"testAddCookieSameSiteLax": {
50+
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213960"}}
51+
}
52+
}
53+
},
4454
"imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": {
4555
"subtests": {
4656
"testShouldNotSwitchMagicallyToTheTopWindow": {
@@ -132,6 +142,12 @@
132142
},
133143
"testAllPrintableKeys": {
134144
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}}
145+
},
146+
"testArrowKeysAndPageUpAndDown": {
147+
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213961"}}
148+
},
149+
"testNumberpadAndFunctionKeys": {
150+
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213961"}}
135151
}
136152
}
137153
},

0 commit comments

Comments
 (0)