Sebastian Lackner
|
0346040889
|
kernel32/tests: Add tests for committing stack guard pages.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-30 23:16:49 +09:00 |
Joachim Priesner
|
ceb57b7817
|
kernel32/tests: Add tests for GetDriveType with invalid drive spec.
Signed-off-by: Joachim Priesner <joachim.priesner@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-27 20:53:32 +09:00 |
Andrey Gusev
|
8bfc9bd2ee
|
Assorted typos fixes.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-27 15:38:30 +09:00 |
Sebastian Lackner
|
9f18d217a7
|
kernel32/tests: Avoid busy-looping in APC deadlock tests.
Spotted by Amine Khaldi.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 13:20:20 +09:00 |
Sebastian Lackner
|
46a208d6fa
|
kernel32/tests: Add tests for calling wait functions with pseudo handles.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 13:20:16 +09:00 |
Alexandre Julliard
|
9ae90b354c
|
kernel32/tests: Avoid testing the D: drive which may not exist.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-24 00:25:02 +09:00 |
Sebastian Lackner
|
ace9d329e9
|
server: Fix crash when calling SetNamedPipeHandleState on partially closed pipe.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:16 +09:00 |
Sebastian Lackner
|
ee02530bc4
|
server: Fix crash when calling GetNamedPipeHandleState on partially closed pipe.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:16 +09:00 |
Sebastian Lackner
|
78948b24b7
|
kernel32/tests: Add tests for calling WriteFile on pipe when other end is closed.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:15 +09:00 |
Sebastian Lackner
|
e235b0670d
|
kernel32/tests: Add tests for sending empty message in combination with CloseHandle.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:15 +09:00 |
Adam Martinson
|
563865c654
|
kernel32/tests: Add tests for closing named pipes with CloseHandle.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:14 +09:00 |
Hugh McMaster
|
11669fa5e2
|
Assorted spelling and grammar fixes.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-17 22:56:40 +09:00 |
Sebastian Lackner
|
71581f71d5
|
kernel32: DeleteFile should open the file without read/write permissions.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 19:39:22 +09:00 |
Sebastian Lackner
|
4857f95803
|
server: Return STATUS_CANNOT_DELETE when trying to open readonly file with FILE_DELETE_ON_CLOSE.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 19:39:22 +09:00 |
Sebastian Lackner
|
c74bb13d2e
|
kernel32/tests: Add some more tests for opening a file with FILE_DELETE_ON_CLOSE.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 19:39:21 +09:00 |
Nikolay Sivov
|
49e5b9c2a4
|
kernel32: Added support for TIME_NOSECONDS, restructured EnumTimeFormats implementation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 00:08:11 +09:00 |
Nikolay Sivov
|
6f35351f81
|
kernel32: EnumTimeFormatsA() doesn't support TIME_NOSECONDS.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 00:08:03 +09:00 |
Nikolay Sivov
|
982c3ede72
|
kernel32: GetLocaleInfoA() doesn't support LOCALE_SSHORTTIME.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 00:07:43 +09:00 |
Alexandre Julliard
|
3b7cdc0b84
|
kernel32/tests: Fix some todo tests that succeed or fail depending on the kernel version.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-09 16:44:52 +09:00 |
Sebastian Lackner
|
659e585166
|
kernel32/tests: Add a test to demonstrate a deadlock by suspending a thread during a system APC.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-05 20:22:37 +09:00 |
Hugh McMaster
|
77a75d74a2
|
kernel32/tests: Add tests for GetConsoleFontSize.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-03 00:33:25 +09:00 |
Michael Stefaniuc
|
bcff50a9d4
|
kernel32/tests: Simplify an ok() condition (PVS-Studio).
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 22:31:25 +09:00 |
Hugh McMaster
|
0ad7a0df89
|
kernel32/tests: Add tests for the FALSE pathway of GetCurrentConsoleFont.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-26 23:03:35 +09:00 |
Sebastian Lackner
|
536d7d98fe
|
kernel32/tests: Add tests for triggering write watches in asynchronous ReadFile call.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-25 15:19:21 +09:00 |
Sebastian Lackner
|
8a33dd43f6
|
ntdll: Do not check if object was signaled after user APC in server_select.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-23 13:21:10 +09:00 |
Sebastian Lackner
|
49dd5577eb
|
kernel32/tests: Add test to show that multiple user APCs are processed at once.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-23 13:21:07 +09:00 |
Sebastian Lackner
|
646888ec79
|
kernel32/tests: Remove unnecessary busy loop (PVS-Studio).
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-21 19:19:08 +09:00 |
Sebastian Lackner
|
966827bbc1
|
kernel32: Implement stub for GetPhysicallyInstalledSystemMemory.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:39 +09:00 |
Sebastian Lackner
|
16a97953c0
|
kernel32/tests: Add tests for GetPhysicallyInstalledSystemMemory.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:39 +09:00 |
Sebastian Lackner
|
d94a6c770a
|
kernel32/tests: Add test to demonstrate a bug related to alertable waits.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-09 14:02:40 +09:00 |
Jacek Caban
|
e4e1b89732
|
kernel32: Added session id tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 21:32:47 +09:00 |
Charles Davis
|
3eb8e325b8
|
kernel32/tests: Use a volatile pointer to cause a crash in the debugger tests. (Clang).
Signed-off-by: Charles Davis <cdavis5x@gmail.com>
|
2015-10-07 21:28:55 +09:00 |
Michael Müller
|
00d966cd3a
|
ntdll: Return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for prefix-only paths.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
Michael Müller
|
e0bbfc3503
|
kernel32/tests: Add additional tests for GetFileAttributesExW.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
Michael Müller
|
9d58aac467
|
kernel32: Implement Set/GetThreadGroupAffinity and add tests.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
André Hentschel
|
774efacbec
|
kernel32/tests: Don't test for the exact process count.
|
2015-09-25 20:59:35 +02:00 |
Nikolay Sivov
|
a7e294c064
|
libwine: Fix double byte default char initialization.
|
2015-09-11 20:58:04 +09:00 |
Thomas Faller
|
98aa8528d5
|
kernel32/tests: Fix uninitialized memory of a test case.
|
2015-09-08 14:48:27 +09:00 |
Thomas Faber
|
9165dbbffc
|
kernel32/tests: Run test_thread_fpu_cw on x86 MSVC builds.
|
2015-09-02 14:54:22 +09:00 |
Daniel Lehman
|
72922cd1ea
|
kernel32/tests: Add tests for Invariant.
|
2015-08-28 13:13:46 +09:00 |
Daniel Lehman
|
043c0c6c5a
|
kernel32: Add Invariant string table.
|
2015-08-27 14:27:50 +09:00 |
Daniel Lehman
|
5bf1423c2c
|
kernel32: Return LOCALE_INVARIANT from ConvertDefaultLocale.
|
2015-08-25 17:41:35 +09:00 |
Dmitry Timoshkov
|
0a2ef17620
|
kernel32/tests: Avoid intermittent test failures.
|
2015-08-24 18:41:36 +09:00 |
Nikolay Sivov
|
cc2bc84d14
|
kernel32/tests: Fix GetGeoInfo() test failure on Win10.
|
2015-08-24 14:42:00 +09:00 |
Dmitry Timoshkov
|
3bed65b5a9
|
server: For querying thread information demand THREAD_QUERY_LIMITED_INFORMATION access.
|
2015-08-21 14:35:04 +09:00 |
Dmitry Timoshkov
|
1d2241eca3
|
server: For querying process information demand PROCESS_QUERY_LIMITED_INFORMATION access.
|
2015-08-21 14:35:01 +09:00 |
Dmitry Timoshkov
|
8738cea7de
|
kernel32/tests: Add some tests for THREAD_QUERY_LIMITED_INFORMATION.
|
2015-08-20 16:32:53 +09:00 |
Dmitry Timoshkov
|
49f43c39fd
|
kernel32/tests: Add some tests for PROCESS_QUERY_LIMITED_INFORMATION.
|
2015-08-20 14:33:16 +09:00 |
Dmitry Timoshkov
|
27664e3c59
|
kernel32/tests: Fix compilation with PSDK.
|
2015-08-20 14:33:10 +09:00 |
Sebastian Lackner
|
0fabfe7d6b
|
server: Add support for setting file disposition information.
Based on a patch by Dmitry Timoshkov.
|
2015-08-19 20:19:57 +09:00 |