[PATCH 7/7] server: Get rid of separated thread suspend_context.
It's always the same as context now. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- server/thread.c | 31 +++++++++++++------------------ server/thread.h | 3 +-- 2 files changed, 14 insertions(+), 20 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=69630 Your paranoid android. === debiant (32 bit report) === ntdll: exception.c:1048: Test failed: Eip at f7f47b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f47b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f47b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f47b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f47b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f47b59 instead of 0034000B === debiant (32 bit Chinese:China report) === ntdll: exception.c:1048: Test failed: Eip at f7fc8b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7fc8b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7fc8b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7fc8b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7fc8b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7fc8b59 instead of 0034000B === debiant (32 bit WoW report) === ntdll: exception.c:1048: Test failed: Eip at f7f62b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f62b59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f62b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f62b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f62b59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f62b59 instead of 0034000B === debiant (64 bit WoW report) === ntdll: exception.c:1048: Test failed: Eip at f7f0db59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f0db59 instead of 0034000B exception.c:1048: Test failed: Eip at f7f0db59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f0db59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f0db59 instead of 0034000B exception.c:1063: Test failed: Eip at 0xf7f0db59 instead of 0034000B
participants (2)
-
Jacek Caban -
Marvin