Qian Hong
|
bdc223ad39
|
server: Fix type name of IoCompletion.
|
2015-06-05 14:32:15 +09:00 |
Qian Hong
|
7a7fc1e604
|
ntdll/tests: Add a few more ObjectTypeInformation tests.
|
2015-06-05 14:32:11 +09:00 |
Qian Hong
|
71080cc081
|
ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.
|
2015-06-05 14:32:01 +09:00 |
Sebastian Lackner
|
d6a044c86a
|
ntdll/tests: Don't call lstrlenW on non-null-terminated buffer.
|
2015-06-05 14:11:10 +09:00 |
Jactry Zeng
|
c9e1b6fb57
|
ntdll/tests: Test opening a directory with NULL ObjectName.
|
2015-05-27 17:13:08 +09:00 |
Alexandre Julliard
|
950c82094b
|
ntdll: Add support for file I/O on device files.
|
2015-05-21 17:38:04 +09:00 |
Alexandre Julliard
|
c0ac2afb19
|
server: Create the null device and its symlink.
|
2015-05-21 17:24:34 +09:00 |
Matteo Bruni
|
cb5c92f33c
|
ntdll/tests: Add a test for filename casing with NtQueryDirectoryFile().
|
2015-05-20 17:32:19 +09:00 |
Alexandre Julliard
|
871ab51233
|
ntdll/tests: Use the correct flags for NtOpenFile.
|
2015-05-18 17:50:22 +09:00 |
Sebastian Lackner
|
b3913c4f77
|
ntdll/tests: Add tests for accessing \\Device\\Null.
|
2015-05-18 17:42:46 +09:00 |
Huw Davies
|
d6d703b592
|
ntdll/tests: Fix incorrect prototype.
|
2015-05-15 21:58:06 +09:00 |
Huw Davies
|
14c53a5863
|
ntdll/tests: Wait for pending file operations to complete.
|
2015-05-14 20:06:06 +09:00 |
Qian Hong
|
ac86cb9eba
|
ntdll/tests: Fixed typo.
|
2015-05-08 14:54:52 +09:00 |
Alexandre Julliard
|
193667ecd7
|
ntdll: Fix handling of async cancellation for directory changes.
|
2015-05-07 16:02:26 +09:00 |
Alexandre Julliard
|
38b7c8839c
|
ntdll: Don't run user APCs in NtCancelIoFile.
|
2015-05-07 15:38:57 +09:00 |
Sebastian Lackner
|
e40e5661ee
|
ntdll/tests: Add/remove todo_wine to avoid test failures.
|
2015-05-07 14:55:25 +09:00 |
Thomas Faber
|
3d9693fa61
|
ntdll/tests: Avoid printing an unterminated string (DPH).
|
2015-04-24 14:30:04 +09:00 |
Jianqiu Zhang
|
4c41f2bb52
|
ntdll/tests: Add test for FileFsFullSizeInformation.
|
2015-04-23 20:43:19 +09:00 |
Thomas Faber
|
bb781b4468
|
ntdll/tests: Ensure 4-byte alignment for ATOM_BASIC_INFORMATION.
|
2015-04-22 14:00:48 +09:00 |
Francois Gouget
|
f505e6fb4a
|
Assorted spelling fixes.
|
2015-03-19 21:54:14 +09:00 |
Francois Gouget
|
872e96fc4e
|
ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-03-16 15:04:52 +09:00 |
Sebastian Lackner
|
2daca626d4
|
ntdll: Implement [Nt|Zw]QueryLicenseValue.
|
2015-03-13 21:53:25 +09:00 |
Sebastian Lackner
|
b282a937e2
|
ntdll/tests: Add tests for TpSimpleTryPost function.
|
2015-03-03 17:11:25 +09:00 |
Sebastian Lackner
|
d336f1fe68
|
ntdll/tests: Add tests for NtQueryLicenseKey.
|
2015-03-03 17:10:37 +09:00 |
Michael Stefaniuc
|
52e665a3bd
|
ntdll/tests: Remove unused assigments (PVS-Studio).
|
2015-01-19 14:31:25 +01:00 |
Qian Hong
|
d45bda3014
|
ntdll: Fixed buffer size checking for ProcessWow64Information on 64bit in NtQueryInformationProcess.
|
2015-01-15 11:39:42 +01:00 |
Sebastian Lackner
|
275ee4b376
|
ntdll: Implement Rtl[Add|Remove]VectoredContinueHandler semi-stubs.
|
2014-11-14 14:16:30 +09:00 |
Sebastian Lackner
|
009b6a25bb
|
ntdll/tests: Add basic tests for Rtl[Add|Remove]VectoredContinueHandler.
|
2014-11-14 14:16:27 +09:00 |
André Hentschel
|
8fd7c73a2b
|
ntdll/tests: Get rid of "defined but not used" warnings on non-x86(_64) platforms.
|
2014-11-13 18:46:38 +09:00 |
André Hentschel
|
d978dcedd5
|
ntdll/tests: Clarify ok() conditions (PVS-Studio).
|
2014-11-11 14:21:31 +09:00 |
Akihiro Sagawa
|
e94d2e0459
|
server: KeyNameInformation returns the full name of the key.
|
2014-10-15 22:01:59 +09:00 |
Akihiro Sagawa
|
e47ff90659
|
ntdll/tests: Add KeyNameInformation tests.
|
2014-09-29 17:48:30 +02:00 |
Akihiro Sagawa
|
2be3df3c32
|
ntdll/tests: Remove duplicated entry.
|
2014-09-29 17:48:25 +02:00 |
Sebastian Lackner
|
b765561b49
|
ntdll/tests: Add tests for FILE_PIPE_INFORMATION.
Based on a patch by Adam Martinson.
|
2014-08-21 18:02:27 +02:00 |
Thomas Faber
|
b4c96633ea
|
include: Correctly spell STATUS_SMI_PRIMITIVE_INSTALLER_FAILED.
|
2014-07-23 21:24:24 +02:00 |
Sebastian Lackner
|
9d82ee5cac
|
ntdll/tests: Add tests for DBG_RIPEXCEPTION debugger events.
|
2014-06-23 11:06:00 +02:00 |
Sebastian Lackner
|
99ac786c69
|
ntdll/tests: Add more tests for debug string events.
This patch adds additional tests, to check how debuggers handle
OUTPUT_DEBUG_STRING_EVENT events.
|
2014-06-20 16:30:57 +02:00 |
Sebastian Lackner
|
457f6af057
|
ntdll/tests: Run crashing i386 exception tests as the last step.
|
2014-06-20 12:20:25 +02:00 |
Sebastian Lackner
|
3aa62498da
|
ntdll/tests: Use an EXCEPTION_REGISTRATION_RECORD array to prevent compiler from reordering variables.
|
2014-06-20 12:19:53 +02:00 |
Sebastian Lackner
|
0828715179
|
ntdll/tests: Add exception tests for RtlUnwind on i386.
|
2014-06-19 19:44:34 +02:00 |
Sebastian Lackner
|
1b3d67aace
|
kernel32: Raise DBG_PRINTEXCEPTION_C exception in OutputDebugStringA.
|
2014-06-17 10:58:28 +02:00 |
Sebastian Lackner
|
dd0e9fe91e
|
ntdll/tests: Fix exception test failures on x86_64.
|
2014-06-11 19:15:01 +02:00 |
Nikolay Sivov
|
5a8d73283c
|
ntdll: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit.
|
2014-06-11 13:05:39 +02:00 |
Nikolay Sivov
|
97e2af1f73
|
ntdll: Implement non-blocking mode for LdrLockLoaderLock().
|
2014-05-16 10:52:52 +02:00 |
Nikolay Sivov
|
0563c78cb6
|
ntdll/tests: Fix some string leaks (Valgrind).
|
2014-05-06 13:47:01 +02:00 |
Thomas Faber
|
2d80ef28d0
|
ntdll/tests: Add tests for RtlUTF8ToUnicodeN.
|
2014-04-09 17:31:03 +02:00 |
Thomas Faber
|
9694360a27
|
ntdll/tests: Add tests for RtlUnicodeToUTF8N.
|
2014-04-09 17:28:37 +02:00 |
Sebastian Lackner
|
7821be356d
|
ntdll/tests: Add tests for dynamic unwind table.
|
2014-04-08 19:23:19 +02:00 |
Dmitry Timoshkov
|
d5fd04f2f0
|
ntdll/tests: Always wait until the operation completes if returned status is STATUS_PENDING.
|
2014-03-21 14:14:42 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Alexandre Julliard
|
406587898f
|
ntdll/tests: Fix a test that fails on Win2k.
|
2014-01-09 17:39:51 +01:00 |
André Hentschel
|
87c7c961f2
|
Assorted spelling fixes.
|
2014-01-06 17:33:24 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Frédéric Delanoy
|
1181c850dd
|
ntdll/tests: Constify a character string.
|
2013-12-27 14:31:53 +01:00 |
Sebastian Lackner
|
09bb38d12b
|
ntdll/tests: Add test for _snprintf.
|
2013-12-23 18:39:55 +01:00 |
André Hentschel
|
51ec8af230
|
ntdll/tests: Add ARM support for map protection tests.
|
2013-12-10 12:20:36 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
André Hentschel
|
6c140786e7
|
ntdll/tests: Mark win8 behaviour as failing.
|
2013-11-14 10:35:16 +01:00 |
André Hentschel
|
a160a65317
|
ntdll: Enable compilation with -D__WINESRC__.
|
2013-11-06 12:01:53 +01:00 |
André Hentschel
|
94d8e3ab68
|
tools/winapi: Remove PCTSTR, PTSTR and TCHAR from the list of tested types.
|
2013-11-06 12:01:52 +01:00 |
Dmitry Timoshkov
|
60ef62c8c2
|
ntdll: NtReadFile should update io status block on EOF for a synchronous read.
|
2013-10-31 16:52:48 +01:00 |
Dmitry Timoshkov
|
a5e80b2d60
|
ntdll: NtReadFile should not fail for 0-length reads at EOF.
|
2013-10-31 16:18:33 +01:00 |
Frédéric Delanoy
|
81b181fe72
|
ntdll/tests: Use BOOL type where appropriate.
|
2013-10-29 10:22:15 +01:00 |
Dmitry Timoshkov
|
3a41ebfbf2
|
ntdll/tests: Add tests for reading 0 bytes at end of file.
|
2013-10-29 10:21:41 +01:00 |
Alexandre Julliard
|
63092712c9
|
ntdll/tests: Skip test if LdrAddRefDll is missing.
|
2013-10-15 18:37:05 +02:00 |
Francois Gouget
|
4db9cd5f21
|
ntdll/tests: Fix compilation on systems that don't support nameless unions.
|
2013-10-15 14:28:20 +02:00 |
Nikolay Sivov
|
146ff49161
|
ntdll: Support pinning module refcount with LdrAddRefDll().
|
2013-10-14 10:49:44 +02:00 |
Dmitry Timoshkov
|
49d0e64f88
|
kernel32: The return and last error values set by ReadFile on EOF depend on whether overlapped pointer was passed in.
|
2013-10-11 12:45:06 +02:00 |
Dmitry Timoshkov
|
fa2ca8f6b4
|
ntdll/tests: Add more tests for reading beyond EOF.
|
2013-10-11 12:45:06 +02:00 |
Dmitry Timoshkov
|
3cae528eef
|
ntdll: Offset -1 (FILE_WRITE_TO_END_OF_FILE) is supposed to work in NtWriteFile for disk files in overlapped mode.
|
2013-10-09 16:11:33 +02:00 |
Dmitry Timoshkov
|
1670c7f9a6
|
ntdll/tests: Accept previously declared behaviour of overlapped IO as broken.
It highly depends on Windows version and updates/SP installed.
|
2013-10-07 14:44:35 +02:00 |
Dmitry Timoshkov
|
aa8546ecc2
|
ntdll: Add support for FILE_APPEND_DATA to NtWriteFile.
|
2013-10-07 14:44:35 +02:00 |
Dmitry Timoshkov
|
ae3c49d841
|
ntdll/tests: Add a test for file position after NtWriteFile in FILE_APPEND_DATA mode.
|
2013-10-07 14:44:35 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Nikolay Sivov
|
437c84655a
|
ntdll/tests: Add proper skips in tests.
|
2013-09-27 10:42:12 +02:00 |
Dmitry Timoshkov
|
4544826291
|
ntdll/tests: Use official path for temporary files instead of current directory.
|
2013-09-24 20:42:35 +02:00 |
Dmitry Timoshkov
|
ab8d704e24
|
ntdll/tests: Extend the FILE_APPEND_DATA test.
|
2013-09-23 11:49:55 +02:00 |
Dmitry Timoshkov
|
b4ab43b3de
|
kernel32: Remove a 0-length read optimization from ReadFile.
|
2013-09-20 11:11:47 +02:00 |
Dmitry Timoshkov
|
d6900fc556
|
ntdll/tests: Add 0-length read tests for a disk file.
|
2013-09-20 11:11:00 +02:00 |
Dmitry Timoshkov
|
9e50cc540a
|
ntdll: NtWriteFile should fail for overlapped IO on files if offset is negative.
|
2013-09-13 10:56:10 +02:00 |
Dmitry Timoshkov
|
ea7f9737bd
|
ntdll: Add support to NtWriteFile for special offset -1.
|
2013-09-11 20:33:22 +02:00 |
Thomas Faber
|
d518ce7ea2
|
ntdll/tests: Use correct prototype for RtlCreateUnicodeString[FromAsciiz].
|
2013-09-11 16:08:09 +02:00 |
Dmitry Timoshkov
|
a4ec059354
|
ntdll/tests: Add some tests for negative file offsets.
|
2013-09-06 12:03:55 +02:00 |
Dmitry Timoshkov
|
d37fac0519
|
ntdll: NtWriteFile should fail for overlapped IO on files if offset is NULL.
|
2013-09-04 17:56:50 +02:00 |
Alexandre Julliard
|
af89610364
|
kernel32/tests: Add more tests for the InitOnce functions.
|
2013-08-28 16:14:34 +02:00 |
Alexandre Julliard
|
54017b0fac
|
ntdll/tests: Add a number of tests for keyed events.
|
2013-08-28 11:04:06 +02:00 |
Andrew Cook
|
cdfee68be1
|
ntdll: Implement NtQueryEvent.
|
2013-08-26 14:27:56 +02:00 |
Dmitry Timoshkov
|
0b4c9cb533
|
server: Store full-sized completion information on the server side.
|
2013-08-23 20:15:43 +02:00 |
Dmitry Timoshkov
|
42cad0ebb1
|
ntdll/tests: Use WAIT_OBJECT_0 instead of 0.
|
2013-08-23 10:42:39 +02:00 |
Dmitry Timoshkov
|
b126d7c7ce
|
ntdll/tests: Fix one more place regarding temp path usage.
|
2013-08-23 10:42:36 +02:00 |
Dmitry Timoshkov
|
8eb9ffb3fa
|
ntdll/tests: Mark the NtReadFile call which doesn't return STATUS_PENDING for an overlapped IO call as broken, and don't test returned values in broken case.
|
2013-08-23 10:42:21 +02:00 |
Dmitry Timoshkov
|
49e31d29ca
|
ntdll/tests: Add some tests for FILE_USE_FILE_POINTER_POSITION.
|
2013-08-23 10:42:16 +02:00 |
Dmitry Timoshkov
|
aa14c2daa5
|
ntdll/tests: Add the tests for some error cases.
|
2013-08-21 13:08:35 +02:00 |
Dmitry Timoshkov
|
8ec8d70ada
|
ntdll/tests: Use NtWriteFile instead of WriteFile in order to detect broken overlapped IO implementation.
|
2013-08-21 13:08:35 +02:00 |
Dmitry Timoshkov
|
b45ec4607b
|
ntdll/tests: Fix the typos.
|
2013-08-21 13:08:35 +02:00 |
Dmitry Timoshkov
|
fbe4012eaf
|
ntdll/tests: Add a bunch of overlapped IO tests for files.
|
2013-08-20 20:52:18 +02:00 |
Dmitry Timoshkov
|
fca3231914
|
ntdll/tests: Use official path for temporary files instead of current directory.
|
2013-08-20 20:52:18 +02:00 |
Dmitry Timoshkov
|
87db683aad
|
ntdll/tests: Check WriteFile return values.
|
2013-08-20 20:52:18 +02:00 |
Dmitry Timoshkov
|
7cab2e99c3
|
ntdll: Last parameter of NtSetIoCompletion is 64-bit on 64-bit platforms.
|
2013-08-20 20:52:18 +02:00 |
Francois Gouget
|
1dbc3d0924
|
ntdll/tests: Add a trailing '\n' to an ok() call.
|
2013-08-19 12:53:20 +02:00 |