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