https://bugs.winehq.org/show_bug.cgi?id=48033
Bug ID: 48033 Summary: Do Wine's source analysis on the TestBot server Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The TestBot needs to collect some information about the Wine source: * The list of Wine source files (to separate Wine patches from patches for other projects). * The list of test source files (so it knows which tests to rerun when a Wine dll / program is patched). * The PARENTSRC dll dependencies (again so it knows which tests to rerun when a PARENTSRC dll is patched).
This information is currently gathered on the build / Wine VMs and retrieved by the TestBot server when their reconfiguration completes.
However once the TestBot has access to the Wine source (see bug 47839), it could perform this analysis itself and thus use the results as soon as a Wine update has been detected.