https://bugs.winehq.org/show_bug.cgi?id=48090
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit deed0b3912a23a72cbd6379870c2f02a6153f39b Author: Francois Gouget fgouget@codeweavers.com Date: Fri Jan 8 02:57:04 2021 +0100
testbot/PatchUtils: Add support for .com program tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48090 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 42543d50a3c1ba313c781e0c1959df6ae93f5c96 Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 2 15:17:23 2021 +0100
testbot/PatchUtils: Add support for .com program tests in _LoadWineFiles().
_LoadWineFiles() must use the correct module name so that the lookups succeed in _CreateTestInfo().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48090 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
A regression test will also be added to ReportTest soon.