Bug 313183
| Summary: | Tests that try to simulate `wheel` events on iOS hit an assertion | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
They assert here:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 WebKitTestRunnerApp 0x10492d79c WTFCrashWithInfo(int, char const*, char const*) + 76 (Assertions.h:1005)
1 WebKitTestRunnerApp 0x104908ec8 transducerTypeFromString(NSString*) + 208 (HIDEventGenerator.mm:286)
2 WebKitTestRunnerApp 0x104908704 -[HIDEventGenerator _createIOHIDEventWithInfo:] + 212 (HIDEventGenerator.mm:364)
3 WebKitTestRunnerApp 0x10490c9f4 -[HIDEventGenerator dispatchEventWithInfo:] + 152 (HIDEventGenerator.mm:1132)
4 WebKitTestRunnerApp 0x10490d9d8 __46-[HIDEventGenerator eventDispatchThreadEntry:]_block_invoke + 44 (HIDEventGenerator.mm:1235)
Let's just log instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175465357>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/63483
EWS
Committed 311949@main (02729f4c4629): <https://commits.webkit.org/311949@main>
Reviewed commits have been landed. Closing PR #63483 and removing active labels.