Nikolay Sivov
|
9c44cb4f0f
|
ntdll: Store all interface redirection data in context.
|
2013-09-02 18:07:00 +02:00 |
Nikolay Sivov
|
3c0b7ba029
|
kernel32/tests: Some tests for 'comInterfaceExternalProxyStub' data.
|
2013-09-02 18:04:51 +02:00 |
Nikolay Sivov
|
26dc799039
|
kernel32/tests: Some tests for 'comInterfaceProxyStub' data.
|
2013-09-02 18:04:48 +02:00 |
Marcus Meissner
|
b084d7a4f8
|
kernel32/tests: Avoid leaving com handle open (Coverity).
|
2013-09-02 18:03:36 +02:00 |
Dmitry Timoshkov
|
f69ec2c61c
|
kernel32/tests: Add a FlushFileBuffers test for a COM port.
|
2013-08-30 11:46:38 +02:00 |
Nikolay Sivov
|
2c31fce106
|
kernel32/tests: Test search with alias guid.
|
2013-08-30 11:17:49 +02:00 |
Nikolay Sivov
|
88070accd2
|
ntdll: Implement compatible comClass section.
|
2013-08-30 11:17:33 +02:00 |
Dmitry Timoshkov
|
52d1080544
|
ntdll: Properly set flag which indicates buffer empty state.
|
2013-08-29 11:21:11 +02:00 |
Nikolay Sivov
|
52fc0e4e29
|
ntdll: Store all 'comClass' attributes.
|
2013-08-29 11:20:37 +02:00 |
Alexandre Julliard
|
1992f5005c
|
kernel32: Implement the InitOnce functions.
|
2013-08-28 22:27:32 +02:00 |
Alexandre Julliard
|
af89610364
|
kernel32/tests: Add more tests for the InitOnce functions.
|
2013-08-28 16:14:34 +02:00 |
Dmitry Timoshkov
|
723d22f6aa
|
kernel32/tests: Increase time interval that WriteFile could spend for an overlapped IO write.
|
2013-08-28 11:36:36 +02:00 |
Dmitry Timoshkov
|
c7d27e18e5
|
kernel32/tests: Remove a useless trace.
|
2013-08-28 11:36:26 +02:00 |
Alexandre Julliard
|
b0153951f4
|
kernel32/tests: Increase some wait timeouts.
|
2013-08-27 21:29:57 +02:00 |
Nikolay Sivov
|
36acd61447
|
ntdll: Implement compatible typelib section.
|
2013-08-23 17:56:14 +02:00 |
Nikolay Sivov
|
1faebbd202
|
kernel32/tests: Some tests for typelib sections.
|
2013-08-23 17:55:18 +02:00 |
Dmitry Timoshkov
|
2192745042
|
kernel32/tests: Revert inadvertent change.
|
2013-08-21 13:08:35 +02:00 |
Dmitry Timoshkov
|
fc2309b84b
|
kernel32/tests: Add interactive WaitCommEvent tests.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
507449ee78
|
kernel32/tests: Make test_waittxempty() use overlapped IO to avoid waiting forever when a kernel driver doesn't support TIOCGICOUNT/TIOCSERGETLSR ioctl.
Most of Linux USB-serial drivers don't support these ioctls.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
4654e79776
|
kernel32/tests: Make serial tests self-contained.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
a1b08f39a6
|
kernel32/tests: Constify test data.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
b288f0a879
|
kernel32/tests: Make ClearCommError very first test since it depends on device queue being empty.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
ab7dac6886
|
kernel32/tests: Fix some typos.
|
2013-08-15 17:20:07 +02:00 |
Nikolay Sivov
|
2a5a8bc4a3
|
ntdll: Implement compatible section for dll redirects.
|
2013-08-15 16:21:45 +02:00 |
Nikolay Sivov
|
cddea89d22
|
ntdll: Support optional 'versioned' attribute for windowClass sections.
|
2013-08-15 16:19:03 +02:00 |
Nikolay Sivov
|
5ce01b3597
|
ntdll: Implement compatible FindActCtxSectionString() for window class section.
|
2013-08-02 14:36:12 +02:00 |
Nikolay Sivov
|
db5d9aa9e6
|
kernel32/tests: Test for several assemblies in context with window class redirects.
|
2013-07-31 16:29:49 +02:00 |
Nikolay Sivov
|
e8cbae2e49
|
kernel32/tests: Remove unused helper argument.
|
2013-07-30 19:12:53 +02:00 |
Bruno Jesus
|
95d01f1751
|
kernel32/tests: Add tests for GetVolumePathNameA().
|
2013-07-29 14:28:00 +02:00 |
Dmitry Timoshkov
|
4cc482bc0d
|
kernel32: GetShortPathName for a non-existent short file name should fail.
|
2013-07-22 19:31:13 +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 |
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 |
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
|
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
|
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 |
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 |
Detlef Riekenberg
|
71cbd277e7
|
kernel32/tests: Avoid IOCTL_DVD_READ_STRUCTURE test failures.
|
2013-04-30 11:49:37 +02:00 |
Dmitry Timoshkov
|
3de37fefce
|
kernel32: Add some tests for PEB and loader locks.
|
2013-04-30 11:47:26 +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 |
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 |
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 |
Piotr Caban
|
23191a4355
|
server: Don't debug children when debugger is attached with DebugActiveProcess function.
|
2013-04-05 20:39:07 +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 |
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 |
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 |
Charles Davis
|
5a3ff7ccc1
|
kernel32: Make CopyFile(Ex)() succeed even if the source file is delete-locked.
|
2013-01-18 13:29:01 +01:00 |
André Hentschel
|
1b440629a6
|
kernel32/tests: Add ARM64 support.
|
2013-01-16 12:52:26 +01:00 |
Marcus Meissner
|
8e0d3abd0f
|
kernel32: Improve condition variable test case.
|
2013-01-07 19:30:27 +01:00 |
André Hentschel
|
e431d89ed2
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2012-12-20 12:00:26 +01:00 |
Piotr Caban
|
e5a25ec5c5
|
kernel32: Fixed TIME_CompTimeZoneID behavior on dates close to New Year's Eve.
|
2012-12-10 17:36:25 +01:00 |
Hans Leidekker
|
c019083240
|
kernel32: Implement SetFileValidData.
|
2012-12-04 14:42:28 +01:00 |
André Hentschel
|
27b0b93684
|
kernel32/tests: Fix crashes on win8 in console.
|
2012-11-30 19:12:17 +01:00 |
André Hentschel
|
428180ce54
|
kernel32/tests: Fix crash on win8 in module.
|
2012-11-30 19:12:16 +01:00 |
Michael Stefaniuc
|
f62ba6ff5c
|
kernel32/tests: Don't cast zero.
|
2012-11-19 11:46:27 +01:00 |
Detlef Riekenberg
|
5c1e6cf7cd
|
kernel32/tests: Fix 32-bit thread test failures on NT 5.x 64bit.
|
2012-11-14 19:23:36 +01:00 |
Francois Gouget
|
a4f2c00526
|
kernel32/tests: Make test_CompareStringOrdinal() static.
|
2012-11-05 11:30:29 +01:00 |
Christian Costa
|
ba5cade700
|
kernel32: Implement CompareStringOrdinal.
|
2012-11-02 19:47:15 +01:00 |
Francois Gouget
|
ed9e745580
|
Assorted spelling tweaks and fixes.
|
2012-10-22 12:21:55 +02:00 |
Marcus Meissner
|
0a8df5ef26
|
kernel32: Buffer size is in characters (Coverity).
|
2012-10-15 13:31:04 +02:00 |
Vincas Miliūnas
|
aba4619dfe
|
kernel32: Added implementation for OpenFileById.
|
2012-10-12 13:20:40 +02:00 |
Vincas Miliūnas
|
be1c0edfcf
|
kernel32/tests: Added tests for OpenFileById.
|
2012-10-12 13:20:39 +02:00 |
Vincas Miliūnas
|
6314cf0295
|
kernel32: Added implementation of FileIdBothDirectoryInfo for GetFileInformationByHandleEx.
|
2012-10-12 13:14:43 +02:00 |
Vincas Miliūnas
|
9cec60bb1e
|
kernel32/tests: Added tests of FileIdBothDirectoryInfo for GetFileInformationByHandleEx.
|
2012-10-12 13:13:06 +02:00 |
Francois Gouget
|
9ec7ab3fa0
|
shell32/tests: Write proper tests for CommandLineToArgvW().
|
2012-10-04 10:42:40 +02:00 |
Francois Gouget
|
5f55a71b70
|
Assorted spelling fixes.
|
2012-09-24 22:27:29 +02:00 |
Francois Gouget
|
49cf27ab2a
|
kernel32: Add line wrapping support to FormatMessage().
|
2012-09-24 16:38:15 +02:00 |
Francois Gouget
|
a273cac747
|
kernel32/tests: Add more FormatMessage() line wrapping tests.
|
2012-09-19 23:55:51 +02:00 |
Marcus Meissner
|
7a529328db
|
kernel32: Add condition variables prototypes and tests.
|
2012-09-11 20:56:37 +02:00 |
Francois Gouget
|
b8050f0571
|
Assorted spelling fixes.
|
2012-09-04 16:15:52 +02:00 |
Nikolay Sivov
|
2097c5ddb6
|
kernel32: Handle neutral locale names better in GetLocaleInfoEx.
|
2012-08-27 19:42:52 +02:00 |
Alexandre Julliard
|
57bb58f7f5
|
kernel32/tests: "en" is not a valid locale on some platforms.
|
2012-08-22 12:03:34 +02:00 |
André Hentschel
|
20e1b46d83
|
kernel32: Fix LocaleNameToLCID on mismatch.
|
2012-08-17 10:46:27 +02:00 |
André Hentschel
|
538a0abbd7
|
include: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_MACHINE_ARMNT.
|
2012-08-17 10:45:17 +02:00 |
Austin English
|
5dfc2a34ea
|
kernel32: Implement IsValidLocaleName (with tests).
|
2012-08-16 17:26:45 +02:00 |
André Hentschel
|
f881dcf712
|
kernel32/tests: Test LocaleNameToLCID with bad name.
|
2012-08-15 17:55:00 +02:00 |
Detlef Riekenberg
|
9aacf4ce6f
|
kernel32/tests: Fix test failures on win7.
|
2012-08-13 12:08:11 +02:00 |
Francois Gouget
|
d0282267e0
|
kernel32/tests: Make initonce_callback() static.
|
2012-07-27 17:05:23 +02:00 |
Nikolay Sivov
|
f31c2d1df1
|
kernel32: Some tests for LOCALE_SNAME and neutral locales.
|
2012-07-26 13:40:43 +02:00 |
Nikolay Sivov
|
9ba0cf76db
|
kernel32: Fix base for value returned with LOCALE_RETURN_NUMBER.
|
2012-07-26 13:40:43 +02:00 |
Nikolay Sivov
|
5b7efa8ea3
|
kernel32: Some test for handling locales specified by language only.
|
2012-07-26 13:40:42 +02:00 |
Francois Gouget
|
b193b0b7a8
|
kernel32/tests: Use NULL instead of casting 0.
|
2012-07-25 14:50:25 +02:00 |
Nikolay Sivov
|
04f588e63a
|
kernel32: Some tests for blocking initialization with InitOnceBeginInitialize().
|
2012-07-24 13:36:27 +02:00 |
Nikolay Sivov
|
9318528702
|
kernel32: Single thread test for InitOnceExecuteOnce().
|
2012-07-23 12:54:15 +02:00 |
Nikolay Sivov
|
b1c3c8c898
|
kernel32: Added InitOnceInitialize() implementation.
|
2012-07-23 12:53:24 +02:00 |
Alexandre Goujon
|
5feea8ce1a
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManufacturerDescriptor) test.
|
2012-07-17 11:55:52 +02:00 |
Alexandre Goujon
|
9fce6a37ec
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopyrightDescriptor) test.
|
2012-07-12 16:13:49 -05:00 |
Alexandre Goujon
|
a3b5dd2dff
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test.
|
2012-07-12 16:13:35 -05:00 |
Alexandre Goujon
|
7c27a96997
|
kernel32/tests: Add a helper to test CDROM ioctl.
|
2012-07-12 16:12:47 -05:00 |
Francois Gouget
|
d31b6335f2
|
kernel32/tests: Test deleting a timer right after creating it.
|
2012-07-03 12:04:13 +02:00 |
Francois Gouget
|
b887e7a963
|
kernel32/tests: Improve some traces for the CreateTimerQueueTimer() tests.
|
2012-07-03 12:03:55 +02:00 |
André Hentschel
|
3cd0834a24
|
kernel32: Change LCMapStringW to LCMapStringEx and call it from LCMapStringW.
|
2012-06-28 11:36:56 +02:00 |
Dmitry Timoshkov
|
68ffbaa718
|
kernel32: Add a test for deleting a file opened for reading.
|
2012-06-22 14:09:49 +02:00 |
Marcus Meissner
|
b652dcee42
|
kernel32: Fixed read overflow in WriteFile argument.
|
2012-06-20 20:16:01 +02:00 |
Francois Gouget
|
4af794a5b4
|
kernel32/tests: Use the CSTR_XXX macros instead of numeric literals.
|
2012-06-20 10:27:52 +02:00 |
Francois Gouget
|
58d7011133
|
kernel32/tests: Add line-wrapping tests for FormatMessage().
|
2012-06-20 10:27:33 +02:00 |
Francois Gouget
|
dc2956206f
|
kernel32/tests: Add a trailing '\n' to an ok() call.
|
2012-06-18 17:19:17 +02:00 |
Francois Gouget
|
74605efe74
|
kernel32/tests: Get rid of unneeded function typedefs.
|
2012-06-15 18:35:38 +02:00 |
Vincent Povirk
|
14404713de
|
kernel32: Return success from ReadFileEx/WriteFileEx when I/O is pending.
|
2012-06-15 10:30:23 +02:00 |
Vincent Povirk
|
982153605a
|
kernel32: Add test for pending ReadFileEx/WriteFileEx calls.
|
2012-06-15 10:30:19 +02:00 |
Vincent Povirk
|
0a2d6e5183
|
kernel32: Add named pipe server test with ReadFileEx/WriteFileEx.
|
2012-06-15 10:30:16 +02:00 |
Detlef Riekenberg
|
7fbf5c239e
|
kernel32/tests: Accept higher PRODUCT_* values.
|
2012-06-13 21:35:40 +02:00 |
Detlef Riekenberg
|
697cea2f93
|
kernel32/tests: Do not test GetLastError on success.
|
2012-06-13 12:08:37 +02:00 |
André Hentschel
|
1f3eca666b
|
kernel32/tests: Add tests for LCMapStringEx.
|
2012-06-06 20:54:22 +02:00 |
Detlef Riekenberg
|
8c83c66bcb
|
kernel32/tests: Remove debug code from GetProductInfo.
|
2012-06-05 21:23:21 +02:00 |
Detlef Riekenberg
|
64fbf5cac2
|
kernel32/tests: Add tests for GetProductInfo.
|
2012-05-31 12:37:24 +02:00 |
Alex Henrie
|
8ccf747d6a
|
kernel32: Correct WideCharToMultiByte and MultiByteToWideChar error codes and conditions.
|
2012-05-17 17:44:26 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Alexandre Julliard
|
5d770503b9
|
kernel32/tests: Avoid a non-portable printf format.
|
2012-05-14 14:15:53 +02:00 |
Alexandre Julliard
|
5f20ecc62a
|
kernel32/tests: Remove a couple of invalid tests.
|
2012-05-09 23:21:07 +02:00 |
Piotr Caban
|
30aea19e3b
|
kernel32/tests: Added IdnToUnicode tests.
|
2012-04-30 20:03:27 +02:00 |
Piotr Caban
|
03b58f580c
|
kernel32/tests: Added IdnToAscii tests.
|
2012-04-30 20:03:26 +02:00 |
Piotr Caban
|
60b25b7dd6
|
kernel32: Support multiple labels in IdnToNameprepUnicode.
|
2012-04-30 20:03:25 +02:00 |
Piotr Caban
|
6cda3776f6
|
kernel32/tests: Added IdnToNameprepUnicode tests.
|
2012-04-26 19:48:09 +02:00 |
Piotr Caban
|
4242fc94a5
|
kernel32/tests: Added more FoldString tests.
|
2012-04-26 19:48:02 +02:00 |
Dmitry Timoshkov
|
d4d39736ce
|
kernel32: Add more memory access checks.
|
2012-04-19 19:28:12 +02:00 |
Dmitry Timoshkov
|
d4e57b1598
|
kernel32: Fix some typos, remove not needed casts.
|
2012-04-17 11:49:13 +02:00 |
Alexander Morozov
|
5c9ca5cb53
|
kernel32/tests: Add more tests for early closing mapping handle.
|
2012-04-16 18:56:15 +02:00 |
Alexander Morozov
|
e01643af9c
|
kernel32/tests: Add a test for creating named mapping after closing without unmapping.
|
2012-04-13 16:15:37 +02:00 |
Hans Leidekker
|
f96c7278e7
|
kernel32: Clear the module handle on failure in GetModuleHandleEx.
|
2012-04-05 14:51:33 +02:00 |
Hans Leidekker
|
e8a95bf683
|
kernel32: Return failure from GetModuleHandleEx if the module handle pointer is NULL.
|
2012-04-05 14:51:33 +02:00 |
Hans Leidekker
|
7133c000cd
|
kernel32/tests: Add tests for GetModuleHandleEx.
|
2012-04-05 14:51:33 +02:00 |
Bruno Jesus
|
40f0145d00
|
kernel32: Avoid ini cache if file does not exist anymore.
|
2012-03-28 11:38:35 +02:00 |
Bruno Jesus
|
a4e3268886
|
kernel32/tests: Show that ini cache must not be used if file no longer exists.
|
2012-03-28 11:38:31 +02:00 |
André Hentschel
|
21b6d994d2
|
kernel32: Handle LOCALE_NAME_USER_DEFAULT with tests.
|
2012-03-27 11:55:05 +02:00 |
Dmitry Timoshkov
|
4b058e6e79
|
server: OpenMutex should perform a real access check instead of validating access flags.
This reverts 7b63fa658a .
|
2012-03-12 16:37:24 +01:00 |
Alexandre Julliard
|
aeaf18077e
|
kernel32: Implement the memory resource notification functions.
|
2012-03-12 10:44:02 +01:00 |
Dmitry Timoshkov
|
7a9fce25ec
|
kernel32: Add some CreateFile disposition and access tests.
|
2012-03-09 11:30:39 +01:00 |
Dmitry Timoshkov
|
75209ffdaf
|
kernel32: Fix file test compilation with PSDK headers.
|
2012-03-09 11:30:21 +01:00 |
Akihiro Sagawa
|
e4692b3f66
|
kernel32/tests: Add more tests for WriteConsole.
|
2012-03-09 11:27:30 +01:00 |
Dmitry Timoshkov
|
0e7314a298
|
kernel32: Add a test for LoadLibrary called on a not DLL image.
|
2012-02-24 09:56:25 +01:00 |
Dmitry Timoshkov
|
20093556f9
|
kernel32: Add a test to show that NtMapViewOfSection should not perform an image relocation.
|
2012-02-20 11:39:06 +01:00 |
Eric Pouech
|
d967484ecc
|
kernel32: Added a couple of tests about console creation through CreateFile, and fix some corner cases.
|
2012-02-08 10:47:57 -06:00 |
Dmitry Timoshkov
|
3a5ee02735
|
ntdll: Add an access check for file mappings.
|
2012-01-24 18:10:31 +01:00 |
Francois Gouget
|
f445325999
|
Assorted spelling fixes.
|
2012-01-23 16:07:32 +01:00 |
Dmitry Timoshkov
|
d50814846e
|
kernel32: Remove a no longer needed todo_wine.
|
2012-01-18 12:37:39 +01:00 |
Dmitry Timoshkov
|
1d01a7ba1e
|
kernel32: Fix access flags to page protection mapping in MapViewOfFileEx.
|
2012-01-17 11:54:43 +01:00 |
Dmitry Timoshkov
|
9bd55bc2f5
|
kernel32: Test MapViewOfFile and NtMapViewOfSection side by side.
|
2012-01-16 19:32:48 +01:00 |
Daniel Lehman
|
b1f04e23bf
|
kernel32: If string arg to FormatMessage is NULL, use "(null)" instead of crashing.
|
2012-01-09 15:32:50 +01:00 |
Dmitry Timoshkov
|
1026bddf53
|
kernel32: Add a test for MapViewOfFile called on a not accessible mapping.
|
2011-12-20 10:15:42 +01:00 |
Francois Gouget
|
632ac0b227
|
kernel32: Avoid hardcoding the Unicode string literal lengths.
|
2011-12-16 17:40:40 +01:00 |
Dmitry Timoshkov
|
332eee4053
|
ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.
|
2011-12-16 16:38:29 +01:00 |
Dmitry Timoshkov
|
bb8d47bd30
|
kernel32: Add a bunch of VirtualProtect tests on an image section.
|
2011-12-16 16:38:29 +01:00 |
Dmitry Timoshkov
|
eed406e028
|
ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed.
|
2011-12-16 16:38:29 +01:00 |
Dmitry Timoshkov
|
5379a75baf
|
kernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile protections.
|
2011-12-15 14:46:53 +01:00 |
Dmitry Timoshkov
|
d7e428a40a
|
kernel32: Add a bunch of VirtualProtect tests on a memory-mapped file.
|
2011-12-01 16:01:30 +01:00 |
Dmitry Timoshkov
|
f9bb1b7afd
|
kernel32: Add a test for protections accepted by CreateFileMapping, make it pass under Wine.
|
2011-11-30 14:56:43 +01:00 |
Francois Gouget
|
51a256e65f
|
Assorted spelling fixes and wording tweaks.
|
2011-11-28 16:40:50 +01:00 |
Dmitry Timoshkov
|
517d0800df
|
ntdll: Revert 33b0f0edff .
The tests clearly show that this commit is wrong.
|
2011-11-23 14:14:25 +01:00 |
Alexandre Julliard
|
1998c22d1b
|
kernel32/tests: Avoid size_t in traces.
|
2011-11-22 18:19:06 +01:00 |
Dmitry Timoshkov
|
ed95814ed8
|
kernel32: Add a test for main module image section protections.
|
2011-11-22 11:10:03 +01:00 |
Dmitry Timoshkov
|
bed1e5c8f5
|
kernel32: Add a test to show that Windows changes the WRITECOPY to WRITE protection on an image section write.
|
2011-11-22 11:10:02 +01:00 |
Dmitry Timoshkov
|
30882eb08e
|
kernel32: Add a test to see how a page protection changes after write.
|
2011-11-22 11:10:02 +01:00 |
André Hentschel
|
62d719419c
|
kernel32/tests: Fix two typos.
|
2011-11-15 11:48:58 +01:00 |
Thomas Faber
|
5d5fd2fa9b
|
kernel32/tests: Add tests for GetDllDirectory.
|
2011-11-09 11:33:58 +01:00 |
Dmitry Timoshkov
|
a93f86716f
|
kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it pass under Wine.
|
2011-11-08 10:19:51 +01:00 |
Dmitry Timoshkov
|
33255ee6ec
|
ntdll: Make the VirtualProtect tests pass under Wine.
|
2011-11-03 13:51:56 +01:00 |
André Hentschel
|
8f369c9edb
|
kernel32/tests: Use ARMv7 for PE images.
|
2011-11-01 16:45:33 +01:00 |
Dan Kegel
|
6ca1a943eb
|
kernel32/tests: fni->FileName is not nul terminated in test_readdirectorychanges_cr.
|
2011-10-25 16:57:28 +02:00 |
Bernhard Loos
|
c368df4865
|
server: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is invalid for named pipes.
|
2011-10-13 19:57:19 +02:00 |
Alexander Morozov
|
d0451f6b3f
|
server: Fix overlapping shared and exclusive locks support.
|
2011-10-12 17:10:54 +02:00 |
Alexander Morozov
|
b2a302b667
|
kernel32/tests: Shared lock can overlap exclusive if handles are equal.
|
2011-10-11 20:01:56 +02:00 |
Marcus Meissner
|
79115f4179
|
kernel32: Fixed QueryDosDeviceNameW size (chars not bytes).
|
2011-10-10 13:30:37 +02:00 |
Thomas Faber
|
fc2dcd04ab
|
kernel32/tests: Fix MSVC build in console.c.
|
2011-10-04 17:31:45 -05:00 |
Thomas Faber
|
bcbaefe8b5
|
kernel32/tests: Fix MSVC build in file.c and pipe.c.
|
2011-10-04 17:31:08 -05:00 |
Francois Gouget
|
a2af890483
|
kernel32: Fix the NT path returned by QueryFullProcessImageName().
|
2011-10-04 15:23:03 -05:00 |
Francois Gouget
|
1d1ebefff1
|
kernel32/tests: Better check the NT path returned by QueryFullProcessImageName().
|
2011-10-04 15:21:44 -05:00 |
Francois Gouget
|
80ba9f3597
|
kernel32/tests: Test K32GetProcessImageFileNameA() and improve the QueryFullProcessImageNameA() tests.
|
2011-10-04 15:21:36 -05:00 |
Nikolay Sivov
|
17af6e394a
|
kernel32/tests: Move CompareStringA data to a table.
|
2011-10-04 15:19:42 -05:00 |
Francois Gouget
|
db882bfb5d
|
kernel32/tests: Check what happens if QueryDosDeviceA() is given an insufficient buffer.
|
2011-10-03 16:56:30 -05:00 |
Francois Gouget
|
8e67930bd7
|
kernel32: Reset LastError if GetModuleFileName() succeeds.
|
2011-10-03 16:56:27 -05:00 |
Dmitry Timoshkov
|
25ae02b4ed
|
kernel32: Fix a typo in the LoadLibrary return value testing.
|
2011-09-30 10:32:01 -05:00 |
Bernhard Loos
|
5098b13177
|
server: Only the sharing parameter of two instances of the same pipe have to match.
|
2011-09-27 16:54:00 +02:00 |
Dmitry Timoshkov
|
4eb69c8d7d
|
kernel32: Add a bunch of VirtualProtect tests.
|
2011-09-27 16:24:26 +02:00 |
Francois Gouget
|
bd7b345b26
|
Assorted spelling fixes & co.
|
2011-09-27 11:00:13 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
André Hentschel
|
0ba0f505af
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:16:03 +02:00 |
Bernhard Loos
|
527a985a3d
|
server: Correct mapping of mutex access rights.
|
2011-09-23 13:05:37 +02:00 |
Bernhard Loos
|
0d36c27e3b
|
server: ReleaseMutex doesn't need any access rights.
|
2011-09-23 13:05:33 +02:00 |
Bernhard Loos
|
7b63fa658a
|
server: Certain access flags are illegal for OpenMutex.
|
2011-09-23 13:05:31 +02:00 |
Dmitry Timoshkov
|
0f500eac98
|
kernel32: Add a test to show that uninitialized sections are not special regarding protection flags.
|
2011-09-20 16:21:40 +02:00 |
Francois Gouget
|
752bb66b65
|
kernel32/tests: Skip some tests if not allowed to modify the image file execution options.
|
2011-09-19 17:56:04 +02:00 |
Bernhard Loos
|
c19d166529
|
kernel32: CreateFile uses an nonalertable io mode.
|
2011-08-23 16:53:55 +02:00 |
Bernhard Loos
|
3623b9d4c9
|
kernel32: Create(Named)Pipe uses an nonalertable io mode.
|
2011-08-22 19:49:40 +02:00 |
Austin English
|
e2cbe25ba7
|
kernel32/tests: Remove win9x hacks.
|
2011-08-22 17:21:23 +02:00 |
Jörg Höhle
|
a52e160c68
|
kernel32/tests: WaitForMultipleObjects returns lowest signaled handle first.
|
2011-08-22 16:14:32 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Francois Gouget
|
1e93108641
|
kernel32/tests: Make test_define_dos_deviceA() static.
|
2011-08-01 18:26:26 +02:00 |
Francois Gouget
|
287a5e25d2
|
kernel32/tests: Remove a space before a '\n' in an ok() call.
|
2011-08-01 18:26:26 +02:00 |
Austin English
|
187f50aad3
|
kernel32/tests: Remove win9x hacks.
|
2011-07-29 18:21:24 +02:00 |
Austin English
|
19f58e889f
|
kernel32/tests: Make sure return values are used (LLVM/Clang).
|
2011-07-26 10:22:47 +02:00 |
Dan Kegel
|
c63d085d1f
|
kernel32: Add initial test for DefineDosDevice.
|
2011-07-25 11:59:20 +02:00 |
Dmitry Timoshkov
|
3d81e97c75
|
kernel32: Add a test how PE section characteristics get mapped into memory page access, make it pass under Wine.
|
2011-07-20 19:23:04 +02:00 |
André Hentschel
|
ff63e42785
|
kernel32/tests: Fix warning on non-x86 platforms.
|
2011-07-07 12:29:55 +02:00 |
Alexandre Julliard
|
7654688886
|
kernel32/tests: Add tests for file sharing with file-specific access bits.
|
2011-07-01 18:33:37 +02:00 |
Alexandre Julliard
|
d0f3d06172
|
kernel32/tests: Get rid of the Win9x support in the file sharing tests.
|
2011-07-01 18:33:37 +02:00 |
David Hedberg
|
fed025fd42
|
kernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received from GlobalLock().
|
2011-06-13 11:46:24 +02:00 |
Alexandre Julliard
|
81183c1e20
|
kernel32: Fix the handling of CAL_ITWODIGITYEARMAX in GetCalendarInfo.
|
2011-06-08 16:18:26 +02:00 |
Marcus Meissner
|
d2dd407eb9
|
kernel32: Pass in a real string to SetLocaleInfoA, not a function pointer (Coverity).
|
2011-05-30 11:15:48 +02:00 |
Alexandre Julliard
|
d4b7888dbf
|
kernel32/tests: Delete some temporary files.
|
2011-05-26 13:28:55 +02:00 |
Frédéric Delanoy
|
f5304c4f73
|
kernel32/tests: Fix typo.
|
2011-05-13 10:52:01 +02:00 |
Piotr Caban
|
b88c851820
|
kernel32/tests: Add locale specific CompareString test.
|
2011-05-12 14:27:48 +02:00 |
Eric Pouech
|
8a529d60e2
|
kernel32: In CreateFile, when trying to open the CON special DOS file, force OPEN_EXISTING as creation flag.
|
2011-05-11 14:56:48 +02:00 |
Eric Pouech
|
fa8d5d166c
|
kernel32: Added some tests about CON special file treatment in CreateFile.
|
2011-05-11 14:56:48 +02:00 |
Austin English
|
689840babb
|
kernel32/tests: Fix typo in test failure message.
|
2011-05-09 10:50:54 +02:00 |
Alexandre Julliard
|
f555c2d857
|
kernel32/tests: Fix a race that could corrupt the thread register state.
|
2011-05-06 17:12:22 +02:00 |
Alexandre Julliard
|
055c883ee0
|
server: Fix the status code for get/set_thread_context on a terminated thread.
|
2011-05-06 14:23:25 +02:00 |
Dmitry Timoshkov
|
08f8f50894
|
kernel32: Constify some data.
|
2011-04-07 10:23:12 +02:00 |
Akihiro Sagawa
|
16d5737009
|
libwine: MB_ERR_INVALID_CHARS makes an error when the undefined byte character is used.
|
2011-04-05 11:13:26 +02:00 |
Akihiro Sagawa
|
79d7cd76f9
|
kernel32/tests: Add a test for undefined byte character conversion.
|
2011-04-05 11:13:12 +02:00 |
Hans Leidekker
|
552715f0c1
|
kernel32: Implement and test GetVolumePathNamesForVolumeName.
|
2011-03-29 15:41:11 +02:00 |
Eric Pouech
|
1980545055
|
kernel32: When testing the debugger activation, don't use unitialized values (clang).
|
2011-03-28 17:24:45 +02:00 |
André Hentschel
|
6ff842fddb
|
kernel32/tests: Also test for ntdll.dll in toolhelp tests.
|
2011-03-18 11:29:24 +01:00 |
André Hentschel
|
27ae573806
|
kernel32/tests: Fix a test for real hardware.
|
2011-03-14 19:31:30 +01:00 |
Juan Lang
|
2ca58402e7
|
kernel32: Add some parameter checking to FileTimeToDosDateTime.
|
2011-03-09 12:28:41 +01:00 |
Hans Leidekker
|
c65bcce589
|
server: Map the Unix user id to a local user SID instead of the interactive SID.
|
2011-03-02 12:50:59 +01:00 |
André Hentschel
|
4c6e57654f
|
kernel32/tests: Add SetLastError() before a test (Valgrind).
|
2011-03-02 12:29:36 +01:00 |
Austin English
|
d385435876
|
kernel32/tests: Remove win9x hacks.
|
2011-02-28 13:12:30 +01:00 |
Austin English
|
291949cbc4
|
kernel32/tests: Remove win9x hacks.
|
2011-02-24 15:50:43 +01:00 |
Marcus Meissner
|
b42c593f67
|
kernel32: Fixed mismatched bracket (Coverity).
|
2011-02-23 15:01:17 +01:00 |
Austin English
|
194e43f6e3
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
39d5a90806
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:49:23 +01:00 |
Austin English
|
e330380a6b
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:46 +01:00 |
Austin English
|
8b7904d78d
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:29 +01:00 |
Austin English
|
ab4dba3e75
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 09:57:19 -06:00 |
Austin English
|
4e3c3ad593
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:21 -06:00 |
Austin English
|
a96b23cc1b
|
kernel32/tests: Remove unused assignment (LLVM/Clang).
|
2011-02-07 10:10:10 -06:00 |
Joris Huizer
|
fb296d1201
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-02-07 10:04:12 -06:00 |
André Hentschel
|
008cf3c18c
|
kernel32: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
Hans Leidekker
|
541c116368
|
kernel32/tests: Add a test for ioctl 0x560000.
|
2011-01-31 13:01:10 +01:00 |
Andrew Nguyen
|
70d67becac
|
kernel32/tests: Free environment strings buffer at the conclusion of the environment tests.
|
2011-01-21 13:46:22 +01:00 |
Piotr Caban
|
9dbdd8c83c
|
kernel32/tests: Added file move/rename ReadDirectoryChangesW tests.
|
2011-01-19 14:13:58 +01:00 |
Andrew Nguyen
|
ba7f7046ee
|
kernel32/tests: Free environment block in the child process when it is unused.
|
2011-01-17 14:29:24 +01:00 |
André Hentschel
|
dd07baa824
|
kernel32/tests: Use the right return type and a better failed test message.
|
2011-01-13 15:22:00 +01:00 |
André Hentschel
|
85386c2c6e
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-01-12 14:59:43 +01:00 |
Andrew Nguyen
|
df18e3fdd4
|
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputA.
|
2011-01-11 16:05:47 +01:00 |
Andrew Nguyen
|
e2e9141918
|
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputW.
|
2011-01-11 16:05:47 +01:00 |
Andrew Nguyen
|
b158d23c88
|
kernel32: Improve parameter validation for ReadConsoleOutputAttribute.
|
2011-01-11 16:05:47 +01:00 |
Andrew Nguyen
|
66b42c86d1
|
kernel32: Improve parameter validation for ReadConsoleOutputCharacterA.
|
2011-01-11 16:05:47 +01:00 |
Andrew Nguyen
|
c905b7e705
|
kernel32: Improve parameter validation for ReadConsoleOutputCharacterW.
|
2011-01-11 16:05:47 +01:00 |
Greg Geldorp
|
6b8812add1
|
kernel32/tests: Set TrueType console font before running tests.
ReadConsoleOutputW doesn't retrieve characters from the output buffer
correctly for characters that don't have a glyph in the console font.
|
2011-01-10 15:02:24 +01:00 |
Andrew Nguyen
|
51d05e241a
|
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
|
2011-01-04 11:58:34 +01:00 |
Andrew Nguyen
|
50ee017f34
|
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
|
2011-01-04 11:58:34 +01:00 |
Andrew Nguyen
|
5a7c633fab
|
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
|
2011-01-04 11:58:33 +01:00 |
Andrew Nguyen
|
8ec12b5110
|
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
|
2011-01-04 11:58:33 +01:00 |
Andrew Nguyen
|
5f70cd6509
|
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
|
2011-01-04 11:58:33 +01:00 |
Andrew Nguyen
|
2281c29b46
|
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
|
2011-01-04 11:58:33 +01:00 |
Andrew Nguyen
|
9febdf3f58
|
kernel32: Improve parameter validation for WriteConsoleInputA.
|
2011-01-04 11:58:32 +01:00 |
Andrew Nguyen
|
0272da5afa
|
kernel32: Improve parameter validation for WriteConsoleInputW.
|
2011-01-04 11:58:13 +01:00 |
Andrew Nguyen
|
3501b0a580
|
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
|
2011-01-04 11:51:03 +01:00 |
Andrew Nguyen
|
ab8b2cfaa1
|
kernel32/tests: Avoid an input buffer overrun in the empty console write test.
|
2011-01-03 14:58:55 +01:00 |
Greg Geldorp
|
e114f85345
|
kernel32/tests: Add error codes for XP/Win2003 Wow64.
|
2011-01-03 12:14:26 +01:00 |
Greg Geldorp
|
f284719c96
|
kernel32/tests: Skip some debugger tests on 64-bit.
|
2010-12-30 16:49:00 +01:00 |
Greg Geldorp
|
a2d1c7df5e
|
kernel32/tests: Remove check of environment variables against registry.
|
2010-12-21 16:55:50 +01:00 |
Greg Geldorp
|
a4a73c20af
|
kernel32/tests: Quote command line arguments that might contain spaces.
|
2010-12-21 16:55:50 +01:00 |
Greg Geldorp
|
0650cb2456
|
kernel32/tests: Add tests to verify USERPROFILE and environment variables from registry are present and correct.
|
2010-12-20 12:47:38 +01:00 |
Piotr Caban
|
52e5087aec
|
kernel32: Added more ReadDirectoryChangesW tests.
|
2010-12-17 13:26:03 +01:00 |
Michael Stefaniuc
|
bb442a2a57
|
kernel32/tests: '\' needs to be escaped in a C string (sparse).
|
2010-11-10 12:18:21 +01:00 |
Francois Gouget
|
b990617a95
|
Assorted spelling fixes.
|
2010-11-02 13:16:57 +01:00 |
Alexandre Julliard
|
6410ab1ce8
|
libwine: Update Unicode tables to the Unicode 6.0 standard.
|
2010-10-30 20:42:09 +02:00 |
Charles Davis
|
717fc6f3a8
|
kernel32/tests: Fix the mixed-case short path test to actually test something.
|
2010-10-29 14:21:59 +02:00 |
Charles Davis
|
2d18a012a8
|
kernel32/tests: Add a test for opening short paths of differing case.
|
2010-10-28 18:18:11 +02:00 |
Austin Lund
|
86c39000a4
|
kernel32/tests: Increase timeouts to avoid test failures in CreateRemoteThread.
|
2010-10-25 13:52:51 +02:00 |
Louis Lenders
|
8819ae1e66
|
kernel32: Fix GetTempFileName with invalid path.
Found by Oskar Eisemuth.
|
2010-10-22 17:19:12 +02:00 |
Alexandre Julliard
|
1455604704
|
kernel32: Fix last error code in GetVolumeInformationW when an explicit subdir is requested.
|
2010-10-20 12:29:45 +02:00 |
Alexandre Julliard
|
732534f954
|
kernel32: Use the NT name to open the device in GetVolumeInformationW.
|
2010-10-20 12:23:00 +02:00 |
Alexandre Julliard
|
ee0f0da69b
|
kernel32: Use RtlDosPathNameToNtPathName_U to validate the path in GetVolumeInformationW.
|
2010-10-20 12:19:59 +02:00 |
Alexandre Julliard
|
e7c67c0cb1
|
ntdll: More complete implementation of NtAreMappedFilesTheSame.
|
2010-10-19 16:14:40 +02:00 |
Alexandre Julliard
|
971e9a2239
|
kernel32/tests: Add some tests for NtAreMappedFilesTheSame.
|
2010-10-18 19:47:50 +02:00 |
Louis Lenders
|
933bcb92b0
|
kernel32/tests: Add some more tests for GetTempFileName.
|
2010-10-18 11:51:21 +02:00 |
Andrew Nguyen
|
43e99d6e0c
|
kernel32: Implement GetSystemRegistryQuota as a semi-stub.
|
2010-10-11 17:11:27 +02:00 |
Alexandre Julliard
|
7064e8838c
|
kernel32/tests: Make some variables static.
|
2010-10-01 13:36:35 +02:00 |
Alexandre Julliard
|
5db7d5957a
|
kernel32/tests: Use a real console handle in the VerifyConsoleIoHandle test.
|
2010-09-29 11:57:42 +02:00 |
Alexandre Julliard
|
9f792ab3d5
|
kernel32: Implemented EnumSystemLocalesEx.
|
2010-09-27 14:13:17 +02:00 |
Peter Oberndorfer
|
9d74a70ad5
|
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.
|
2010-09-23 12:00:44 +02:00 |
Peter Oberndorfer
|
297b054e74
|
kernel32: VerifyConsoleIoHandle does not set last error value.
|
2010-09-23 12:00:29 +02:00 |
Peter Oberndorfer
|
f30b708916
|
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
|
2010-09-23 12:00:20 +02:00 |
Peter Oberndorfer
|
4f2afdd0ac
|
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
|
2010-09-23 11:59:42 +02:00 |
André Hentschel
|
ee3a6770b8
|
kernel32: Add ARM support.
|
2010-09-20 12:55:29 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Austin English
|
66e635adac
|
kernel32/tests: Typo fixes.
|
2010-09-09 19:28:32 +02:00 |
Austin English
|
7f30ae6349
|
kernel32/tests: Be sure to terminate array.
|
2010-09-06 20:30:25 +02:00 |
Francois Gouget
|
f3c092f738
|
kernel32/tests: Fix compilation on systems that don't support nameless unions or structs.
|
2010-08-31 14:23:47 +02:00 |
Austin English
|
90b5342fb8
|
kernel32/tests: Sparc fixes.
|
2010-08-24 12:22:39 +02:00 |
Alexandre Goujon
|
49c5bd0365
|
kernel32: Fix GetComputerName errors.
|
2010-08-23 11:58:42 +02:00 |
Jörg Höhle
|
fc872628d9
|
kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir is root.
|
2010-08-18 17:45:02 +02:00 |
Austin English
|
067168b67b
|
kernel32/tests: Add a test for CreateFileA.
|
2010-07-28 16:28:19 +02:00 |
Aric Stewart
|
6c970e7e66
|
kernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
|
2010-07-22 13:09:24 +02:00 |
Andrey Turkin
|
a610fc17d8
|
kernel32: Enhance EndUpdateResource.
|
2010-07-22 11:41:41 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
b14cfdeea4
|
tests: Run all tests with the default FPU control word.
|
2010-07-20 11:41:05 +02:00 |
Alexandre Julliard
|
e2c48c5952
|
tests: Try to avoid message boxes popping up in non-interactive testing.
|
2010-07-20 11:39:50 +02:00 |
Jörg Höhle
|
cdc120d5e5
|
kernel32/tests: Skip fewer tests on Win9x.
|
2010-07-08 17:33:37 +02:00 |
Alexandre Julliard
|
0db65fd36e
|
ntdll: Fix the initial FPU control word on 32-bit too.
|
2010-06-22 11:19:02 +02:00 |
Alexandre Julliard
|
8b54390686
|
ntdll: Fix the initial FPU control word on 64-bit.
|
2010-06-21 11:49:25 +02:00 |
Henri Verbeet
|
772a5c7c09
|
ntdll: The FPU control word for newly created threads is 0x27f.
This fixes a regression introduced by
e6611e22fb .
|
2010-06-17 11:50:23 +02:00 |
Andrew Nguyen
|
1029167232
|
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameW.
|
2010-06-17 11:48:42 +02:00 |
Andrew Nguyen
|
70099e8971
|
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameA.
|
2010-06-17 11:48:39 +02:00 |
Damjan Jovanovic
|
06de0195d0
|
kernel32: Stop CopyFile from overwriting a file with itself.
|
2010-06-16 19:38:58 +02:00 |
Damjan Jovanovic
|
6e5a22c733
|
kernel32: Add a CopyFile test.
|
2010-06-15 18:29:07 +02:00 |
Damjan Jovanovic
|
44aa45036b
|
kernel32: Revert 3f1404bf29 and add better CopyFile tests.
|
2010-06-14 14:14:16 +02:00 |
Damjan Jovanovic
|
3f1404bf29
|
kernel32: CopyFile cannot overwrite a file with itself.
|
2010-06-11 11:36:42 +02:00 |
André Hentschel
|
b8ff44e627
|
kernel32/tests: Add a test about unicode collation.
|
2010-06-08 12:58:55 +02:00 |
Alexandre Julliard
|
2b99e1c17d
|
kernel32: Make sure we always have a valid process title.
|
2010-06-08 11:53:58 +02:00 |
Alexandre Julliard
|
e091c12b66
|
kernel32/tests: Fix the process title tests to actually test something.
|
2010-06-08 11:50:20 +02:00 |
Alexandre Julliard
|
48cffa0323
|
kernel32/tests: Restore the stderr handle after the closing test.
|
2010-05-28 11:21:44 +02:00 |
Alexandre Julliard
|
775e5f7b3e
|
kernel32: Reset stdio handles when they are closed.
|
2010-05-26 23:16:34 +02:00 |
Austin English
|
3fd4f68827
|
kernel32/tests: Check return value of alarmThread in test_NamedPipe_2().
|
2010-05-24 12:56:19 +02:00 |
Austin English
|
e0c7fb66c4
|
kernel32/tests: Use ret in load_blackbox().
|
2010-05-24 12:53:09 +02:00 |
Andrey Turkin
|
85cc2c13f6
|
server: Connect named pipe synchronously when overlapped param is NULL.
|
2010-05-24 12:39:35 +02:00 |
Paul Vriens
|
f3b4bd2bbc
|
kernel32: Return the correct processor arch and type in wow64 mode.
|
2010-05-13 11:51:11 +02:00 |