Bug 256006 - AX: Fix these Accessibility Crash Tests in WPT
Summary: AX: Fix these Accessibility Crash Tests in WPT
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-26 13:07 PDT by James Craig
Modified: 2023-08-21 17:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Radar WebKit Bug Importer 2023-04-26 13:07:40 PDT
<rdar://problem/108571471>
Comment 2 James Craig 2023-04-26 18:19:37 PDT
First run:
./Tools/Scripts/import-w3c-tests --import-all

Which should allow you to run the tests. I'm running them in a different context, but I think one of these should work:

./LayoutTests/imported/w3c/web-platform-tests/wpt run --log-mach-level debug --log-mach - --webdriver-arg="--diagnose" safari accessibility 

or 

./Tools/Scripts/run-web-platform-tests accessibility


Once the bug is resolved on a local machine, can add this to the patch in in LayoutTests/imported/w3c/resources/import-expectations.json

  "web-platform-tests/accessibility": "import",
Comment 3 James Craig 2023-04-27 01:07:04 PDT
Or if the tests end up being invalid, let me know and I'll try to either get them fixed  or out of the WPT repo. (For example, that AOM crash uses now-abandoned experimental API.)
Comment 4 James Craig 2023-08-21 17:49:46 PDT
WONTFIX

All these are bogus tests that only work in Chrome using abandoned API.

Updating WPT here:
https://github.com/web-platform-tests/wpt/pull/41576