Bug 245494 - REGRESSION(254269@main): [GTK] Broken API tests
Summary: REGRESSION(254269@main): [GTK] Broken API tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Critical
Assignee: lisiwei
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-21 11:34 PDT by Adrian Perez
Modified: 2022-09-21 13:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-09-21 11:34:03 PDT
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.
Comment 1 lisiwei 2022-09-21 11:48:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4576
Comment 2 Michael Catanzaro 2022-09-21 11:53:44 PDT
> 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 <_<
Comment 3 EWS 2022-09-21 13:52:59 PDT
Committed 254737@main (6943b4726faa): <https://commits.webkit.org/254737@main>

Reviewed commits have been landed. Closing PR #4576 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-09-21 13:53:19 PDT
<rdar://problem/100238855>