Michael Stefaniuc
|
8ddaf6cc21
|
ntdll/tests: Win64 printf format warning fixes.
|
2006-10-14 20:17:34 +02:00 |
Ge van Geldorp
|
d642e11438
|
winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
|
2006-10-11 12:12:21 +02:00 |
Marcus Meissner
|
ef5f360163
|
ntdll: More tests for exception handling.
- Check if we really set the debug register.
- Added unaligned access exception check.
- Added single step exception check.
|
2006-10-03 20:20:40 +02:00 |
Francois Gouget
|
17aa2c82d2
|
Add missing '\n's to ok() calls.
|
2006-10-03 15:56:16 +02:00 |
Dmitry Timoshkov
|
66da242bfe
|
ntdll: Make test_debug_regs() print the actual Dr7 value it got.
|
2006-10-03 15:56:07 +02:00 |
Peter Oberndorfer
|
78f6032264
|
ntdll: Add a test for NtReadVirtualMemory.
|
2006-10-02 21:37:22 +02:00 |
Marcus Meissner
|
3a6d53e5d0
|
ntdll: Added debug registers test case.
|
2006-10-02 14:25:17 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Paul Vriens
|
e94df274ce
|
ntdll: Fixed conditional expression (Coverity).
|
2006-09-20 20:03:27 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Stefan Leichter
|
97f85e497a
|
ntdll/tests: Print 64bit integers as two 32 bit integers.
|
2006-09-08 12:47:11 +02:00 |
Stefan Leichter
|
0e592aa9bd
|
ntdll/tests: Print 64bit integers as two 32 bit integers.
|
2006-08-23 12:00:15 +02:00 |
Paul Vriens
|
54f18be44d
|
ntdll: Fix failing test on windows.
|
2006-08-18 20:56:19 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Paul Vriens
|
b872d83115
|
ntdll/tests: Added some NULL testing.
|
2006-07-10 11:53:31 +02:00 |
Paul Vriens
|
8a42a8c11a
|
ntdll: Fix return codes for NtCreateKey (with tests).
|
2006-06-30 20:43:41 +02:00 |
Vitaliy Margolen
|
27e3b82d49
|
ntdll: Fix 2 failing test on native. Change Wine accordingly.
|
2006-06-27 11:50:08 +02:00 |
Alexandre Julliard
|
cba2c84741
|
ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings.
|
2006-06-13 14:03:19 +02:00 |
Alexandre Julliard
|
8e5eaaad1b
|
ntdll/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
|
2006-06-13 13:57:40 +02:00 |
Alexandre Julliard
|
23f9e358ad
|
Tests should not use wine/unicode.h.
|
2006-05-24 18:05:09 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Paul Vriens
|
c2a2687dd8
|
ntdll/tests: Don't fail if a process is not available.
|
2006-05-17 10:42:04 +02:00 |
Stefan Leichter
|
5996ef7f8e
|
ntdll: Fix endless loop in port test for users without admin rights.
|
2006-05-15 11:47:32 +02:00 |
James Hawkins
|
86a32784e2
|
ntdll: Add initial tests for the NT Ports API.
|
2006-05-10 19:37:10 +02:00 |
Hans Leidekker
|
ec6a5175b4
|
ntdll: The closing brace of a guid string is at index 37.
|
2006-04-10 12:22:16 +02:00 |
Aric Stewart
|
d7187d79bd
|
ntdll: gcc 2.95 compile fixes.
|
2006-02-10 14:54:04 +01:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Mike McCormack
|
bad5f92f54
|
ntdll: Add some more tests for NtNotifyChangeDirectoryFile.
|
2006-02-06 11:59:01 +01:00 |
Eric Pouech
|
dccd41a88a
|
kernel: Fixed regression in atom handling.
Added proper tests (local & global functions).
|
2006-02-06 11:26:57 +01:00 |
Eric Pouech
|
e0cffe355f
|
Fix a couple of bugs spotted by valgrind.
|
2006-01-27 16:18:05 +01:00 |
Alexandre Julliard
|
8b0feb253b
|
server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE
access instead of on the FILE_DELETE_ON_CLOSE flag (based on a patch
by Mike McCormack).
|
2006-01-27 15:50:38 +01:00 |
Mike McCormack
|
08351071fd
|
server: Fix the file notification interface to use directory handles.
|
2006-01-27 12:13:56 +01:00 |
Mike McCormack
|
2e32a425db
|
ntdll: Add a test for NtNotifyChangeDirectoryFile.
|
2006-01-17 13:13:29 +01:00 |
Detlef Riekenberg
|
1be185f76e
|
ntdll/tests: Skip tests if NtCurrentTeb doesn't exist.
|
2006-01-12 13:29:49 +01:00 |
Eric Pouech
|
b7607aebdc
|
ntdll: Correct implementation for atom query functions.
|
2006-01-03 17:34:43 +01:00 |
Alexandre Julliard
|
f54a59c072
|
ntdll/tests: Try to fail more gracefully on win9x.
Link to NtCurrentTeb dynamically.
|
2005-12-31 13:24:02 +01:00 |
Alexandre Julliard
|
07f84d0458
|
ntdll: More compatible exception information for protection faults.
Added a bunch of test cases.
|
2005-12-16 16:27:39 +01:00 |
Vitaliy Margolen
|
babfa79436
|
Move named pipe objects into directory name space.
Change tests accordingly.
Add small test for WaitNamedPipe.
|
2005-12-05 13:09:35 +01:00 |
Vitaliy Margolen
|
f676bc8d85
|
Move event and mutex objects into directory name space.
|
2005-12-02 15:55:48 +01:00 |
Vitaliy Margolen
|
80444dfe51
|
Implement symbolic link object in wineserver.
Implement Nt[Create|Open|Query]SymbolicLinkObject.
Change tests accordingly.
|
2005-11-30 19:22:57 +01:00 |
Vitaliy Margolen
|
3c6bdcce53
|
Implement directory object in wineserver.
Implement Nt[Create|Open]DirectoryObject.
Change tests accordingly.
|
2005-11-29 17:21:05 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Vitaliy Margolen
|
893987b871
|
Return correct error on name collision when creating new named
objects.
Check for correct error in affected places.
|
2005-11-21 16:27:03 +00:00 |
Vitaliy Margolen
|
6d905e81e1
|
More Object Manager tests.
|
2005-11-21 15:18:10 +00:00 |
Dmitry Timoshkov
|
adf48a3cc7
|
Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
|
2005-11-15 12:03:46 +00:00 |
Vitaliy Margolen
|
f2686d4620
|
Fix error returned when opening nonexistent pipes.
|
2005-11-02 14:15:09 +00:00 |
Vitaliy Margolen
|
ecca104869
|
Fix error returned when exceeding allowed instances.
|
2005-11-01 21:37:30 +00:00 |