[PATCH] kernel32/tests: Add single step and debug service tests.

Jacek Caban jacek at codeweavers.com
Tue Aug 13 14:38:44 CDT 2019


On 8/13/19 1:33 AM, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
>> ---
>>   dlls/kernel32/tests/debugger.c | 364 +++++++++++++++++++++++++++++++--
>>   1 file changed, 346 insertions(+), 18 deletions(-)
> This fails here:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe debugger && touch debugger.ok
> debugger.c:1303: Test failed: ExceptionAddress = 7BCA6E24
> debugger.c:1305: Test failed: unexpected instruction pointer F7F2F079
> debugger.c:1308: Test failed: ExceptionAddress = F7F2F07A expected 00340402
> debugger.c:1308: Test failed: unexpected instruction pointer F7F2F07A expected 00340402
> debugger.c:1309: Test failed: ExceptionAddress = F7F2F07B expected 00340403
> debugger.c:1309: Test failed: unexpected instruction pointer F7F2F07B expected 00340403
> debugger.c:1310: Test failed: ExceptionAddress = F7F2F07C expected 00340400
> debugger.c:1310: Test failed: unexpected instruction pointer F7F2F07C expected 00340400
> make: *** [Makefile:347: debugger.ok] Error 8


I  think I can see the problem, I will send a better version.


Thanks,

Jacek




More information about the wine-devel mailing list