forked from GoogleChromeLabs/chromium-bidi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: expectations update the GoogleChromeLabs#3126
- Loading branch information
1 parent
d8012d2
commit da54fbe
Showing
18 changed files
with
423 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...data/chromedriver/headful/webdriver/tests/bidi/input/perform_actions/pointer_mouse.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_mouse.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...data/chromedriver/headful/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
105 changes: 105 additions & 0 deletions
105
wpt-metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/install/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[invalid.py] | ||
[test_params_extension_data_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_value] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[unknown-type\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[path\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[archivePath\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_archive_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_value_missing] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[dGVzdA==\]] | ||
expected: FAIL |
18 changes: 18 additions & 0 deletions
18
...metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/uninstall/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[invalid.py] | ||
[test_uninstall_missing_addon] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value4\]] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...tadata/chromedriver/headful/webdriver/tests/bidi/web_extension/uninstall/uninstall.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[uninstall.py] | ||
[test_uninstall] | ||
expected: ERROR |
3 changes: 3 additions & 0 deletions
3
...ata/chromedriver/headless/webdriver/tests/bidi/input/perform_actions/pointer_mouse.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_mouse.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...ata/chromedriver/headless/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/chromedriver/headless/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
105 changes: 105 additions & 0 deletions
105
wpt-metadata/chromedriver/headless/webdriver/tests/bidi/web_extension/install/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[invalid.py] | ||
[test_params_extension_data_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_value] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[unknown-type\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[path\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[archivePath\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_archive_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_value_missing] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[dGVzdA==\]] | ||
expected: FAIL |
18 changes: 18 additions & 0 deletions
18
...etadata/chromedriver/headless/webdriver/tests/bidi/web_extension/uninstall/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[invalid.py] | ||
[test_uninstall_missing_addon] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value4\]] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...adata/chromedriver/headless/webdriver/tests/bidi/web_extension/uninstall/uninstall.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[uninstall.py] | ||
[test_uninstall] | ||
expected: ERROR |
3 changes: 3 additions & 0 deletions
3
wpt-metadata/mapper/headless/webdriver/tests/bidi/input/perform_actions/pointer_mouse.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_mouse.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
wpt-metadata/mapper/headless/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/mapper/headless/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
Oops, something went wrong.