Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/ntdll/exception.c | 8 +------- server/debugger.c | 26 +------------------------- server/protocol.def | 3 --- server/thread.c | 6 ------ server/thread.h | 1 - 5 files changed, 2 insertions(+), 42 deletions(-)
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69629
Your paranoid android.
=== debiant (32 bit report) ===
ntdll: exception.c:1048: Test failed: Eip at f7ff6b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7ff6b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7ff6b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff6b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff6b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff6b59 instead of 0034000B
=== debiant (32 bit Chinese:China report) ===
ntdll: exception.c:1048: Test failed: Eip at f7f52b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f52b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f52b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f52b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f52b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f52b59 instead of 0034000B
=== debiant (32 bit WoW report) ===
ntdll: exception.c:1048: Test failed: Eip at f7f9bb59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f9bb59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f9bb59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f9bb59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f9bb59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f9bb59 instead of 0034000B
=== debiant (64 bit WoW report) ===
ntdll: exception.c:1048: Test failed: Eip at f7ff1b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7ff1b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7ff1b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff1b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff1b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7ff1b59 instead of 0034000B
On 15.04.2020 06:11, Marvin wrote:
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69629
Your paranoid android.
I messed up the clean up. I will send a new version.
Jacek