Christoph von Wittich
abc34f7dad
-sync kernel32_winetest with wine 1.1.32
...
svn path=/trunk/; revision=43744
2009-10-25 16:21:40 +00:00
Sylvain Petreolle
fdc770befb
reenable kernel32:pipe test
...
try and comment out test_read_write() in kernel32:file test,
it causes MDL PROBE FAILED errors
svn path=/trunk/; revision=43001
2009-09-06 13:11:11 +00:00
Sylvain Petreolle
ae0ddccd63
temporarily disable kernel32:pipe tests.
...
the testing process seems to go further if this test crashes,
looking at testman output.
svn path=/trunk/; revision=42912
2009-08-24 12:57:34 +00:00
Christoph von Wittich
58a23ff44c
sync kernel32_winetest with wine 1.1.28
...
svn path=/trunk/; revision=42853
2009-08-22 16:42:11 +00:00
Stefan Ginsberg
c5045dd4e7
- Undefine __ROS_LONG64__ for ReactOS' extensions to kernel32 and setupapi Winetests -- fixes even more warnings
...
svn path=/trunk/; revision=42514
2009-08-08 13:34:12 +00:00
Christoph von Wittich
2d5297edef
sync kernel32_winetest with wine 1.1.24
...
svn path=/trunk/; revision=41580
2009-06-23 11:44:23 +00:00
Stefan Ginsberg
a4cad0ba8d
- Fix compiler flag for rosautotest
...
- Get rid of -Wno-format in the Winetests, replacing it with __ROS_LONG64__.
svn path=/trunk/; revision=41453
2009-06-18 22:16:49 +00:00
Christoph von Wittich
958ba014c1
sync kernel32_winetest with wine 1.1.23
...
svn path=/trunk/; revision=41311
2009-06-06 16:10:47 +00:00
Dmitry Chapyshev
471e010d18
- Sync wine tests with Wine 1.1.21
...
svn path=/trunk/; revision=40949
2009-05-17 07:05:22 +00:00
Michael Martin
b2e5f78e60
- Remove skipping kernel32 virtual tests as r40833 fixed the problem.
...
svn path=/trunk/; revision=40942
2009-05-16 19:07:54 +00:00
KJK::Hyperion
eb3b62597d
Supersedes r40536, r40537
...
modified winetests/advpack/advpack.rbuild
modified winetests/browseui/browseui.rbuild
modified winetests/cabinet/cabinet.rbuild
modified winetests/comcat/comcat.rbuild
modified winetests/comdlg32/comdlg32.rbuild
modified winetests/gdiplus/gdiplus.rbuild
modified winetests/hlink/hlink.rbuild
modified winetests/imm32/imm32.rbuild
modified winetests/lz32/lz32.rbuild
modified winetests/mapi32/mapi32.rbuild
modified winetests/mlang/mlang.rbuild
modified winetests/msacm32/msacm32.rbuild
modified winetests/mshtml/mshtml.rbuild
modified winetests/msi/msi.rbuild
modified winetests/mstask/mstask.rbuild
modified winetests/netapi32/netapi32.rbuild
modified winetests/odbccp32/odbccp32.rbuild
modified winetests/ole32/ole32.rbuild
modified winetests/rsabase/rsabase.rbuild
modified winetests/rsaenh/rsaenh.rbuild
modified winetests/schannel/schannel.rbuild
modified winetests/shell32/shell32.rbuild
modified winetests/shlwapi/shlwapi.rbuild
modified winetests/urlmon/urlmon.rbuild
modified winetests/usp10/usp10.rbuild
modified winetests/uxtheme/uxtheme.rbuild
modified winetests/version/version.rbuild
modified winetests/winhttp/winhttp.rbuild
modified winetests/wininet/wininet.rbuild
-Wno-format no longer necessary
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>
svn path=/trunk/; revision=40623
2009-04-21 00:33:05 +00:00
KJK::Hyperion
77db4acd5e
This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)
...
svn path=/trunk/; revision=40541
2009-04-16 04:57:28 +00:00
KJK::Hyperion
bbfe8fa8d7
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
...
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>
svn path=/trunk/; revision=40537
2009-04-16 02:18:00 +00:00
Christoph von Wittich
e08b53f9de
sync kernel32 profile winetest with wine 1.1.19
...
svn path=/trunk/; revision=40489
2009-04-13 19:40:27 +00:00
Timo Kreuzer
c9aae814df
Skip kernel32 virtual tests again. sysreg isn't ready for that yet.
...
svn path=/trunk/; revision=40309
2009-04-01 02:49:32 +00:00
Colin Finck
8cb8fb4761
Remove all Skip hacks from the Wine tests as we resume from crashes now
...
svn path=/trunk/; revision=40229
2009-03-25 14:37:01 +00:00
Christoph von Wittich
4a2b32d1ad
add resource file to kernel32_winetest
...
this fixes all kernel32 resource tests
spotted by Giannis Adamopoulos
svn path=/trunk/; revision=39526
2009-02-10 09:25:02 +00:00
Christoph von Wittich
326b221c21
skip crashing virtual tests
...
svn path=/trunk/; revision=38935
2009-01-19 12:04:09 +00:00
Christoph von Wittich
e67174808a
hack: skipping RegisterWaitForSingleObject tests as they don't finish
...
svn path=/trunk/; revision=38926
2009-01-19 04:20:06 +00:00
Christoph von Wittich
f47bbd7d27
re enable pipe tests
...
svn path=/trunk/; revision=38892
2009-01-18 14:10:28 +00:00
KJK::Hyperion
bfc3948cfe
Warning killing commit
...
modified tests/polytest/polytest.cpp
Use %ld to print LONGs, not %d
modified tests/vmtest/vmtest.c
Don't do pointer arithmetics on PVOID
Everything else
Compile winetests with __ROS_LONG64__
svn path=/trunk/; revision=38873
2009-01-18 06:31:44 +00:00
Michael Martin
31efcbd841
- Revert 38719.
...
svn path=/trunk/; revision=38720
2009-01-12 12:29:53 +00:00
Michael Martin
5888e8aa1c
- Re-enable pipe tests as the npfs driver is in much better shape.
...
- Change the timeout value passed to WaitForSingleObject to 20 so tests pass on slower systems.
- Re-enable process console test as they now complete.
svn path=/trunk/; revision=38719
2009-01-12 12:13:54 +00:00
Stefan Ginsberg
09203027ad
- Welcome to Winetests -Wno-format, goodbye format warnings.
...
svn path=/trunk/; revision=38329
2008-12-24 16:52:58 +00:00
Gregor Schneider
10ed852076
- Skip certain process and pipe tests due to timeouts as it was done before, update diff file
...
svn path=/trunk/; revision=38315
2008-12-23 20:05:39 +00:00
Gregor Schneider
20d4a1d899
- Update kernel32 winetest, thanks to Stefan100 for making this possible
...
svn path=/trunk/; revision=38314
2008-12-23 20:02:47 +00:00
Stefan Ginsberg
2d59827e7e
- Hack away kernel32 pipe tests -- ros' npfs is in a sad, sorry state
...
- Also skip process console tests (what's that you say? I am a lazy, hacky person? Couldn't agree more)
svn path=/trunk/; revision=38249
2008-12-21 21:52:28 +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
Christoph von Wittich
89ae880958
remove all version defines from rostests
...
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00
Daniel Reimer
f108d390f0
Update of Winetests of non autosynched Dlls. Done by Kamil Horniceck
...
svn path=/trunk/; revision=33397
2008-05-09 17:35:45 +00:00
Daniel Reimer
622c29bffb
Delete all Trailing spaces in code.
...
svn path=/trunk/; revision=29688
2007-10-19 23:01:40 +00:00
Aleksey Bragin
33c6673cfb
Move and reshuffle reactos/regtetsts into rostests. 1/2
...
svn path=/trunk/; revision=26014
2007-03-06 11:59:18 +00:00