File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
9
2020-07-03 Lauro Moura <
[email protected] >
2
10
3
11
[WebDriver][WPE] Update imported selenium to a version that enables WPE WebDriver tests
Original file line number Diff line number Diff line change 41
41
}
42
42
}
43
43
},
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
+ },
44
54
"imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py" : {
45
55
"subtests" : {
46
56
"testShouldNotSwitchMagicallyToTheTopWindow" : {
132
142
},
133
143
"testAllPrintableKeys" : {
134
144
"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" }}
135
151
}
136
152
}
137
153
},
You can’t perform that action at this time.
0 commit comments