[Webkit-unassigned] [Bug 281747] REGRESSION(285310 at main): [GTK] Broke WPT tests with WebDriver.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 19 05:20:57 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=281747
--- Comment #5 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Commit https://commits.webkit.org/286275@main removed that warning but the underlying issue still remains.
You not longer see the warning "WebKitWebView returned by WebKitWebView::create signal was not created with the related WebKitWebView" but the timeouts and the failure to run many of the subtests is still there.
I just tested on WPT 7e47e52d5496ce246ca27fa395cceaa0df8169b0 (master of today) plus this WIP patch to add a WPT wpewebkit_minibrowser driver https://paste.rs/lYSJF (I will be sending a PR there this week with it).
1) With WebKitGTK
$ ./wpt run -y --install-browser --processes=16 --log-mach=- webkitgtk_minibrowser /css/css-multicol
[...]
0:14.61 INFO WebKitGTK MiniBrowser bundle for channel nightly installed: WebKitGTK 2.47.1 (286783 at main)
[...]
6:39.70 SUITE_END
web-platform-test
~~~~~~~~~~~~~~~~~
Ran 819 checks (214 subtests, 605 tests)
Expected results: 642
Unexpected results: 177
test: 170 (51 crash, 119 fail)
subtest: 7 (7 fail)
Full log: https://paste.rs/9F7pz
2) With WPE
$ ./wpt run -y --install-browser --headless --processes=16 --log-mach=- wpewebkit_minibrowser /css/css-multicol
[...]
0:13.25 INFO WPE WebKit MiniBrowser bundle for channel nightly installed: WPE WebKit 2.47.1 (286783 at main)
[...]
5:11.84 SUITE_END
web-platform-test
~~~~~~~~~~~~~~~~~
Ran 1669 checks (1064 subtests, 605 tests)
Expected results: 1520
Unexpected results: 149
test: 118 (118 fail)
subtest: 31 (31 fail)
Full log: https://paste.rs/vyRVF
As you can see the run with WPE took a minute less and ran way more subtests, achieving in the end more than double of expected results (1520 vs 642)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241119/b8dd833d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list