Dmitry Timoshkov
|
4cc482bc0d
|
kernel32: GetShortPathName for a non-existent short file name should fail.
|
2013-07-22 19:31:13 +02:00 |
Qian Hong
|
b2472c09ba
|
kernel32/nls: Updated LOCALE_SENGLANGUAGE for multiple Chinese variants to match Win7's behavior.
|
2013-07-22 17:16:04 +02:00 |
Alexandre Julliard
|
6cb5cf183a
|
libwine: Update the codepage tables to Unicode 6.2.0.
|
2013-07-22 17:16:01 +02:00 |
Dmitry Timoshkov
|
3d759a0c69
|
ntdll: NtAllocateVirtualMemory should fail to commit if an address range is already committed for a memory mapped file.
|
2013-07-19 14:40:17 +02:00 |
Alexandre Julliard
|
3799d55d9b
|
ntdll: Implement RtlExitUserProcess.
|
2013-07-19 12:15:15 +02:00 |
Nikolay Sivov
|
bbb7358d1c
|
kernel32/tests: Some tests for FindActCtxSectionGuid().
|
2013-07-12 12:14:57 +02:00 |
Nikolay Sivov
|
eaf2cce99f
|
kernel32/tests: Some tests for activation context data structures.
|
2013-07-11 16:27:16 +02:00 |
Francois Gouget
|
9767c34d2e
|
kernel32: Fix spelling of the 'inter-domain' error message.
|
2013-07-08 17:09:02 +02:00 |
Alexandre Julliard
|
c01574d426
|
kernel32: Acquire the loader lock before shutting down the process.
|
2013-07-08 15:15:43 +02:00 |
Dmitry Timoshkov
|
24ab4453d7
|
kernel32/tests: Add a test for GetShortPathName called for a non-existent short file name.
|
2013-07-08 15:15:23 +02:00 |
Dmitry Timoshkov
|
0fa1877e44
|
kernel32/tests: Fix compilation with a PSDK compiler.
|
2013-07-08 15:15:23 +02:00 |
Dmitry Timoshkov
|
b0a3d93400
|
kernel32/tests: Fix a couple of typos.
|
2013-07-02 10:04:24 +02:00 |
Dmitry Timoshkov
|
e7ade611ad
|
kernel32: Correct HeapFree .spec parameter type.
|
2013-06-26 12:13:40 +02:00 |
Dmitry Timoshkov
|
c69cc5506b
|
kernel32/tests: Add more VirtualAlloc and VirtualProtect tests.
|
2013-06-25 12:35:02 +02:00 |
Dmitry Timoshkov
|
e5c55c5a5a
|
kernel32/tests: Add a test for VirtualAlloc called on a mapped PE section.
|
2013-06-24 23:11:03 +02:00 |
Alexandre Julliard
|
de03abd532
|
kernel32: FormatMessage precision arguments are integers.
|
2013-06-24 23:11:02 +02:00 |
Alexandre Julliard
|
28ece74fd8
|
Use the official Microsoft definitions for Gaelic languages.
|
2013-06-19 20:09:51 +02:00 |
Tatyana Fokina
|
aaed0e81d5
|
kernel32: Check the size of the string in CompareStringA.
|
2013-06-11 19:31:45 +02:00 |
Tatyana Fokina
|
28951a0922
|
kernel32/tests: Add test with a large string for CompareStringA.
|
2013-06-11 19:31:40 +02:00 |
Hans Leidekker
|
af7062a94f
|
kernel32/tests: Avoid test failures when running as an unprivileged user.
|
2013-06-07 17:12:25 +02:00 |
Francois Gouget
|
1e53cb6483
|
kernel32/tests: Add a trailing '\n' to a skip() call.
|
2013-06-06 11:46:50 +02:00 |
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 |