Commit Graph
112 Commits
Author SHA1 Message Date
Steven Edwards ff2ef467c0 sync lz32 winetest to 0.9.14
svn path=/trunk/; revision=22059
2006-05-26 18:14:28 +00:00
Steven Edwards 7ed8d3e325 added my own icmp test...this cannot possibly fail
svn path=/trunk/; revision=22058
2006-05-26 18:07:12 +00:00
Steven Edwards 93ee7df2aa sync ntdll tests to 0.9.14
svn path=/trunk/; revision=22056
2006-05-26 17:54:55 +00:00
Steven Edwards 6dcf87a3d9 remove another dud, sync psapi test to 0.9.14
svn path=/trunk/; revision=22055
2006-05-26 17:35:11 +00:00
Steven Edwards 0cdda064ca sync the setupapi test to wine 0.9.14 and remove some files commited to the wrong folder
svn path=/trunk/; revision=22054
2006-05-26 17:30:43 +00:00
Steven Edwards a8373ada71 update the winetest framework to 0.9.14 and sync some tests. Untested on ReactOS but at least it builds. More tests will come later. Fsck subversion
svn path=/trunk/; revision=22053
2006-05-26 16:20:53 +00:00
Steven Edwards facb8f26f0 add directories for the comming wine tests
svn path=/trunk/; revision=22046
2006-05-25 20:24:16 +00:00
Aleksey Bragin 632f9f99ec - Fix build (forgot to add file) to msvcrt test
svn path=/trunk/; revision=21997
2006-05-23 21:32:04 +00:00
Aleksey Bragin b6a61aafb6 Update msvcrt_winetest to Wine-23052006
svn path=/trunk/; revision=21994
2006-05-23 20:16:57 +00:00
Aleksey Bragin 69713a9bc1 Update ntdll_winetest to Wine-23052006
svn path=/trunk/; revision=21992
2006-05-23 20:05:14 +00:00
Aleksey Bragin f2725683f8 - Update user32_winetest to Wine-23052006. Update includes changes in the following subtests: edit, winstation. Evereything else is just compilation
svn path=/trunk/; revision=21991
2006-05-23 19:55:45 +00:00
Johannes Anderwald e68cea0212 msvc compiling fix
svn path=/trunk/; revision=21971
2006-05-21 20:20:07 +00:00
Aleksey Bragin 001c217f07 - Update kernel32_winetest to the Wine's CVS head
svn path=/trunk/; revision=21953
2006-05-20 18:29:16 +00:00
Aleksey Bragin ac09ff8aba [AUDIT]
- Unlock source code files containing only stubs
- Add missing programmers name to the file headers
- SVN properties maintenance

svn path=/trunk/; revision=21946
2006-05-20 10:39:53 +00:00
James Tabor 3806af8f1a Update Wine User32 test to Apr 4 2006 cvs.
svn path=/trunk/; revision=21455
2006-04-05 02:34:10 +00:00
Aleksey Bragin 66ef58378d - Improvement of the security interfaces implementation in regedit.
- Fix winetests/advapi32
- Patch by Thomas Weidenmueller (w3seek)

svn path=/trunk/; revision=21247
2006-03-08 12:57:21 +00:00
Steven Edwards 6f1eb68015 add a simple icmp.dll regression test
svn path=/trunk/; revision=21190
2006-02-24 20:54:55 +00:00
Art Yerkes a93d77a47f Change remaining .xml build files to .rbuild and fixup links.
svn path=/trunk/; revision=21147
2006-02-18 19:21:01 +00:00
Gé van Geldorp 027d7e1c0b WINSTA_ALL_ACCESS is now defined in winuser.h
svn path=/trunk/; revision=19796
2005-12-01 15:01:38 +00:00
Royce Mitchell III 8c581cc643 inline -> __inline
patch by Brezenbak - small modifications by me

svn path=/trunk/; revision=19734
2005-11-28 23:35:35 +00:00
Casper Hornstrup 68aaa2743a Include regtests.h only once
svn path=/trunk/; revision=19653
2005-11-26 18:54:28 +00:00
Steven Edwards 887ffe5baa add recent winehq object manager tests
svn path=/trunk/; revision=19454
2005-11-22 07:18:44 +00:00
Casper Hornstrup 031ac865db Remove support for performance tests since that never worked
svn path=/trunk/; revision=19361
2005-11-20 13:34:15 +00:00
Thomas Bluemel edeb6b991c - define STATUS_* codes correctly in winnt.h and ntstatus.h
- fix code that incorrectly includes headers for status codes (changes to files shared with wine will be submitted to winehq)
- fix wine SEH macros and support code, these changes should enable us to port crypt32.dll (and maybe other libraries) without modifications

