Modified: trunk/WebDriverTests/ChangeLog (252395 => 252396)
--- trunk/WebDriverTests/ChangeLog 2019-11-13 09:25:17 UTC (rev 252395)
+++ trunk/WebDriverTests/ChangeLog 2019-11-13 09:26:27 UTC (rev 252396)
@@ -1,5 +1,13 @@
2019-11-13 Carlos Garcia Campos <[email protected]>
+ Unreviewed gardening. Add expectations for tests using strictFileInteractability
+
+ File upload is not yet supported.
+
+ * TestExpectations.json:
+
+2019-11-13 Carlos Garcia Campos <[email protected]>
+
Unreviewed gardening. Update expectations of fullscreen tests.
They are failing in the bots, but passing locally and with wpt.
Modified: trunk/WebDriverTests/TestExpectations.json (252395 => 252396)
--- trunk/WebDriverTests/TestExpectations.json 2019-11-13 09:25:17 UTC (rev 252395)
+++ trunk/WebDriverTests/TestExpectations.json 2019-11-13 09:26:27 UTC (rev 252396)
@@ -763,6 +763,36 @@
}
}
},
+ "imported/w3c/webdriver/tests/new_session/create_alwaysMatch.py": {
+ "subtests": {
+ "test_valid[strictFileInteractability-True]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ },
+ "test_valid[strictFileInteractability-False]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ }
+ }
+ },
+ "imported/w3c/webdriver/tests/new_session/create_firstMatch.py": {
+ "subtests": {
+ "test_valid[strictFileInteractability-True]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ },
+ "test_valid[strictFileInteractability-False]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ }
+ }
+ },
+ "imported/w3c/webdriver/tests/new_session/response.py": {
+ "subtests": {
+ "test_capability_type[strictFileInteractability-bool]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ },
+ "test_capability_default_value[strictFileInteractability-False]": {
+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+ }
+ }
+ },
"imported/w3c/webdriver/tests/new_session/default_values.py": {
"subtests": {
"test_valid_but_unmatchable_key": {
@@ -859,16 +889,6 @@
}
}
},
- "imported/w3c/webdriver/tests/new_session/response.py": {
- "subtests": {
- "test_resp_capabilites": {
- "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
- },
- "test_resp_data": {
- "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
- }
- }
- },
"imported/w3c/webdriver/tests/is_element_selected/user_prompts.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
},