Sebastian Lackner
|
8e8e03de63
|
ntdll/tests: Use inline implementation of NtCurrentTeb for exception tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 11:13:24 +09:00 |
Sebastian Lackner
|
123185c3a2
|
ntdll: Set correct number of arguments for breakpoint exceptions.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 11:20:12 +09:00 |
Sebastian Lackner
|
d0cc0dd69f
|
ntdll: Fix up instruction pointer in context for EXCEPTION_BREAKPOINT on x86_64.
Similar to eab168cf9e for x86.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 11:20:08 +09:00 |
Sebastian Lackner
|
109e847f2a
|
ntdll/tests: Add separate tests for exception handling of int $0x3.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 11:20:06 +09:00 |
Sebastian Lackner
|
4e878e9114
|
ntdll/tests: Add additional tests for instruction pointer in debug service tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 11:20:03 +09:00 |
Sebastian Lackner
|
d0b88e7454
|
ntdll/tests: Add more tests for calling int $0x2d on x86 and x86_64.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 00:49:12 +09:00 |
Henri Verbeet
|
e65c89f1c5
|
ntdll: Add special handling for int $0x2d exceptions.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-16 12:09:37 +09:00 |
Sebastian Lackner
|
446067b34d
|
ntdll/tests: Fix flags passed to VirtualFree in exception tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-14 12:39:03 +09:00 |
Sebastian Lackner
|
5b478f7c7e
|
ntdll/tests: Simplify exception tests by using todo_wine_if.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-10 21:50:19 +09:00 |
Sebastian Lackner
|
6483c07b4e
|
ntdll/tests: Add tests for setting debug registers with NtSetContextThread.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-06 15:50:54 +01:00 |
Qian Hong
|
b4172c08dd
|
ntdll/tests: Restore old value in a more context independent way.
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-03 16:23:34 +09:00 |
Qian Hong
|
6a03e618df
|
ntdll/tests: Add SIMD exception test for floating point invalid operation fault.
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-03 16:23:24 +09:00 |
Andrey Gusev
|
5cdcd4493f
|
Assorted spelling and typos fixes.
|
2015-08-18 15:00:13 +09:00 |
Francois Gouget
|
872e96fc4e
|
ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-03-16 15:04:52 +09:00 |
Sebastian Lackner
|
275ee4b376
|
ntdll: Implement Rtl[Add|Remove]VectoredContinueHandler semi-stubs.
|
2014-11-14 14:16:30 +09:00 |
Sebastian Lackner
|
009b6a25bb
|
ntdll/tests: Add basic tests for Rtl[Add|Remove]VectoredContinueHandler.
|
2014-11-14 14:16:27 +09:00 |
André Hentschel
|
8fd7c73a2b
|
ntdll/tests: Get rid of "defined but not used" warnings on non-x86(_64) platforms.
|
2014-11-13 18:46:38 +09:00 |
Sebastian Lackner
|
9d82ee5cac
|
ntdll/tests: Add tests for DBG_RIPEXCEPTION debugger events.
|
2014-06-23 11:06:00 +02:00 |
Sebastian Lackner
|
99ac786c69
|
ntdll/tests: Add more tests for debug string events.
This patch adds additional tests, to check how debuggers handle
OUTPUT_DEBUG_STRING_EVENT events.
|
2014-06-20 16:30:57 +02:00 |
Sebastian Lackner
|
457f6af057
|
ntdll/tests: Run crashing i386 exception tests as the last step.
|
2014-06-20 12:20:25 +02:00 |
Sebastian Lackner
|
3aa62498da
|
ntdll/tests: Use an EXCEPTION_REGISTRATION_RECORD array to prevent compiler from reordering variables.
|
2014-06-20 12:19:53 +02:00 |
Sebastian Lackner
|
0828715179
|
ntdll/tests: Add exception tests for RtlUnwind on i386.
|
2014-06-19 19:44:34 +02:00 |
Sebastian Lackner
|
1b3d67aace
|
kernel32: Raise DBG_PRINTEXCEPTION_C exception in OutputDebugStringA.
|
2014-06-17 10:58:28 +02:00 |
Sebastian Lackner
|
dd0e9fe91e
|
ntdll/tests: Fix exception test failures on x86_64.
|
2014-06-11 19:15:01 +02:00 |
Sebastian Lackner
|
7821be356d
|
ntdll/tests: Add tests for dynamic unwind table.
|
2014-04-08 19:23:19 +02:00 |
André Hentschel
|
87c7c961f2
|
Assorted spelling fixes.
|
2014-01-06 17:33:24 +01:00 |
Frédéric Delanoy
|
1181c850dd
|
ntdll/tests: Constify a character string.
|
2013-12-27 14:31:53 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
André Hentschel
|
a160a65317
|
ntdll: Enable compilation with -D__WINESRC__.
|
2013-11-06 12:01:53 +01:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Grazvydas Ignotas
|
2cc56f379c
|
server: Set debug enable bits briefly to commit the addresses to kernel.
|
2011-07-18 16:23:30 +02:00 |
Grazvydas Ignotas
|
fa179b1c26
|
server: Set RW and LEN bits of DR7 before setting DR0-DR3.
|
2011-07-18 16:23:30 +02:00 |
Grazvydas Ignotas
|
382d953872
|
ntdll/tests: Add more debug register tests.
|
2011-07-18 16:23:30 +02:00 |
André Hentschel
|
ba1f962d10
|
ntdll/tests: Don't test function directly when reporting GetLastError().
|
2010-12-29 11:59:33 +01:00 |
Greg Geldorp
|
3e6d91280d
|
ntdll/tests: Add alternative results for overlong instructions.
|
2010-12-22 14:30:37 +01:00 |
Alexandre Julliard
|
f712af41f5
|
ntdll/tests: Add a test for the exception resulting from an icebp instruction.
|
2010-06-30 11:55:32 +02:00 |
Alexandre Julliard
|
0fdcab06ac
|
ntdll/tests: Fix some exception tests for Wow64.
|
2010-06-22 13:51:18 +02:00 |
Alexandre Julliard
|
29937272cb
|
ntdll/tests: Skip a couple of exception tests that crash on Wow64.
|
2010-04-02 15:22:50 +02:00 |
Huw Davies
|
95c525e21b
|
ntdll/tests: Fix spelling of succeeded.
|
2009-11-04 16:45:18 +01:00 |
Ge van Geldorp
|
bc6f37ac00
|
ntdll/tests: Fix exception test failure on Win7.
|
2009-10-07 15:20:10 +02:00 |
Michael Karcher
|
ca4c571818
|
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
|
2009-08-18 11:19:55 +02:00 |
Michael Karcher
|
9476071fd2
|
ntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows programs that didn't enable DEP.
|
2009-08-18 11:19:46 +02:00 |
Michael Karcher
|
7aa1f6c346
|
ntdll: Add ProcessExecuteFlags handling to NtQueryInformationProcess.
|
2009-08-18 11:17:44 +02:00 |
Michael Karcher
|
c3c712c17f
|
ntdll/tests: Implement tests for data execution prevention.
|
2009-08-14 11:27:23 +02:00 |
Francois Gouget
|
ac831d5ab5
|
ntdll/tests: Fix the trailing '\n' of a skip() call.
|
2009-06-03 11:25:58 +02:00 |
Alexandre Julliard
|
6c35e3f47c
|
ntdll: Add test cases for the returned frame value in RtlVirtualUnwind.
|
2009-05-20 13:33:32 +02:00 |
Alexandre Julliard
|
1d4747c35f
|
ntdll: Add support for some function epilogs in RtlVirtualUnwind.
|
2009-05-20 13:32:47 +02:00 |
Alexandre Julliard
|
fb819d6491
|
ntdll/tests: Add more tests for RtlVirtualUnwind.
|
2009-05-20 12:21:07 +02:00 |
Alexandre Julliard
|
8c017aafbd
|
ntdll/tests: Added some test cases for RtlVirtualUnwind.
|
2009-05-18 12:11:53 +02:00 |
Alexandre Julliard
|
7f9750550a
|
ntdll: Set the exception address to the program counter in RtlRaiseException.
|
2009-04-10 13:17:12 +02:00 |