https://bugs.winehq.org/show_bug.cgi?id=50538
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |5e7c5603ba0227e6a6f7421ca09 | |989f14d5bd810 Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed both in the TestBot and in test.winehq.org:
commit 5e7c5603ba0227e6a6f7421ca09989f14d5bd810 Author: Francois Gouget fgouget@codeweavers.com Date: Wed Feb 10 02:16:01 2021 +0100
testbot/LogUtils: Add support for winedbg's unhandled exception lines.
They replace the test framework's "unhandled exception" lines we get on Windows but specify neither the test unit nor the process pid. So just assign them to the current test unit.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50538 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 93b9a7e085713d815c5a26b756ef1ff7e7d2201f Author: Francois Gouget fgouget@codeweavers.com Date: Wed Feb 10 02:15:58 2021 +0100
winetest/dissect: Add support for winedbg's unhandled exception lines.
They replace the test framework's "unhandled exception" lines we get on Windows but specify neither the test unit nor the process pid. So just assign them to the current test unit.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50538 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org