Bug 245494
Summary: | REGRESSION(254269@main): [GTK] Broken API tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrian Perez <aperez> |
Component: | Tools / Tests | Assignee: | lisiwei |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | mcatanzaro, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=228250 |
Adrian Perez
After 254269@main the paths where API test binaries are produced has
been changed from:
WebKitBuild/GTK/{Debug,Release}/bin/TestWebKitAPI/WebKit2Gtk/
to:
WebKitBuild/GTK/{Debug,Release}/bin/TestWebKitAPI/WebKitGTK/
The script “Tools/Scripts/run-gtk-tests” needs to be updated accordingly.
This means that the bots are currently trying to run stale binaries from
previous compilations, which do not correspond to the state of the source
tree anymore.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
lisiwei
Pull request: https://github.com/WebKit/WebKit/pull/4576
Michael Catanzaro
> This means that the bots are currently trying to run stale binaries from
previous compilations, which do not correspond to the state of the source
tree anymore.
I thought this was suspiciously easy <_<
EWS
Committed 254737@main (6943b4726faa): <https://commits.webkit.org/254737@main>
Reviewed commits have been landed. Closing PR #4576 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/100238855>