Alexandre Julliard
|
be94563670
|
ntdll/tests: Make some variables static.
|
2010-10-01 13:37:03 +02:00 |
Reece Dunn
|
fd66d61861
|
ntdll/tests: check io.Status in the file tests.
|
2010-07-28 16:28:21 +02:00 |
Gerald Pfeifer
|
b8ee145992
|
ntdll/tests: Remove variable len which is not really used from create_file_test.
|
2010-05-05 10:52:30 +02:00 |
Michael Stefaniuc
|
ed1711ec54
|
ntdll/tests: Avoid using the 'long' types.
|
2010-04-21 11:57:33 +02:00 |
Paul Vriens
|
42094d2598
|
ntdll/tests: Prevent test failures on Windows.
|
2010-04-12 15:38:51 +02:00 |
Paul Vriens
|
a155cf5f35
|
ntdll/tests: We need a bigger buffer for NtQueryInformationFile.
|
2010-04-12 15:38:45 +02:00 |
Paul Vriens
|
3536770083
|
ntdll/tests: Enumerate one by one.
|
2010-04-12 15:38:36 +02:00 |
Paul Vriens
|
8b8d2038fb
|
ntdll/tests: Make sure we can enumerate the directory.
|
2010-04-12 15:38:27 +02:00 |
Alexandre Julliard
|
71ce9dae67
|
ntdll/tests: Don't free a string that wasn't allocated.
|
2010-03-31 16:12:26 +02:00 |
Stefan Leichter
|
324984ef02
|
ntdll/tests: Test NtCreateFile with an invalid filename.
|
2010-02-23 12:07:02 +01:00 |
Paul Vriens
|
fa2ec0f06c
|
ntdll/tests: Fix a memory leak (Valgrind).
|
2009-12-17 12:42:22 +01:00 |
Alexandre Julliard
|
6509044087
|
ntdll: Search the whole filesystem under the starting directory when opening files by id.
|
2009-12-09 23:34:45 +01:00 |
Hans Leidekker
|
84bfbf2aa8
|
ntdll/tests: Free Unicode string before reuse.
|
2009-12-09 13:50:42 +01:00 |
Alexandre Julliard
|
70c20027a9
|
ntdll/tests: Avoid size_t in traces.
|
2009-12-09 12:19:48 +01:00 |
Hans Leidekker
|
fe8f5c2232
|
ntdll/tests: Fix a memory leak.
Found by Valgrind.
|
2009-12-08 12:37:17 +01:00 |
Alexandre Julliard
|
538c8bc5e8
|
ntdll/tests: Add tests for open directories with NtCreateFile and strange options.
|
2009-12-08 12:19:05 +01:00 |
Alexandre Julliard
|
3dd6c9a6fe
|
ntdll/tests: Fix a few test failures on Windows in the open by id test.
|
2009-12-04 14:34:56 +01:00 |
Alexandre Julliard
|
8115c6243b
|
ntdll/tests: Add some tests for opening files by file id.
|
2009-12-03 10:10:06 +01:00 |
Alexandre Julliard
|
7dc1c2af52
|
ntdll: Fix test failure on recent Windows versions.
|
2009-12-03 10:08:56 +01:00 |
Alexandre Julliard
|
84b309f309
|
ntdll/tests: Add tests for opening files with a root directory handle.
|
2009-12-01 17:38:44 +01:00 |
Henri Verbeet
|
64e6e956e5
|
ntdll/tests: Add some tests for FileAllInformation name information.
This is essentially a copy of test_file_name_information().
|
2009-12-01 13:15:36 +01:00 |
Henri Verbeet
|
893b338268
|
ntdll/tests: Add a FileNameInformation test with filesystem redirection.
|
2009-11-19 12:21:57 +01:00 |
Henri Verbeet
|
832aacd866
|
ntdll/tests: Disable filesystem redirection for test_file_name_information().
Otherwise we get the syswow64 directory instead on 64-bit Windows.
|
2009-11-19 12:21:49 +01:00 |
Detlef Riekenberg
|
447e224380
|
ntdll/tests: GetVolumePathnameW is not present before w2k.
|
2009-11-13 11:52:25 +01:00 |
Henri Verbeet
|
85d93d689e
|
ntdll: Fix the FileNameInformation info size.
|
2009-11-12 15:44:15 +01:00 |
Henri Verbeet
|
4422e67126
|
ntdll/tests: Add some tests for the NtQueryInformationFile() FileNameInformation class.
|
2009-11-12 15:44:10 +01:00 |
Dan Kegel
|
46187dd609
|
ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic.
|
2009-09-25 13:51:03 +02:00 |
Paul Vriens
|
4e6db1e186
|
ntdll/tests: Fix some test failures on several platforms.
|
2009-09-11 17:00:59 +02:00 |
Dan Kegel
|
398a8ea1fe
|
ntdll: Add tests for NtQueryInformationFile.
|
2009-09-10 10:49:22 +02:00 |
Mike Kaplinskiy
|
8c0eec2c6b
|
ntdll/tests: Test NtCancelIoFile(Ex).
|
2009-08-18 12:29:53 +02:00 |
Mike Kaplinskiy
|
af25949a51
|
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
|
2009-08-18 12:29:27 +02:00 |
Mike Kaplinskiy
|
b9c3e9310a
|
ntdll/tests: Fix NtWriteFile checks.
|
2009-08-11 12:31:06 +02:00 |
Mike Kaplinskiy
|
ebc7c138e7
|
ntdll/tests: Test NtCancelIoFileEx, if present.
|
2009-08-10 13:10:37 +02:00 |
Michael Stefaniuc
|
d2f6f56873
|
ntdll: Remove superfluous pointer casts.
|
2009-03-23 12:40:53 +01:00 |
Alexandre Julliard
|
a543896382
|
ntdll/tests: Fix the async I/O test on Vista.
|
2008-09-11 14:18:46 +02:00 |
Jeff Zaroyko
|
a2022c898a
|
ntdll: Add some tests for NtDeleteFile.
|
2008-09-03 14:21:44 +02:00 |
Zac Brown
|
b483b68013
|
ntdll/tests: Actually verify right bytes received in aio test.
|
2008-06-03 11:17:36 +02:00 |
James Hawkins
|
c72f318aaa
|
ntdll: Fix a few failing tests in win2k3.
|
2008-05-13 21:08:51 +02:00 |
Maarten Lankhorst
|
b574c11582
|
ntdll: Fix file test to not free memory allocated on the stack.
|
2008-05-07 20:23:15 +02:00 |
Andrey Turkin
|
3afbee5218
|
server: Store I/O completion information in async structure.
This is to allow completions to be sent on handle close. Also this can
be helpful for AcceptEx/TransmitFile implementation.
|
2007-12-18 14:25:43 +01:00 |
Andrey Turkin
|
f1dcf4bf3a
|
server: I/O completion ports can only be used with overlapped I/O.
|
2007-12-17 11:49:32 +01:00 |
Francois Gouget
|
10e738f236
|
ntdll/tests: Fix compilation on systems that don't support nameless unions.
|
2007-11-20 16:44:58 +01:00 |
Andrey Turkin
|
7a9210fa85
|
server: Pass Information field from async I/O APCs.
|
2007-11-15 14:24:50 +01:00 |
Andrey Turkin
|
793453f768
|
ntdll: Make async i/o functions generate completion messages.
|
2007-11-15 14:23:37 +01:00 |
Andrey Turkin
|
074281ff6c
|
ntdll: Add some I/O completion tests.
|
2007-11-15 14:18:41 +01:00 |
Rob Shearman
|
6c8ed9efbe
|
ntdll: Initialise the part of the buffer to be written to a file in the file test.
|
2007-11-12 12:55:13 +01:00 |
Alexandre Julliard
|
a6ecf0a7a5
|
ntdll: Add some test cases for asynchronous I/O.
|
2007-04-09 12:23:13 +02:00 |
Francois Gouget
|
d9e8a0f63e
|
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
|
2007-03-28 12:36:13 +02:00 |
Jeff Latimer
|
8b2a86a892
|
ntdll: Test object attributes in NtCreateMailslotFile.
|
2007-02-28 13:31:26 +01:00 |
Jeff Latimer
|
74db5a192e
|
ntdll: Set default timeout in NtCreateMailslotFile if parameter is NULL.
|
2007-02-28 13:29:53 +01:00 |