Piotr Caban
|
c9dbef3d96
|
kernet32: Added DuplicateHandle tests with DUPLICATE_CLOSE_SOURCE flag.
|
2013-06-05 17:31:40 +02:00 |
Dmitry Timoshkov
|
df6c2a8418
|
server: Mark the process as disconnected from desktop/winstation before closing its handles.
|
2013-06-03 21:11:38 +02:00 |
Akihiro Sagawa
|
9ab603b033
|
kernel32: Don't move fixed memory area in GlobalReAlloc.
|
2013-06-03 11:29:55 +02:00 |
Akihiro Sagawa
|
1451aa58a6
|
kernel32: Add more GlobalReAlloc/LocalReAlloc tests.
|
2013-06-03 11:29:38 +02:00 |
Dmitry Timoshkov
|
495c1c0086
|
kernel32: Fix a typo.
|
2013-05-29 11:25:21 +02:00 |
Dan Kegel
|
073d7212a7
|
kernel32: Make SetThreadPriorityBoost return success.
|
2013-05-28 14:54:49 +02:00 |
Dmitry Timoshkov
|
d256bf4b5f
|
kernel32: Add a test to show that a process with a not closed handle to an already terminated thread fails to terminate cleanly.
|
2013-05-24 11:07:10 +02:00 |
Daniel Jelinski
|
debd62cf9f
|
kernel32: Improved stub for GetCalendarInfo's CAL_SCALNAME.
Based on patch by Mike Blumenkrantz.
|
2013-05-21 12:13:09 +02:00 |
Daniel Jelinski
|
81dc0fe87b
|
kernel32: Implement CAL_ICALINTVALUE in GetCalendarInfo.
Based on patch by Mike Blumenkrantz.
|
2013-05-21 12:12:57 +02:00 |
Daniel Jelinski
|
614c45ad1c
|
kernel32: Implement CAL_RETURN_NUMBER in EnumCalendarInfo*.
Based on a patch by Mike Blumenkrantz.
|
2013-05-21 12:12:49 +02:00 |
Dmitry Timoshkov
|
bfcdf6df8e
|
kernel32: Terminate threads before unloading DLLs on process exit.
|
2013-05-17 12:29:41 +02:00 |
Dmitry Timoshkov
|
462ad39949
|
kernel32: Add a test for holding process heap lock before calling ExitProcess.
|
2013-05-14 11:33:40 +02:00 |
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 |