svn path=/trunk/; revision=19334
2005-11-18 23:19:48 +00:00
Casper Hornstrup 5f879a3c8c Display reason for failure
svn path=/trunk/; revision=19142
2005-11-11 19:07:27 +00:00
Christoph von Wittich 2eeb25af10 fix warnings in winetests
svn path=/trunk/; revision=18690
2005-10-22 20:42:20 +00:00
Christoph von Wittich 72f86b85b9 fix bug in user32_winetest
now it runs 43 clipboard tests instead of 39

svn path=/trunk/; revision=18672
2005-10-22 11:51:52 +00:00
Alex Ionescu 8c002db0c2 - NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
- winnt.h: respect WIN32_NO_STATUS for DBG codes.
- rtl: change STDCALL to NTAPI
- everything else: add precompiled headers where missing, define WIN32_NO_STATUS.

svn path=/trunk/; revision=18598
2005-10-19 17:03:38 +00:00
Gé van Geldorp ce7453f9ed Fix RtlQueryAtomInAtomTable and add regression tests
svn path=/trunk/; revision=18020
2005-09-23 21:08:57 +00:00
Steven Edwards 2fe4d89ea8 added support for test on 2k,XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block
svn path=/trunk/; revision=17877
2005-09-16 08:48:00 +00:00
Royce Mitchell III 6b27e47c88 win32 api compatibility fix
changed 'warnings' attribute of <module> to 'allowwarnings' to make it's function less ambiguous

svn path=/trunk/; revision=17755
2005-09-08 23:10:17 +00:00
Alex Ionescu 84727764b0 - Disable two tests since the Balance Set Manager isn't implemented yet and they'll freeze ROS.
svn path=/trunk/; revision=17637
2005-09-04 15:57:17 +00:00
Steven Edwards e6c6ee13be enable building shell32_test. some header fixes
svn path=/trunk/; revision=17269
2005-08-10 20:58:29 +00:00
Steven Edwards 877dc5eaf7 added shell32 tests. Not enabled just yet
svn path=/trunk/; revision=17268
2005-08-10 20:35:15 +00:00
Steven Edwards 74a0c04f23 add setupapi test for stringtable functions. At this time they only pass on Ros and Windows 2000. I will fix the test to pass on later versions of Windows soon.
svn path=/trunk/; revision=17203
2005-08-08 15:01:03 +00:00
Thomas Bluemel 562a0fb61f also actually rename the files...
svn path=/trunk/; revision=17177
2005-08-07 18:47:26 +00:00
Steven Edwards c8e0c7ed3e no need for long xml filenames
svn path=/trunk/; revision=17174
2005-08-07 17:12:11 +00:00
Steven Edwards 905738c542 rename tests to dllname_winetest to make it less trouble on exception to change build system rules for ros tests
svn path=/trunk/; revision=17171
2005-08-07 17:07:00 +00:00
Thomas Bluemel 47d6deb829 SVN maintainance
svn path=/trunk/; revision=17153
2005-08-07 09:55:54 +00:00
Steven Edwards e9677a896a enable the ntdll and kernel32 wine tests and watch them fail
svn path=/trunk/; revision=17138
2005-08-07 03:15:15 +00:00
Steven Edwards 17d51a62ab added kernel32 wine tests
svn path=/trunk/; revision=17137
2005-08-07 03:14:17 +00:00
Steven Edwards 57f56eab33 ntdll pending some winerror.h fixes
svn path=/trunk/; revision=17133
2005-08-07 02:16:34 +00:00
Steven Edwards d4893a7fa5 added local define for DCX_USESTYLE
svn path=/trunk/; revision=17130
2005-08-07 00:25:26 +00:00
Steven Edwards 55b967315b turn on more the winetests
svn path=/trunk/; revision=17128
2005-08-07 00:06:29 +00:00
Steven Edwards 14e75bd34f again dump the .cvsignore
svn path=/trunk/; revision=17127
2005-08-07 00:03:28 +00:00
Steven Edwards d8de9b24fb add some of the shlwapi tests
svn path=/trunk/; revision=17126
2005-08-06 23:58:36 +00:00
Steven Edwards bf046096f1 added user32 wine regression test
svn path=/trunk/; revision=17125
2005-08-06 23:41:45 +00:00
Steven Edwards 68cfd5b234 we don't need a .cvsignore
svn path=/trunk/; revision=17124
2005-08-06 23:20:14 +00:00
Steven Edwards e2314525fc added gdi32 wine regression tests
svn path=/trunk/; revision=17123
2005-08-06 23:19:47 +00:00
Steven Edwards 35154d7eb5 moved psapi test
svn path=/trunk/; revision=17121
2005-08-06 23:11:59 +00:00