Alexandre Julliard
|
c03917c173
|
Define _WIN32_WINNT before including any headers.
|
2008-12-04 12:10:16 +01:00 |
Jeff Zaroyko
|
afce615830
|
wineserver: Don't use O_CREAT and O_EXCL when attempting to open directories.
|
2008-12-03 09:58:21 +01:00 |
Jeff Zaroyko
|
f8b5aa34dc
|
kernel32: Add a test for CreateFile when using OPEN_ALWAYS on directories.
|
2008-12-03 09:57:52 +01:00 |
Alexandre Julliard
|
0d6415df16
|
kernel32/tests: Allow up to 2 seconds of difference in timestamps.
|
2008-11-18 13:52:25 +01:00 |
Alexandre Julliard
|
16feb03778
|
kernel32/tests: Fix the file test on various Windows versions.
|
2008-11-14 13:30:16 +01:00 |
Paul Vriens
|
5b83196484
|
kernel32/tests: Free memory after use.
|
2008-10-21 11:43:18 +02:00 |
Paul Vriens
|
7cb7c14476
|
kernel32/tests: Make sure we can remove a test directory.
|
2008-09-22 12:16:07 +02:00 |
Paul Vriens
|
e23904ceb9
|
kernel32/tests: Fix tests on NT4.
|
2008-09-22 12:16:00 +02:00 |
Jeff Zaroyko
|
22a33168c9
|
kernel32: Modify DeleteFileW to fail on directories.
|
2008-09-18 12:32:57 +02:00 |
Alexandre Julliard
|
9f0773587b
|
kernel32/tests: Fix a test on win9x.
|
2008-09-16 22:36:04 +02:00 |
Alexandre Julliard
|
f0bf098e16
|
kernel32/tests: Fix the async I/O test to handle errors properly.
|
2008-09-11 13:49:16 +02:00 |
Francois Gouget
|
d8914673ba
|
kernel32/tests: Add a trailing '\n' to an ok() call.
|
2008-09-05 13:39:13 +02:00 |
Jeff Zaroyko
|
1b5873accc
|
kernel32: Add some tests for DeleteFile.
|
2008-09-03 14:21:44 +02:00 |
Paul Vriens
|
ac07480fab
|
kernel32/tests: Use a file that is available on all platforms.
|
2008-08-26 10:57:05 +02:00 |
Paul Vriens
|
920c1fc77a
|
kernel32/tests: Fix two failures on win9x.
|
2008-08-26 10:56:58 +02:00 |
James Hawkins
|
c737542782
|
kernel32: Fix test failures because of a broken ReplaceFile in win2k.
|
2008-07-02 12:05:34 +02:00 |
Paul Vriens
|
8fb9503c6d
|
kernel32/tests: Skip tests if function is not implemented.
|
2008-06-13 12:07:49 +02:00 |
Paul Vriens
|
e7f5c45cf9
|
kernel32/tests: Fix a few typos.
|
2008-06-13 12:07:43 +02:00 |
Paul Vriens
|
fc82d8c221
|
kernel32/tests: ReplaceFile[AW] doesn't exist on win9x.
|
2008-02-13 16:41:54 +01:00 |
Erich Hoover
|
664c68a2c9
|
kernel32: Add tests for ReplaceFileA and ReplaceFileW.
|
2008-02-12 23:03:37 +01:00 |
Francois Gouget
|
8ee430d146
|
kernel32/tests: Get the test to run on Windows 95.
|
2007-12-10 12:06:01 +01:00 |
Francois Gouget
|
c43f61461f
|
kernel32/tests: dll_capable() makes no sense since it's only used on APIs we link with. So remove it.
|
2007-12-10 12:05:55 +01:00 |
Dmitry Timoshkov
|
d1a3025826
|
kernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED to prevent a test failure under Windows.
|
2007-11-16 12:33:24 +01:00 |
Dmitry Timoshkov
|
07efb2740b
|
kernel32: Set last error to ERROR_ALREADY_EXISTS if CreateFile succeeds and file existed before for CREATE_ALWAYS and OPEN_ALWAYS.
|
2007-11-16 12:33:18 +01:00 |
Mikolaj Zalewski
|
25e15ddb51
|
kernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.
|
2007-10-19 12:26:49 +02:00 |
Alexandre Julliard
|
35ef5df76c
|
kernel32: Rewrite GetOverlappedResult for the new async I/O behavior.
|
2007-06-04 23:03:15 +02:00 |
Jason Edmeades
|
9d00aeafd7
|
kernel32/tests: Show wrong behaviour with current directory.
|
2007-03-05 12:59:19 +01:00 |
Dmitry Timoshkov
|
67568764e5
|
kernel32: Print more information about the reason of a test failure.
|
2007-01-08 12:52:52 +01:00 |
Dmitry Timoshkov
|
1e7ba7c2ce
|
kernel32: Fix the file sharing test to pass cleanly under XP and Win9x.
|
2007-01-08 12:52:46 +01:00 |
Francois Gouget
|
9299c4985e
|
kernel32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2007-01-08 12:09:07 +01:00 |
Alexandre Julliard
|
7cd9400b80
|
kernel32/tests: Added test case for . and .. directory entries.
|
2006-12-01 13:11:53 +01:00 |
Alexandre Julliard
|
98a3912e9f
|
kernel32: Fixed behavior of FindFirstFile for DOS devices.
|
2006-10-31 12:05:19 +01:00 |
Michael Stefaniuc
|
8218440c20
|
kernel32/tests: Win64 printf format warning fixes.
|
2006-10-10 16:11:27 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |