WebKit Bugzilla
Attachment 343712 Details for
Bug 187098
: [GTK][WPE] Update expectations for WebDriver tests.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-187098-20180627171913.patch (text/plain), 12.12 KB, created by
Ms2ger (he/him; ⌚ UTC+1/+2)
on 2018-06-27 08:19:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ms2ger (he/him; ⌚ UTC+1/+2)
Created:
2018-06-27 08:19:14 PDT
Size:
12.12 KB
patch
obsolete
>Subversion Revision: 233252 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 2a79596940aae84b1f9b17b1def290ff1874aacd..b9ae04ba05ef4c2d16fc4e7c10b85ba3666e7dbd 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2018-06-27 Ms2ger <Ms2ger@igalia.com> >+ >+ [GTK][WPE] Update expectations for API tests. >+ https://bugs.webkit.org/show_bug.cgi?id=187098 >+ >+ Unreviewed gardening. >+ >+ * TestWebKitAPI/glib/TestExpectations.json: >+ > 2018-06-26 Chris Dumez <cdumez@apple.com> > > Deal better with the network process crashing on startup >diff --git a/Tools/TestWebKitAPI/glib/TestExpectations.json b/Tools/TestWebKitAPI/glib/TestExpectations.json >index e4db8da07f1b9a93c3b8af4cd9ca6c87e3af8efe..e171fe19ad124f2b74e0010678a2e1ba879575dd 100644 >--- a/Tools/TestWebKitAPI/glib/TestExpectations.json >+++ b/Tools/TestWebKitAPI/glib/TestExpectations.json >@@ -46,7 +46,7 @@ > "TestWebsiteData": { > "subtests": { > "/webkit/WebKitWebsiteData/databases": { >- "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181251"}} >+ "expected": {"all": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/181251"}} > }, > "/webkit/WebKitWebsiteData/cache": { > "expected": {"wpe": {"status": ["FAIL"]}} >@@ -70,6 +70,9 @@ > "/webkit/WebKitWebContext/uri-scheme": { > "expected": {"all": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/183183"}} > }, >+ "/webkit/WebKitWebContext/proxy": { >+ "expected": {"gtk": {"status": ["FAIL"]}} >+ }, > "/webkit/WebKitWebView/languages": { > "expected": {"wpe": {"status": ["FAIL"]}} > } >@@ -149,7 +152,7 @@ > "expected": {"wpe": {"status": ["FAIL"]}} > }, > "WTF_Lock.ContendedShortSection": { >- "expected": {"all": {"slow": true}} >+ "expected": {"all": {"status": ["PASS", "TIMEOUT"], "slow": true}} > }, > "WTF_Lock.ContendedLongSection": { > "expected": {"all": {"slow": true}} >@@ -158,7 +161,7 @@ > "expected": {"all": {"slow": true}} > }, > "WTF_Lock.ManyContendedShortSections": { >- "expected": {"all": {"slow": true}} >+ "expected": {"all": {"status": ["PASS", "TIMEOUT"], "slow": true}} > }, > "WTF_WordLock.ContendedShortSection": { > "expected": {"all": {"slow": true}} >@@ -190,7 +193,7 @@ > "TestSSL": { > "subtests": { > "/webkit/WebKitWebView/tls-errors-policy": { >- "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/186913"}} >+ "expected": {"all": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/186913"}} > }, > "/webkit/WebKitWebView/load-failed-with-tls-errors": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/186913"}} >@@ -208,6 +211,15 @@ > "subtests": { > "/webkit/Authentication/authentication-no-credential": { > "expected": {"wpe": {"status": ["FAIL"]}} >+ }, >+ "/webkit/Authentication/authentication-cancel": { >+ "expected": {"gtk": {"status": ["TIMEOUT"]}} >+ }, >+ "/webkit/Authentication/authentication-proxy-https": { >+ "expected": {"gtk": {"status": ["TIMEOUT"]}} >+ }, >+ "/webkit/Authentication/authentication-proxy": { >+ "expected": {"gtk": {"status": ["FAIL"]}} > } > } > }, >@@ -231,7 +243,7 @@ > "expected": {"wpe": {"status": ["FAIL"]}} > }, > "/webkit/WebKitUserContentManager/script-message-received": { >- "expected": {"wpe": {"status": ["FAIL"]}} >+ "expected": {"all": {"status": ["FAIL"]}} > } > } > }, >diff --git a/WebDriverTests/ChangeLog b/WebDriverTests/ChangeLog >index 714278eb00e693d0b11c938fb43866acec8d1251..bfbc17d9216654074225514f9eb32217ee2dd931 100644 >--- a/WebDriverTests/ChangeLog >+++ b/WebDriverTests/ChangeLog >@@ -1,3 +1,12 @@ >+2018-06-27 Ms2ger <Ms2ger@igalia.com> >+ >+ [GTK][WPE] Update expectations for WebDriver tests. >+ https://bugs.webkit.org/show_bug.cgi?id=187098 >+ >+ Unreviewed gardening. >+ >+ * TestExpectations.json: >+ > 2018-05-24 Carlos Garcia Campos <cgarcia@igalia.com> > > WebDriver: implement maximize, minimize and fullscreen window commands >diff --git a/WebDriverTests/TestExpectations.json b/WebDriverTests/TestExpectations.json >index 2757587fa42420a438e64cf47eca64100bd92816..2665ab2b60ed9dfd76cb7dc0a43d7be73aea972e 100644 >--- a/WebDriverTests/TestExpectations.json >+++ b/WebDriverTests/TestExpectations.json >@@ -205,12 +205,27 @@ > }, > "imported/w3c/webdriver/tests/actions/key.py": { > "subtests": { >+ "test_single_printable_key_sends_correct_events[a-KeyA0]": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ }, >+ "test_single_printable_key_sends_correct_events[a-KeyA1]": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ }, >+ "test_single_printable_key_sends_correct_events[\"-Quote]": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ }, >+ "test_single_printable_key_sends_correct_events[,-Comma]": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ }, > "test_single_printable_key_sends_correct_events[\\xe0-]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, > "test_single_printable_key_sends_correct_events[\\u0416-]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >+ "test_single_printable_key_sends_correct_events[@-Digit2]": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ }, > "test_single_printable_key_sends_correct_events[\\u2603-]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >@@ -231,19 +246,9 @@ > }, > "test_sequence_of_keydown_printable_keys_sends_events": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >- } >- } >- }, >- "imported/w3c/webdriver/tests/actions/key_shortcuts.py": { >- "subtests": { >- "test_mod_a_and_backspace_deletes_all_text": { >- "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_mod_a_mod_c_right_mod_v_pastes_text": { >- "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >- }, >- "test_mod_a_mod_x_deletes_all_text": { >- "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} >+ "test_sequence_of_keydown_character_keys": { >+ "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > } > } > }, >@@ -462,16 +467,16 @@ > "test_multiple_codepoint_keys_behave_correctly[f]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": { >+ "test_multiple_codepoint_keys_behave_correctly[\\u0ba8\\u0bbf]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": { >+ "test_multiple_codepoint_keys_behave_correctly[\\u0ba8\\u0bbf]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": { >+ "test_multiple_codepoint_keys_behave_correctly[\\u1100\\u1161\\u11a8]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": { >+ "test_multiple_codepoint_keys_behave_correctly[\\u1100\\u1161\\u11a8]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, > "test_invalid_multiple_codepoint_keys_fail[fa]": { >@@ -480,22 +485,22 @@ > "test_invalid_multiple_codepoint_keys_fail[fa]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbfb]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbfb]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\u0ba8]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u0ba8\\u0bbf\u0ba8]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\u11a8c]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > }, >- "test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": { >+ "test_invalid_multiple_codepoint_keys_fail[\\u1100\\u1161\u11a8c]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} > } > } >@@ -565,6 +570,9 @@ > }, > "test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} >+ }, >+ "test_parent_of_document_node_errors": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} > } > } > }, >@@ -581,6 +589,9 @@ > }, > "test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} >+ }, >+ "test_parent_of_document_node_errors": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} > } > } > }, >@@ -800,6 +811,9 @@ > }, > "test_get_current_url_nested_browsing_context": { > "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} >+ }, >+ "test_get_current_url_matches_location": { >+ "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} > } > } > }, >@@ -970,6 +984,16 @@ > } > } > }, >+ "imported/w3c/webdriver/tests/get_element_tag_name/user_prompts.py": { >+ "subtests": { >+ "test_handle_prompt_dismiss": { >+ "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} >+ }, >+ "test_handle_prompt_accept": { >+ "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} >+ } >+ } >+ }, > "imported/w3c/webdriver/tests/get_element_text/get.py": { > "subtests": { > "test_getting_text_of_a_non_existant_element_is_an_error": {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 187098
:
343712
|
343713