[Webkit-unassigned] [Bug 258707] New: [GTK][WPE] Flush TestWebKitAPI binaries before building

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 19:25:00 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258707

            Bug ID: 258707
           Summary: [GTK][WPE] Flush TestWebKitAPI binaries before
                    building
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

It happened in https://bugs.webkit.org/show_bug.cgi?id=248382 that the bots were reporting tests failures on a test that was no longer part of the sources. That binary was a leftover from previous builds.

So, to avoid ending up in situations like this (which actually happened recently again), the TestWebKitAPI directory should only contain binaries that are present in the codebase. This could be achieve by listing which Test binaries to run (this is actually how the script is working right now, but when the target is a dir the script simply pulls all contents in the dir):

https://searchfox.org/wubkat/source/Tools/Scripts/run-wpe-tests#35

Another alternative is to flush the TestWebKitAPI directory before building.

-- 
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/20230630/761645f6/attachment.htm>


More information about the webkit-unassigned mailing list