Mike Hearn
|
850dcad17d
|
Make STARTUPINFO.lpDesktop tests pass on NT.
|
2004-07-20 01:20:50 +00:00 |
Mike Hearn
|
95012151f9
|
Correct error code returned by CreateFile when given a non-existent
VxD on NT, add a test case.
|
2004-07-06 21:31:24 +00:00 |
Stefan Leichter
|
de16a00fa5
|
Fix the GetPrivateProfileIntA tests for the win9x platform.
|
2004-06-17 23:00:54 +00:00 |
Alexandre Julliard
|
9cb122c2ef
|
Added a couple of tests for SetCurrentDirectoryA.
|
2004-06-17 04:26:59 +00:00 |
Francois Gouget
|
497709b9bb
|
Assorted spelling and case fixes.
|
2004-06-15 20:26:45 +00:00 |
Dimitrie O. Paun
|
f28155de3f
|
In Win9x, {Create,Remove}Directory returns ERROR_PATH_NOT_FOUND when
given directories containing '*' or '?'.
|
2004-06-04 17:59:05 +00:00 |
Dimitrie O. Paun
|
b395a0c560
|
Win9x does not convert FIXED to MOVEABLE. It also discards locked
memory.
|
2004-06-04 17:58:49 +00:00 |
Robert Reif
|
55b57417e1
|
I got the test for failure on NT wrong in my last patch. The function
returns 0 on error and sets last error to ERROR_INVALID_FLAGS.
|
2004-06-03 23:19:27 +00:00 |
Dimitrie O. Paun
|
6e28fe7144
|
Do not fix the drive letter to 'C', it fails on other people's boxes.
|
2004-06-02 00:36:36 +00:00 |
Robert Reif
|
4751ff2b44
|
NT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip test if it returns
ERROR_INVALID_FLAGS.
|
2004-05-30 03:11:24 +00:00 |
Dmitry Timoshkov
|
b6dae78bac
|
Avoid a failure under Win9x.
|
2004-05-25 00:20:50 +00:00 |
Dmitry Timoshkov
|
d8a59cdfd5
|
Explicitly specify name of the pipe in the pipe test.
|
2004-05-24 19:06:52 +00:00 |
Dmitry Timoshkov
|
8811628cff
|
Add a test for opening an already opened file for writing in a not
compatible sharing mode.
|
2004-05-22 03:14:17 +00:00 |
Alexandre Julliard
|
eb04fd22f8
|
Converted the memory views list to use the standard functions from
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.
|
2004-05-21 20:58:44 +00:00 |
Alexandre Julliard
|
16fe224275
|
Don't use the Wine debug functions.
Fixed wrong A/W length checks.
|
2004-05-20 01:19:05 +00:00 |
Eric Pouech
|
df93f2eeee
|
GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
|
2004-05-19 03:22:55 +00:00 |
Alexandre Julliard
|
3c3d23063c
|
Fixed some of the GetShortPathName tests to use the short version of
the current directory where needed.
|
2004-05-14 04:55:28 +00:00 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Alexandre Julliard
|
db50578ddc
|
Avoid killing threads with TerminateThread, this can cause deadlocks.
|
2004-05-04 00:43:46 +00:00 |
Alexandre Julliard
|
a11b2bbafb
|
Updated the auto-generated tests.
|
2004-05-04 00:41:11 +00:00 |
Jakob Eriksson
|
7874ce53bd
|
Prevent from crashing/hanging in Windows 95 OSR2.
|
2004-05-03 20:07:24 +00:00 |
Jakob Eriksson
|
c49b9485df
|
Fixed tests to succeed on all Windows versions.
|
2004-04-28 03:52:02 +00:00 |
Alexandre Julliard
|
115862146a
|
Removed todo_wine from some tests that succeed now.
|
2004-04-27 02:27:47 +00:00 |
Duane Clark
|
d6c537b43c
|
Add testing of PeekNamedPipe, multiple writes, and message mode.
|
2004-04-26 23:30:51 +00:00 |
Jakob Eriksson
|
960104b249
|
When the Windows directory was something else than C:\WINDOWS
test_GetTempFileNameA() failed.
|
2004-04-22 23:44:14 +00:00 |
Francois Gouget
|
52c0832161
|
Make Unicode strings static const.
|
2004-04-20 01:12:17 +00:00 |
Alexandre Julliard
|
743997fa38
|
Replace the get_file_info request by an fstat() on the client side.
|
2004-04-08 04:39:59 +00:00 |
Lionel Ulmer
|
91d63c0cb6
|
Add better NULL checks to lstrcmp[i](A/W) functions.
|
2004-04-05 20:14:33 +00:00 |
Alexandre Julliard
|
c4c4da4e07
|
Reimplemented DeleteFile by using CreateFile with
FILE_FLAG_DELETE_ON_CLOSE. Added/fixed a few tests.
|
2004-04-03 00:05:24 +00:00 |
Alexandre Julliard
|
74bd1e47ed
|
Check file sharing permissions based on the file inode instead of the
file name.
Added regression test for sharing permissions.
|
2004-03-27 20:48:42 +00:00 |
Uwe Bonnes
|
bb2724eaba
|
Added tests for time functions.
|
2004-03-22 21:12:02 +00:00 |
Alexandre Julliard
|
8f032165c4
|
Reimplemented FindFirstFile/FindNextFile on top of
NtQueryDirectoryFile.
|
2004-03-17 20:57:09 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Dmitry Timoshkov
|
d40ec6f8a2
|
Fix a couple of copy/paste errors.
|
2004-02-10 20:07:56 +00:00 |
Francois Gouget
|
ad5ff7ceeb
|
Assorted spelling and case fixes.
|
2004-02-09 22:07:42 +00:00 |
Dmitry Timoshkov
|
f323d5d31b
|
Add a test case for Virtual* APIs, fix a few bugs discovered by it.
|
2004-02-09 20:58:16 +00:00 |
Dmitry Timoshkov
|
13081af50a
|
Allow compilation with MSVC.
|
2004-02-09 20:48:12 +00:00 |
Bill Medland
|
8d94d1925d
|
Correct GetNumberFormat for negative numbers with e.g. 3 leading
digits.
|
2004-02-07 01:28:45 +00:00 |
Francois Gouget
|
afd3c257bd
|
Add trailing '\n's to ok() calls.
|
2004-02-06 05:24:34 +00:00 |
Hans Leidekker
|
ff49652ef6
|
Improved error reporting.
Add some notification types and a test.
|
2004-02-05 01:45:58 +00:00 |
Francois Gouget
|
ce7c3b50ac
|
Add trailing '\n's to ok() calls.
|
2004-01-27 20:13:03 +00:00 |
Francois Gouget
|
e18aa3f614
|
Add trailing '\n's to ok() calls.
|
2004-01-26 20:23:25 +00:00 |
Francois Gouget
|
47e116225a
|
Add trailing '\n's to ok() calls.
|
2004-01-23 20:50:35 +00:00 |
Francois Gouget
|
7494b5b980
|
Add trailing '\n's to ok() calls.
Check whether _MSC_VER is defined.
|
2004-01-23 02:11:12 +00:00 |
Francois Gouget
|
f229c911b5
|
Add trailing '\n's to ok() calls.
|
2004-01-23 02:10:33 +00:00 |
Mike Hearn
|
517248d7bc
|
- Ensure we correctly add a backslash like Windows 98/XP do.
- Generate filenames that look like Windows does (no left digit
padding).
|
2004-01-16 04:49:13 +00:00 |
Mike McCormack
|
41e25208b2
|
Preserve trailing backslashes in GetFullPathName.
|
2004-01-15 01:48:44 +00:00 |
Eric Pouech
|
9ccb73a8d7
|
Reimplemented Get{Short|Long}PathName and updated the regression
tests.
|
2004-01-15 00:20:46 +00:00 |
Mike McCormack
|
f7b47f7a5c
|
Regression test for files with zero length.
|
2004-01-09 00:34:37 +00:00 |
Francois Gouget
|
640cc3f3e1
|
Assorted spelling fixes.
|
2004-01-06 22:08:33 +00:00 |