Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e7d54af3a41ef4653db12554e5b3eb20250b1f87
https://github.com/WebKit/WebKit/commit/e7d54af3a41ef4653db12554e5b3eb20250b1f87
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M Tools/Scripts/webkitpy/performance_tests/perftest.py
Log Message:
-----------
[Tools][GTK] Performance tests fail if WebKitTestRunner prints something in
stderr
https://bugs.webkit.org/show_bug.cgi?id=302152
Reviewed by Fujii Hironori.
Since we migrated to the new SDK the GTK Performance bot has been failing
all the performance tests in the step `perf-test` because there are some
Mesa related warnings printed and the tooling is marking as failed any
test that has stderr output not matching the ignore filters.
So ignore this warnings by adding them to the list of filters, and also
share the list with the WPE port.
* Tools/Scripts/webkitpy/performance_tests/perftest.py:
(PerfTest):
Canonical link: https://commits.webkit.org/302728@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications