Bug 244186
| Summary: | [WPE] Imported W3C touch-event tests are crashing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, francovsouza, fujii.hironori, lmoura |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=233092 | ||
Zan Dobersek
The following imported W3C touch-event tests are crashing on WPE:
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchmove-event-listener-on-body.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchmove-event-listener-on-div.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchmove-event-listener-on-document.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchmove-event-listener-on-root.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchmove-event-listener-on-window.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchstart-event-listener-on-body.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchstart-event-listener-on-div.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchstart-event-listener-on-document.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchstart-event-listener-on-root.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/non-passive-touchstart-event-listener-on-window.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchmove-event-listener-on-body.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchmove-event-listener-on-div.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchmove-event-listener-on-document.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchmove-event-listener-on-root.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchmove-event-listener-on-window.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchstart-event-listener-on-body.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchstart-event-listener-on-div.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchstart-event-listener-on-document.html [ Crash ]
imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-touchstart-event-listener-on-root.html [ Crash ]
This is the collected backtrace, missing functionality in WKTR:
#0 0x00005555570c8fde in WTFCrash ()
#1 0x0000555555d4b479 in ()
#2 0x00005555592bebb2 in WTR::JSUIScriptController::sendEventStream(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) ()
#3 0x0000555555dceada in long JSC::APICallbackFunction::callImpl<JSC::JSCallbackFunction>(JSC::JSGlobalObject*, JSC::CallFrame*) ()
#4 0x00007fffa2dd4027 in ()
#5 0x00007fffffffc7f0 in ()
#6 0x000055555928d47e in op_call_slow_return_location ()
#7 0x0000000000000000 in ()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
fast/events/touch/force-press-event.html
Moved out of iphone7 folder by 254521@main. It's crashing at the same site.
Franco Vieira
Also happening on the following when attempting to implement event-timing:
- imported/w3c/web-platform-tests/event-timing/TapToStopFling.html
- imported/w3c/web-platform-tests/event-timing/interaction-count-tap.html
Franco Vieira
Crash logs for the event-timing runs can be found here: https://ews-build.webkit.org/#/builders/34/builds/85287
They look a bit different for me:
STDERR: SHOULD NEVER BE REACHED
STDERR: /app/webkit/Tools/TestRunnerShared/UIScriptContext/UIScriptController.h(73) : void WTR::UIScriptController::notImplemented() const
STDERR: 1 0x55fecf8d9cc3 WTR::UIScriptController::notImplemented() const [clone .isra.0]
STDERR: 2 0x55fecf8da2e9 ???
STDERR: 3 0x55fecf90c033 WTR::JSUIScriptController::sendEventStream(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**)
STDERR: 4 0x7f94f051c585 long JSC::APICallbackFunction::callImpl<JSC::JSCallbackFunction>(JSC::JSGlobalObject*, JSC::CallFrame*)
STDERR: 5 0x7f94995e4327 ???
Fujii Hironori
All ports skips the tests after 280139@main. But, only WPE is running the tests and crashing. I'm going to skip them for WPE.
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/50289
EWS
Test gardening commit 299545@main (48c4dddea2e1): <https://commits.webkit.org/299545@main>
Reviewed commits have been landed. Closing PR #50289 and removing active labels.