Sylvain Petreolle
0c8a13f783
[ROSTESTS]
...
Add mmixer_test to cmake build.
svn path=/trunk/; revision=50582
2011-01-31 21:50:16 +00:00
Johannes Anderwald
9358c42c8f
[MMIXER_TEST]
...
- Update mmixer tests
svn path=/trunk/; revision=50526
2011-01-28 09:56:00 +00:00
Sylvain Petreolle
6d8a71b4a4
[CMAKE]
...
Add apitests and pseh2_test.
svn path=/trunk/; revision=50277
2011-01-03 11:24:54 +00:00
Timo Kreuzer
da3e12b450
delete old Zwcontinue test
...
svn path=/trunk/; revision=48622
2010-08-25 10:15:34 +00:00
Daniel Reimer
13ef18576c
Forgot one kernel32 include.
...
svn path=/trunk/; revision=48006
2010-07-12 15:31:49 +00:00
Timo Kreuzer
c3b4cac97a
[SUSPEND]
...
Fix compilation for amd64
svn path=/trunk/; revision=47844
2010-06-25 01:37:58 +00:00
Timo Kreuzer
bbbbb74fd5
[PRIMITIVES]
...
- use pointer sized integers when converting handles
svn path=/trunk/; revision=47832
2010-06-23 12:40:55 +00:00
Timo Kreuzer
5cede710e0
[ROSTESTS]
...
Fix 64 bit build of some modules (Samuel Serapion, modified by me)
svn path=/trunk/; revision=47551
2010-06-03 20:08:26 +00:00
Johannes Anderwald
318229f03f
[MMIXER_TEST]
...
- Implement AllocEventData, FreeEventData for mmixer library
svn path=/trunk/; revision=44874
2010-01-02 01:54:09 +00:00
Johannes Anderwald
7615ef446e
[MMIXER_TEST]
...
- Allocate the unicode version of LPMIXERCONTROL as mmixer api expects those
- Fix building of mmixer_test as mmixer now uses KsCreatePin
svn path=/trunk/; revision=44662
2009-12-20 00:55:50 +00:00
Johannes Anderwald
ebf5483364
[MMIXER_TEST
...
- Add support for Opening/Querying/Closing registry keys within the mmixer library
svn path=/trunk/; revision=44648
2009-12-18 10:42:57 +00:00
Johannes Anderwald
35f22b3c5c
[MMIXER_TEST]
...
- Commit a simple test application to test the mmixer library
- Debug Outputs are appreciated
svn path=/trunk/; revision=44546
2009-12-12 13:40:54 +00:00
Colin Finck
dfa9eb6204
[General]
...
- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files.
svn path=/trunk/; revision=44368
2009-12-02 20:32:16 +00:00
KJK::Hyperion
8667b162b1
modified regtests/crt/crt_regtest.rbuild
...
Don't link msvcrt twice, bad things happen
modified tests/dirdlg/dirdlg.rbuild
modified winetests/msvcrt/msvcrt.rbuild
More oldnames hacks
modified tests/tcpsvr/tcpsvr.c
Don't use close on sockets, use closesocket
svn path=/trunk/; revision=44103
2009-11-11 11:12:55 +00:00
Dmitry Gorbachev
c9c4571300
- Add missing svn:eol-style properties.
...
- Use consistent newline style.
- Update file COPYING.
svn path=/trunk/; revision=43817
2009-10-28 20:13:23 +00:00
Stefan Ginsberg
56aba98ca8
- Good bye __USE_W32API, _DISABLE_TIDENTS
...
svn path=/trunk/; revision=43235
2009-09-30 13:31:50 +00:00
Stefan Ginsberg
5c57066048
- Remove accidental change from 42918
...
svn path=/trunk/; revision=43030
2009-09-11 18:18:21 +00:00
Stefan Ginsberg
77fc26f56a
- Deprecate TAG() in rostests
...
svn path=/trunk/; revision=42918
2009-08-24 17:41:36 +00:00
Stefan Ginsberg
3a85cbb4da
- combotst: Fix uninitialized variable usage spotted by MSVC
...
- tmrqueue: Don't use empty structures, MSVC doe
- w32knapi: Implement IntSyscall in MSVC assembly, be compatible with C89 variable initialization and use '%' instead of '\%' to avoid a msvc warning.
svn path=/trunk/; revision=42845
2009-08-22 14:40:56 +00:00
KJK::Hyperion
f5828613f7
Tests to exercise support for calling stack-allocated trampolines. All three tests pass
...
svn path=/trunk/; revision=42738
2009-08-16 16:50:35 +00:00
Stefan Ginsberg
f32da36427
- Err, fix build of DxHalTest
...
svn path=/trunk/; revision=42368
2009-08-03 17:40:40 +00:00
Stefan Ginsberg
c9e1afaeda
- Remove WIP comment -- the fix is correct
...
svn path=/trunk/; revision=42366
2009-08-03 17:08:17 +00:00
Stefan Ginsberg
c71617e216
- Fix some msvc issues in rostests
...
svn path=/trunk/; revision=42365
2009-08-03 16:59:43 +00:00
Dmitry Gorbachev
6e31a0dd00
Fix some bugs, reported by GCC.
...
svn path=/trunk/; revision=42193
2009-07-25 07:42:15 +00:00
KJK::Hyperion
3728596a8e
modified pseh2/psehtest.c
...
We need a bigger boat. Improve the test for bug #4663
svn path=/trunk/; revision=41814
2009-07-08 20:28:33 +00:00
KJK::Hyperion
d6dcda9708
modified tests/pseh2/psehtest.c
...
Don't use ok() when we mean trace()
Fix the stack after corruption of the registration list
Revised figures: "only" FOURTY of ninety-three tests fail with a corrupted registration list
svn path=/trunk/; revision=41811
2009-07-08 19:40:54 +00:00
KJK::Hyperion
dfccee750d
modified tests/pseh2/psehtest.c
...
Test case for bug #4663 (still unsolved)
New sanity check for correct unlinking of the frame. !!!EIGHTY TESTS OUT OF NINETY-THREE CURRENTLY FAIL THIS!!!
svn path=/trunk/; revision=41810
2009-07-08 19:30:02 +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
KJK::Hyperion
0464762cd6
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
svn path=/trunk/; revision=40536
2009-04-16 02:06:20 +00:00
Stefan Ginsberg
eef79b36ef
- Fix warnings in ros' tests
...
svn path=/trunk/; revision=38887
2009-01-18 12:20:51 +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
KJK::Hyperion
7c38c73a99
modified tests/pseh2/psehtest.c
...
Don't obscure the names of testcases with macro trickery. It gets old fast
Regression test for #4004 (fixed in r38668)
svn path=/trunk/; revision=38669
2009-01-09 16:38:28 +00:00
KJK::Hyperion
030aa56625
modified tests/pseh2/psehtest.c
...
finally_13 test re-enabled, as it doesn't crash anymore
finally_14 test fixed. Now we know how exceptions thrown in a __finally are supposed to be handled
PSEH test suite now has 91 tests and passes all of them with both GCC and Visual C++
svn path=/trunk/; revision=38461
2008-12-30 04:04:51 +00:00
KJK::Hyperion
456b1c9e58
Now a single test suite with 89 tests, instead of 89 test suites with 1 test each
...
Added dummy implementations of sanity checks for compilers/architectures I didn't write them for yet. Long story short: now compiles and runs with Visual C++, both x86 and x64
Added copyright/license header
svn path=/trunk/; revision=38339
2008-12-24 23:22:04 +00:00
KJK::Hyperion
dbd93ad414
PSEH 2 test suite - around 90 tests so far, and more coming
...
svn path=/trunk/; revision=38311
2008-12-23 19:47:30 +00:00
Timo Kreuzer
565970f956
Replace deprecated stricmp with _stricmp
...
svn path=/trunk/; revision=38290
2008-12-23 01:22:36 +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
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
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
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
Stefan Ginsberg
373296b548
- Remove version defines
...
svn path=/trunk/; revision=37031
2008-10-27 20:32:17 +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