Bug 1849177 [wpt PR 41513] - Fix `mach test-wpt` to make crash tests work, a=testonly
commit6f1ce4c471e5c3dd2f964e6613f00e1aba97c610
authorMukilan Thiyagarajan <mukilan@igalia.com>
Fri, 8 Sep 2023 18:57:03 +0000 (8 18:57 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 13 Sep 2023 11:36:43 +0000 (13 11:36 +0000)
treec0ce51c88d5488558e00cd2cf02370ca20ed715a
parent18d4de882d98fd9600bc7354612b2cc0c97749e3
Bug 1849177 [wpt PR 41513] - Fix `mach test-wpt` to make crash tests work, a=testonly

Automatic update from web-platform-tests
Send bactrace to stderr and capture it in test runner

Servo's panic hook writes backtraces to stdout. This
patch changes it so they are written to stderr.

The crash test executor for servo in WPT grouping formatter
was also not capturing the output correctly for crashtests
as the log events were being aggregated based on thread name
which doesn't seem to match correctly in case of crashtests.
This patch also fixes the log grouping logic to be based on
test name.

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
--

wpt-commits: 50e91f3cfd1140cafc188516488f2dca289239af
wpt-pr: 41513
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executorservo.py