-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1870032 - [wdspec] add network interception invalidation tests fo…
…r all remaining methods r=webdriver-reviewers,whimboo Synced from web-platform-tests/wpt#42667 Differential Revision: https://phabricator.services.mozilla.com/D196424
- Loading branch information
1 parent
caf7139
commit 07937a5
Showing
21 changed files
with
782 additions
and
9 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/webdriver/tests/bidi/network/continue_request/__dir__.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 @@ | ||
leak-threshold: [tab:358400] |
60 changes: 60 additions & 0 deletions
60
testing/web-platform/meta/webdriver/tests/bidi/network/continue_request/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,60 @@ | ||
[invalid.py] | ||
[test_params_method_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_method_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_method_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_method_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_request_no_such_request] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_value[:invalid-http\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_value[:invalid-https\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_value[#invalid-http\]] | ||
expected: FAIL | ||
|
||
[test_params_url_invalid_value[#invalid-https\]] | ||
expected: FAIL |
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/__dir__.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 @@ | ||
leak-threshold: [tab:358400] |
57 changes: 57 additions & 0 deletions
57
testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/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,57 @@ | ||
[invalid.py] | ||
[test_params_request_invalid_phase] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_value[-1\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_value[4.3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_request_no_such_request] | ||
expected: FAIL |
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/__dir__.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 @@ | ||
leak-threshold: [tab:358400] |
117 changes: 117 additions & 0 deletions
117
testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/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,117 @@ | ||
[invalid.py] | ||
[test_params_request_invalid_phase[beforeRequestSent\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_phase[responseStarted\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_request_no_such_request] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_action_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_invalid_credentials[missing username\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_invalid_credentials[missing password\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_invalid_credentials[missing username and password\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_invalid_credentials[missing type\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_invalid_credentials[missing credentials\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_type_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_username_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_username_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_username_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_username_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_username_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_password_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_password_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_password_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_password_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_action_provideCredentials_credentials_password_invalid_type[value4\]] | ||
expected: FAIL |
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/webdriver/tests/bidi/network/fail_request/__dir__.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 @@ | ||
leak-threshold: [tab:358400] |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/webdriver/tests/bidi/network/fail_request/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
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/__dir__.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 @@ | ||
leak-threshold: [tab:358400] |
54 changes: 54 additions & 0 deletions
54
testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/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,54 @@ | ||
[invalid.py] | ||
[test_params_reason_phrase_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_reason_phrase_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[value2\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_value[-1\]] | ||
expected: FAIL | ||
|
||
[test_params_status_code_invalid_value[4.3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_request_invalid_value[foo\]] | ||
expected: FAIL | ||
|
||
[test_params_request_no_such_request] | ||
expected: FAIL |
Oops, something went wrong.