Dmitry Timoshkov
|
f435322dfa
|
kernel32: Actually test normal ExitProcess behaviour.
|
2013-05-10 17:53:08 +02:00 |
Dmitry Timoshkov
|
5cbcbdd8a8
|
kernel32: Remove todo_wine from the now passing test.
|
2013-05-08 12:44:56 +02:00 |
Dmitry Timoshkov
|
94c7992f86
|
kernel32: DLL entry point is no longer called with PEB lock held.
|
2013-05-08 12:44:54 +02:00 |
Dmitry Timoshkov
|
094e465790
|
server: A destroyed process handle table means that the process is terminating.
|
2013-05-08 12:44:49 +02:00 |
Dmitry Timoshkov
|
c79a514fe5
|
kernel32: Add more remote process tests.
|
2013-05-08 12:44:42 +02:00 |
Dmitry Timoshkov
|
77f222505c
|
kernel32: Hold PEB lock during process exit.
|
2013-05-07 11:26:02 +02:00 |
Dmitry Timoshkov
|
bac0387d29
|
server: Fail to set process affinity mask if the process is terminating.
|
2013-05-07 11:25:54 +02:00 |
Dmitry Timoshkov
|
af3d73b035
|
server: Add a process flag indicating whether the process is terminating, use it to block thread creation in a being terminated process.
|
2013-05-07 11:25:49 +02:00 |
Alexandre Julliard
|
3173e275ec
|
kernel32: Disable relay for some trivial functions.
|
2013-05-03 12:42:20 +02:00 |
Detlef Riekenberg
|
71cbd277e7
|
kernel32/tests: Avoid IOCTL_DVD_READ_STRUCTURE test failures.
|
2013-04-30 11:49:37 +02:00 |
Qian Hong
|
32e5314250
|
kernel32: Fixed string comparision for non-canonical locale identifiers such as zh_CN VS zh-Hans on OS X.
|
2013-04-30 11:49:06 +02:00 |
Dmitry Timoshkov
|
3de37fefce
|
kernel32: Add some tests for PEB and loader locks.
|
2013-04-30 11:47:26 +02:00 |
Dmitry Timoshkov
|
e2791cdfb1
|
include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition.
|
2013-04-29 13:33:54 +02:00 |
Dmitry Timoshkov
|
fa5c708c41
|
kernel32/tests: Add some tests for remote process termination.
|
2013-04-26 11:48:32 +02:00 |
Dmitry Timoshkov
|
e54c49d940
|
kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
|
2013-04-25 11:46:09 +02:00 |
Dmitry Timoshkov
|
cd55afec8a
|
kernel32: Add a test to show that CreateThread is supposed to fail after the NtTerminateProcess call.
|
2013-04-24 14:34:20 +02:00 |
Dmitry Timoshkov
|
59a23fb42f
|
ntdll: Refuse to create new thread if the target process is being terminated.
|
2013-04-22 12:37:51 +02:00 |
Dmitry Timoshkov
|
7de3f1b5b5
|
kernel32: Check whether FreeLibrary actually has unloaded the module.
|
2013-04-19 16:16:18 +02:00 |
Francois Gouget
|
2baecad2c5
|
Assorted spelling fixes.
|
2013-04-18 19:13:16 +02:00 |
Austin English
|
758911a8da
|
kernel32: Fix a typo in a comment.
|
2013-04-18 12:23:39 +02:00 |
Dmitry Timoshkov
|
b632f0966d
|
kernel32: Count precise amount of child process failures.
|
2013-04-18 11:54:28 +02:00 |
Dmitry Timoshkov
|
3de89e8500
|
kernel32: Add more process shutdown tests.
|
2013-04-18 11:54:26 +02:00 |
Dmitry Timoshkov
|
5690304c9d
|
kernel32: Add a test to check event, thread, mutex and semaphore states during process termination.
|
2013-04-17 12:40:39 +02:00 |
Dmitry Timoshkov
|
b92c82c942
|
server: Add support for NtTerminateProcess(0).
|
2013-04-15 16:45:33 +02:00 |
Dmitry Timoshkov
|
c5fbb4a780
|
kernel32: Make the ExitProcess test work on x86_64.
|
2013-04-15 16:03:34 +02:00 |
André Hentschel
|
e1c884256e
|
kernel32: Silence a noisy FIXME in GetConsoleKeyboardLayoutNameW.
|
2013-04-15 15:15:25 +02:00 |
Dmitry Timoshkov
|
37f7e7ea0c
|
kernel32: TerminateProcess unlike NtTerminateProcess is supposed to fail with process == 0.
|
2013-04-12 11:49:17 +02:00 |
Dmitry Timoshkov
|
521cf664d3
|
kernel32: Add a test for threads state when a process is being terminated.
|
2013-04-12 11:49:14 +02:00 |
Dmitry Timoshkov
|
54e2211db0
|
kernel32: Add a shared memory test.
|
2013-04-12 11:49:09 +02:00 |
Alexandre Julliard
|
d8c72febc8
|
kernel32: Make event/mutex/semaphore functions hotpatchable.
|
2013-04-10 23:54:08 +02:00 |
Piotr Caban
|
23191a4355
|
server: Don't debug children when debugger is attached with DebugActiveProcess function.
|
2013-04-05 20:39:07 +02:00 |
Alexandre Julliard
|
9181b7e876
|
kernel32: Fetch the system information only once the memory limits are correct.
|
2013-04-04 13:28:45 +02:00 |
Piotr Caban
|
46919f2154
|
kernel32: Fixed copy-paste error in IdnToUnicode.
|
2013-03-28 18:54:51 +01:00 |
Detlef Riekenberg
|
ece3fafcda
|
kernel32/tests: Avoid test failure on multicore machines.
|
2013-03-26 17:16:01 +01:00 |
André Hentschel
|
3c04958b8a
|
ntdll: Implement RtlLookupFunctionEntry on ARM.
|
2013-03-25 14:08:42 +01:00 |
André Hentschel
|
df7f4fb720
|
ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable on ARM.
|
2013-03-25 14:08:32 +01:00 |
Michael Stefaniuc
|
2dcc12aac3
|
kernel32: Avoid TRUE FALSE conditional expressions.
|
2013-03-12 11:23:58 +01:00 |
Detlef Riekenberg
|
3826193f33
|
kernel32/tests: Fix failures with virtual Drives (AppVirt Client).
|
2013-03-11 10:44:51 +01:00 |
André Hentschel
|
56dbef9b19
|
kernel32/tests: Remove SPARC support.
|
2013-03-05 11:01:16 +01:00 |
Andrew Talbot
|
64c6c08e08
|
kernel32/tests: Do not assume the signedness of plain char.
|
2013-03-01 10:35:38 +01:00 |
André Hentschel
|
2976b6342f
|
kernel32: Add stub for GetCurrentPackageId.
|
2013-02-20 10:33:28 +01:00 |
Alexandre Julliard
|
7ce90cc719
|
kernel32: Attempt to buffer the full directory in FindFirstFile to avoid races.
|
2013-02-18 14:51:05 +01:00 |
Dmitry Timoshkov
|
70c21c8e6c
|
kernel32: There is no need for lock/unlock heap in GlobalAlloc.
|
2013-02-15 11:52:47 +01:00 |
Andrew Talbot
|
ac79a3f9d3
|
kernel32: Avoid signed-unsigned integer comparisons.
|
2013-02-12 10:17:08 +01:00 |
Francois Gouget
|
c2a5b04d01
|
kernel32/tests: Reduce the size of the console buffer to speed up the tests.
|
2013-02-11 17:52:43 +01:00 |
Detlef Riekenberg
|
8f1a3604ac
|
kernel32/tests: Skip tests on non-English systems.
|
2013-02-11 11:46:08 +01:00 |
Marcus Meissner
|
17ca7ee82f
|
kernel32: Conditional variable tests.
|
2013-01-30 12:43:45 +01:00 |
Alexandre Julliard
|
199c99d852
|
kernel32: We no longer need the server start time in kernel32.
|
2013-01-29 17:50:17 +01:00 |
Alexandre Julliard
|
fa9a883dbb
|
kernel32: Use the monotonic counter in GetTickCount64.
|
2013-01-28 18:22:19 +01:00 |
Ričardas Barkauskas
|
2c04118534
|
kernel32: Add SetFileInformationByHandle stub.
|
2013-01-23 12:46:25 +01:00 |