[Webkit-unassigned] [Bug 287858] New: `run-webkit-tests --reset-results --add-baselines-to-platform`'s exits early
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 18 05:59:18 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=287858
Bug ID: 287858
Summary: `run-webkit-tests --reset-results
--add-baselines-to-platform`'s exits early
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mbrodesser at igalia.com
STR:
1. Import the latest files from the WPT repo from the folder <css/css-fonts>.
2. `Tools/Scripts/run-webkit-tests --gtk --debug --details --reset-results --add-baselines-to-platform=LayoutTests/platform/glib LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/`
Expected: 487 tests should run.
Actual: only 153 + 3 tests were run.
Logs:
```
[...]
Found 502 tests; running 487, skipping 15.
[...]
153 tests ran as expected, 3 didn't:
ERROR: Failed to make thread real time: GDBus.Error:org.freedesktop.DBus.Error.Failed: No such file or directory
/host/home/mirko/work/code/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp(224) : void WTF::RealTimeThreads::realTimeKitMakeThreadRealTime(uint64_t, uint64_t, uint32_t)
ERROR: Failed to make thread real time: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1: Could not map pid: Process ids could not be found: 37612
/host/home/mirko/work/code/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp(224) : void WTF::RealTimeThreads::realTimeKitMakeThreadRealTime(uint64_t, uint64_t, uint32_t)
Expected to fail, but passed: (3)
imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001.html
imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-003.html
imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-font-matching.html
```
Logs from `Tools/Scripts/run-webkit-tests --gtk --debug LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/` for comparison:
```
[...]
469 tests ran as expected, 18 didn't:
[...]
```
--
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/20250218/4521536e/attachment.htm>
More information about the webkit-unassigned
mailing list