Stefan Ginsberg
66bbcfb1cc
- Make advapi32 Winetest do a basic check instead of assuming that the routine won't fail
...
svn path=/trunk/; revision=38232
2008-12-21 16:29:23 +00:00
Timo Kreuzer
879c57d63c
use _wcsicmp instead of non-standard wcscmpi
...
svn path=/trunk/; revision=38216
2008-12-21 02:40:09 +00:00
Stefan Ginsberg
52eab0439a
- Hack-skip the gdi32 font test in an attempt to fix the infinite loop build server encounters
...
svn path=/trunk/; revision=38140
2008-12-17 05:46:56 +00:00
Stefan Ginsberg
a99a144adb
- Sync gdiplus Winetest too
...
svn path=/trunk/; revision=38124
2008-12-16 18:41:26 +00:00
Stefan Ginsberg
76e4f9ca92
- Hack away mru tests as Cm is broken
...
svn path=/trunk/; revision=38064
2008-12-14 00:46:06 +00:00
Timo Kreuzer
1e4507a141
fix build
...
svn path=/trunk/; revision=38049
2008-12-13 19:47:24 +00:00
Timo Kreuzer
1208ee14e8
Add 101 tests for GetSystemMetrics
...
svn path=/trunk/; revision=38046
2008-12-13 17:55:44 +00:00
Timo Kreuzer
702df456d2
Add DumpMem function to apitests lib for debugging purposes
...
svn path=/trunk/; revision=38045
2008-12-13 16:52:49 +00:00
Timo Kreuzer
4a3e577b8f
Add tests for NtGdiCombineRgn (14), NtGdiCreateCompatibleDC (4), NtGdiDoPalette (1), NtGdiFlushUserBatch (10), NtGdiPolyPolyDraw (60), NtGdiselectBitmap (4), NtGdiSelectPen (6), NtGdiSetDIBitsToDeviceInternal (2), NtUserEnumDisplayMonitors (7), NtUserGetClassInfo (15), NtUserProcessConnect (1), NtUserSelectPalette (13), NtUserSystemParametersInfo (1) (= 138 new tests)
...
svn path=/trunk/; revision=38044
2008-12-13 16:48:01 +00:00
Gregor Schneider
9bb14d43db
- Update ntdll winetests
...
- Warning: the reg test may bsod/restart your Windows system- not a problem in ros though
svn path=/trunk/; revision=38035
2008-12-12 23:42:40 +00:00
Stefan Ginsberg
8e07c62725
- Disable crashing advapi32 tests -- add print and notes
...
svn path=/trunk/; revision=37999
2008-12-10 17:32:31 +00:00
James Tabor
339bbdd5bf
- Sync to date wine AdvApi32 cross tests.
...
svn path=/trunk/; revision=37982
2008-12-09 19:26:45 +00:00
Stefan Ginsberg
e27a1b6f47
- Initialize pointer to null
...
svn path=/trunk/; revision=37978
2008-12-09 18:48:28 +00:00
Stefan Ginsberg
b87814a4c9
- Add back debug print -- build server still crashes
...
svn path=/trunk/; revision=37973
2008-12-09 17:44:27 +00:00
Stefan Ginsberg
12a6dfd816
- Revert the debug print
...
svn path=/trunk/; revision=37972
2008-12-09 16:39:33 +00:00
Stefan Ginsberg
358df6e806
- Test commit for the crash which the build server is experiencing (will be reverted)
...
svn path=/trunk/; revision=37961
2008-12-09 13:35:06 +00:00
Colin Finck
678aeae6f0
Revert r37916 and add some correct tests for WC_NO_BEST_FIT_CHARS, which pass under Windows XP SP3.
...
They show that our implementation still has some bugs here and there.
svn path=/trunk/; revision=37947
2008-12-08 22:18:50 +00:00
Dmitry Gorbachev
cdbca12bbb
Remove WINVER, committed in r37916.
...
svn path=/trunk/; revision=37920
2008-12-07 22:03:22 +00:00
Dmitry Gorbachev
a6d6868c53
Use WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte(). Bug #3903 .
...
svn path=/trunk/; revision=37916
2008-12-07 21:46:16 +00:00
Dmitry Chapyshev
6bf0881196
- Sync gdiplus wine tests
...
svn path=/trunk/; revision=37883
2008-12-06 09:26:52 +00:00
Stefan Ginsberg
3dd74720b7
- STDCALL strikes back
...
svn path=/trunk/; revision=37751
2008-11-29 21:42:41 +00:00
Stefan Ginsberg
a153517e86
- Hey STDCALL, you just got deprecated from rostests
...
svn path=/trunk/; revision=37750
2008-11-29 21:37:54 +00:00
Gregor Schneider
67ac3637f8
Update msvcrt winetest, test_codepage still disabled as before
...
svn path=/trunk/; revision=37736
2008-11-29 19:18:59 +00:00
Kamil Hornicek
acffd663c1
- update user32 winetest
...
svn path=/trunk/; revision=37702
2008-11-28 12:02:57 +00:00
Gregor Schneider
f9e772b2a2
Update gdi32 winetests, so we don't run out of things to fix.
...
svn path=/trunk/; revision=37695
2008-11-27 20:52:01 +00:00
Stefan Ginsberg
1afa5e29a0
- kmtest: Don't use user mode types
...
- memtest: uh, no. ZwQuerySystemInformation does not return NO_ERROR
svn path=/trunk/; revision=37667
2008-11-26 18:43:27 +00:00
Stefan Ginsberg
ecff3e72ed
- FIX is declared in winddi.h, don't redeclare
...
svn path=/trunk/; revision=37642
2008-11-25 17:08:48 +00:00
Gregor Schneider
4409645578
- Enhance test with icon drawing
...
- Tests some configurations of DrawIcon and DrawIconEx, highlighting another problem in 32bpp
- Reference TransparentBlt and AlphaBlend directly
svn path=/trunk/; revision=37640
2008-11-25 16:50:25 +00:00
Stefan Ginsberg
21a89ddc01
- Don't. Include. ntdef.h. From. User. Mode.
...
svn path=/trunk/; revision=37550
2008-11-22 11:17:17 +00:00
Stefan Ginsberg
682255c554
- No, Winetests doesn't treat ntdef.h as a PSDK header, they don't include it. The include was added when the Winetest was added to ros, because of missing NTSTATUS type. Include NDK instead.
...
svn path=/trunk/; revision=37548
2008-11-22 11:03:56 +00:00
Stefan Ginsberg
7e38beba07
- Silence more "has virtual functions but non-virtual destructor" warnings
...
svn path=/trunk/; revision=37546
2008-11-22 10:38:09 +00:00
Stefan Ginsberg
12ee0b7efd
- Silence more "has virtual functions but non-virtual destructor"
...
svn path=/trunk/; revision=37537
2008-11-21 23:14:30 +00:00
Stefan Ginsberg
00a5b02ea1
- Fix rostests build, part 1 of ?
...
svn path=/trunk/; revision=37533
2008-11-21 22:23:46 +00:00
Ged Murphy
29474c309b
Rough code to start Winetests processes from the GUI, but with the console's stdout redirected to a pipe controlled by the GUI.
...
We can now read the console text from the winetest processes in the GUI (although it's just usage info at the moment)
svn path=/trunk/; revision=37447
2008-11-18 18:57:27 +00:00
Gregor Schneider
191a64db66
Remove old locations
...
svn path=/trunk/; revision=37413
2008-11-17 17:28:58 +00:00
Gregor Schneider
ce7603048e
- Restructure dib related tests, 2nd try.
...
- Change build files accordingly
svn path=/trunk/; revision=37412
2008-11-17 17:28:14 +00:00
Gregor Schneider
085944a8b2
Moved dib tests remotely
...
svn path=/trunk/; revision=37411
2008-11-17 16:59:01 +00:00
Gregor Schneider
4aa4129e6f
- Add new directory for some dib related test restructuring, including two new tests:
...
- bltrop test for well known BitBlt ROPs, highlighted bugs were processed in r37268, r37269, r37372
- vbltest for testing several blit and blend functions, highlighted bugs fixed in r37139, r37168 and some overlay issues still tbd
svn path=/trunk/; revision=37407
2008-11-17 15:05:02 +00:00
Aleksey Bragin
7dd446c187
- Sync rpcrt4_winetest too.
...
svn path=/trunk/; revision=37231
2008-11-06 20:12:22 +00:00
Aleksey Bragin
eaf88dc90a
- Remove WINVER definition.
...
- Fix no-EOL-at-EOF warnings.
svn path=/trunk/; revision=37152
2008-11-02 19:07:00 +00:00
Stefan Ginsberg
373296b548
- Remove version defines
...
svn path=/trunk/; revision=37031
2008-10-27 20:32:17 +00:00
Christoph von Wittich
d80a56b7f9
fix advpack_winetest build
...
svn path=/trunk/; revision=36943
2008-10-25 14:16:58 +00:00
Christoph von Wittich
89ae880958
remove all version defines from rostests
...
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00
Aleksey Bragin
5b1318aae8
- Remove version defines.
...
svn path=/trunk/; revision=36941
2008-10-25 14:00:02 +00:00
Ged Murphy
b686c53533
Prepare for a change of architecture.
...
Instead of building all Wine tests as dlls, we'll revert back to separate processes, but redirect the client processes stdin, stdout and stderr to named pipes set by the parent.
svn path=/trunk/; revision=36844
2008-10-20 14:49:59 +00:00
Stefan Ginsberg
c2a9e1f979
- Revert 36827
...
svn path=/trunk/; revision=36828
2008-10-19 11:47:27 +00:00
Stefan Ginsberg
b90c9f3490
- Temporarily (for one revision) disable Winetest's advapi32 security test to see how far build server survives -- will be reverted in next commit
...
svn path=/trunk/; revision=36827
2008-10-19 11:40:48 +00:00
KJK::Hyperion
8c7bebfed8
- test GetTextFaceW instead of GetTextFaceA
...
- test that:
- the last error is never set
- the buffer size is ignored if the buffer is NULL
- the buffer size is returned if the buffer is non-NULL and too small
- the function fails if a non-NULL buffer has a size <= 0
- allocate the DC for a GDI test with a GDI routine (CreateCompatibleDC) instead of an USER routine (GetDC)
svn path=/trunk/; revision=36779
2008-10-17 00:28:47 +00:00
Timo Kreuzer
2f5ea4625b
Tests for GetTextFace
...
svn path=/trunk/; revision=36774
2008-10-16 20:16:38 +00:00
Timo Kreuzer
f5cbabe20c
Add basic tests for BeginPath andd SetMapMode
...
svn path=/trunk/; revision=36691
2008-10-08 10:58:41 +00:00