WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
273682
[GTK] A few accessibility API tests are always failing in the bots
https://bugs.webkit.org/show_bug.cgi?id=273682
Summary
[GTK] A few accessibility API tests are always failing in the bots
Claudio Saavedra
Reported
2024-05-03 06:15:02 PDT
The following API tests are pretty much always failing in the API-GTK EWS bots: /WebKitGTK/TestWebKitAccessibility:/webkit/WebKitAccessibility/selection/menulist /WebKitGTK/TestWebKitAccessibility:/webkit/WebKitAccessibility/accessible/event-listener /WebKitGTK/TestWebKitAccessibility:/webkit/WebKitAccessibility/selection/listbox /WebKitGTK/TestWebKitAccessibility:/webkit/WebKitAccessibility/value/basic I'll mark the failure in the expectations file as they're just slowing down the tests right now.
Attachments
Add attachment
proposed patch, testcase, etc.
Claudio Saavedra
Comment 1
2024-05-03 06:16:51 PDT
It's worth mentioning that these bots are testing GTK3.
Claudio Saavedra
Comment 2
2024-05-03 06:28:30 PDT
Gardening here
https://github.com/WebKit/WebKit/pull/28096
Claudio Saavedra
Comment 3
2024-05-23 06:57:35 PDT
I am marking more failures and failures, the a11y tests are degrading considerably: --- a/Tools/TestWebKitAPI/glib/TestExpectations.json +++ b/Tools/TestWebKitAPI/glib/TestExpectations.json @@ -49,7 +49,7 @@ "expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "
webkit.org/b/256557
"}} }, "/webkit/WebKitAccessibility/text/state-changed": { - "expected": {"gtk": {"status": ["FAIL", "TIMEOUT", "PASS"], "bug": "
webkit.org/b/256557
"}} + "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/256557
"}} }, "/webkit/WebKitAccessibility/selection/menulist": { "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/273682
"}} @@ -62,6 +62,21 @@ }, "/webkit/WebKitAccessibility/value/basic": { "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/273682
"}} + }, + "/webkit/WebKitAccessibility/accessible/list-markers": { + "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/273682
"}} + }, + "/webkit/WebKitAccessibility/accessible/state": { + "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/273682
"}} + }, + "/webkit/WebKitAccessibility/accessible/ignored-objects": { + "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "
webkit.org/b/273682
"}} + }, + "/webkit/WebKitAccessibility/document/load-events": { + "expected": {"gtk": {"status": ["FAIL"], "bug": "
webkit.org/b/273682
"}} + }, + "/webkit/WebKitAccessibility/hyperlink/basic": { + "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "
webkit.org/b/273682
"}} } } },
Carlos Alberto Lopez Perez
Comment 4
2025-09-26 15:46:50 PDT
WebKitAccessibility/accessible/event-listener is timing out since migrated to the new infra, see
bug 299598
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug