Amine Khaldi
79e3b1cd52
[CRYPT32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64330
2014-09-27 10:36:54 +00:00
Amine Khaldi
49e3ef8bfd
[COMDLG32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64326
2014-09-27 10:18:07 +00:00
Amine Khaldi
7d8a75747a
[COMCTL32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64323
2014-09-27 00:19:59 +00:00
Amine Khaldi
029716d646
[BCRYPT_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64320
2014-09-27 00:03:58 +00:00
Amine Khaldi
3b71331829
[QUARTZ_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64306
2014-09-26 09:51:20 +00:00
Amine Khaldi
4d5aeba7ed
[DINPUT_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64298
2014-09-26 09:04:18 +00:00
Amine Khaldi
91a2201417
[DEVENUM_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64296
2014-09-26 08:56:56 +00:00
Amine Khaldi
3c45f4ae32
[URLMON_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64279
2014-09-25 15:40:15 +00:00
Amine Khaldi
3fe664306e
[WININET_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64277
2014-09-25 15:31:51 +00:00
Amine Khaldi
7b4237a1a6
[WINHTTP_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64274
2014-09-25 15:10:35 +00:00
Timo Kreuzer
5669230795
[GDI32_APITEST]
...
Add tests for ExcludeClipRect, convert tabs to spaces
svn path=/trunk/; revision=64254
2014-09-24 08:35:30 +00:00
Amine Khaldi
3b1bbb4495
[MSI_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64245
2014-09-23 18:33:25 +00:00
Timo Kreuzer
f85261888e
[GDI32_APITEST]
...
- Add tests for GetClipBox
svn path=/trunk/; revision=64236
2014-09-23 11:16:56 +00:00
Jérôme Gardou
1f02ead2cc
[NTDLL_APITEST]
...
- Add a test stressing the registry a lot. By "V".
ROSTESTS-141 #resolve #comment Committed, Thanks!
svn path=/trunk/; revision=64227
2014-09-22 14:46:08 +00:00
Amine Khaldi
c2068d9c05
[AMSTREAM_WINETEST]
...
* Sync with Wine 1.7.27. A huge patch that demonstrates how much work has been done on this module.. I mean reduce diff to Wine ;p
CORE-8540
svn path=/trunk/; revision=64218
2014-09-21 17:43:12 +00:00
Amine Khaldi
e0e3a8067f
[NTDLL_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64209
2014-09-20 20:08:51 +00:00
Amine Khaldi
2fb0fe3cca
[KERNEL32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64206
2014-09-20 19:35:24 +00:00
Jérôme Gardou
559bf96394
[USER32_WINETEST]
...
- Compile as a GUI app
svn path=/trunk/; revision=64188
2014-09-18 13:04:59 +00:00
Timo Kreuzer
1d68dcce50
[ADVAPI32_APITEST]
...
- Fix linux build
svn path=/trunk/; revision=64164
2014-09-15 21:08:00 +00:00
Timo Kreuzer
34f49b3d4b
[ADVAPI32_APITEST]
...
- Add tests for RtlEncrypt/DecryptMemory
svn path=/trunk/; revision=64162
2014-09-15 21:04:03 +00:00
Thomas Faber
7849947ca5
[PSEH_TEST]
...
- Fix incorrect size in memcmp. Spotted by clang
svn path=/trunk/; revision=64123
2014-09-12 10:31:48 +00:00
Amine Khaldi
76eee27b07
[SHELL32_APITEST]
...
* CLSID_MenuDeskBar is already part of the uuid lib.
svn path=/trunk/; revision=64118
2014-09-11 11:07:03 +00:00
Amine Khaldi
922aac9731
[WINMM_WINETEST]
...
* Addendum to r64114.
CORE-8516
svn path=/trunk/; revision=64117
2014-09-11 11:04:28 +00:00
Christoph von Wittich
5d48b37adf
[apitest/crt]
...
apply the same buffer size fix to _vsnwprintf test
svn path=/trunk/; revision=64082
2014-09-08 07:00:00 +00:00
David Quintana
c835af900d
[BROWSEUI_APITEST]
...
* Do not depend on a file to exist, which in fact does not exist in ros. Fix the test expectations accordingly.
svn path=/trunk/; revision=64080
2014-09-08 01:54:29 +00:00
Christoph von Wittich
c14e88bd12
[apitests/crt]
...
pass the correct buffer size
svn path=/trunk/; revision=64068
2014-09-07 18:11:08 +00:00
Hermès Bélusca-Maïto
b84022008b
[ROSAUTOTEST]
...
Initialize hStdInput to the standard input handle, and hStdError to the output pipe, instead of keeping these handles NULL. See the details why this is important in the Jira report ROSTESTS-140.
ROSTESTS-140 #resolve #comment Fixed.
svn path=/trunk/; revision=64055
2014-09-07 00:34:26 +00:00
David Quintana
e8a3f9a641
[BROWSEUI_APITEST]
...
* Improve SHExplorerParseCmdLine tests with whole bunch of new lines, and update the EXPLORER_INFO struct to match the findings.
svn path=/trunk/; revision=64029
2014-09-02 00:50:15 +00:00
Jérôme Gardou
9aff965362
[KMTESTS]
...
- Test what happens to the 'base' of memory allocated with ZwAllocateVirtualMemory
- Fix some tests according to w2k3sp2 behaviour.
Thanks Amine for testing ;-)
svn path=/trunk/; revision=64028
2014-09-01 22:41:36 +00:00
Thomas Faber
5c1f39d5c8
[KMTESTS:KE]
...
- Increase timeout in KeGuardedMutex test to avoid flakiness
svn path=/trunk/; revision=64002
2014-08-31 10:27:35 +00:00
Amine Khaldi
b1661e20f1
[W32KNAPI_APITEST]
...
* Here's another memset call..
svn path=/trunk/; revision=63989
2014-08-30 12:05:36 +00:00
Amine Khaldi
d332e8c9c5
[W32KNAPI_APITEST]
...
* Fix a memset call. CID 1223160.
CORE-7975
svn path=/trunk/; revision=63988
2014-08-30 12:03:58 +00:00
Amine Khaldi
78f1b595f0
[W32KNAPI_APITEST]
...
* Remove some unused pointer values. CID 1223186.
CORE-7975
svn path=/trunk/; revision=63987
2014-08-30 11:53:17 +00:00
Eric Kohl
1294e7eb2c
[ROSTESTS]
...
Fix potential cut & paste bugs.
svn path=/trunk/; revision=63976
2014-08-28 20:48:20 +00:00
Sylvain Petreolle
e9807d5306
Fix PCH=0 build.
...
svn path=/trunk/; revision=63964
2014-08-27 20:32:13 +00:00
Sylvain Petreolle
1f48cab02e
[ROSAUTOTEST]
...
Report the start and end of the tests in the Application event log.
This gives data for the advapi32:eventlog tests.
svn path=/trunk/; revision=63963
2014-08-27 20:19:43 +00:00
Thomas Faber
104275db8c
[PSEH_TEST]
...
- Add test case that uses a significant amount of stack in the except handler
CORE-8469 #resolve
svn path=/trunk/; revision=63959
2014-08-26 21:49:06 +00:00
Thomas Faber
42f34d3788
[KMTESTS:RTL]
...
- Fix a stack buffer overflow in the RtlMemory test
svn path=/trunk/; revision=63870
2014-08-12 07:47:08 +00:00
Thomas Faber
cea117cf74
[AMSTREAM_WINETEST][QUARTZ_WINETEST]
...
- Enable skipped tests
ROSTESTS-116 #resolve
ROSTESTS-123
svn path=/trunk/; revision=63758
2014-07-29 07:56:08 +00:00
Thomas Faber
304292d17e
[WBEMPROX]
...
- Don't omit lpBytesReturned in DeviceIoControl call
ROSTESTS-120 #resolve
svn path=/trunk/; revision=63733
2014-07-23 18:50:09 +00:00
Thomas Faber
022f198f1e
[FORREALTHISTIME]
...
- Apparently we got that typo from Wine. Fix build. Will send upstream.
svn path=/trunk/; revision=63730
2014-07-23 12:46:47 +00:00
Thomas Faber
ca688e6e46
[WININET_WINETEST]
...
- Add back work-around for testbot hang lost in winesync.
ROSTESTS-73
svn path=/trunk/; revision=63725
2014-07-20 11:19:44 +00:00
Thomas Faber
2fd11216b0
[MSHTML_WINETEST]
...
- Enable htmllocation test again
ROSTESTS-81
svn path=/trunk/; revision=63718
2014-07-18 10:59:32 +00:00
Jérôme Gardou
92e130d1cc
[SETUPAPI_APITEST]
...
- Try restoring UTF8 character which got lost in translation.
svn path=/trunk/; revision=63701
2014-07-08 22:44:44 +00:00
Jérôme Gardou
d331e1725b
[NTDLL_APITEST]
...
- Add tests for NtDeleteKey
svn path=/trunk/; revision=63699
2014-07-07 14:46:04 +00:00
Jérôme Gardou
265497886f
[NTDLL_APITEST]
...
- Add a test showing that memory content is still available after changing protection to PAGE_NOACCESS
svn path=/trunk/; revision=63678
2014-06-30 19:50:28 +00:00
Jérôme Gardou
58edad6809
[SETUPAPI_APITEST]
...
- Add a test that shows that SetupDiGetClassDevsExW doesn't fail on non-existing GUID
svn path=/trunk/; revision=63642
2014-06-24 22:18:49 +00:00
James Tabor
fc8ed44177
- Update wine test to 1.7.20.
...
svn path=/trunk/; revision=63603
2014-06-15 21:54:12 +00:00
Timo Kreuzer
6cfa5d2e25
[W32KDLL]
...
Update ros syscall list from trunk, remove obsolete files
svn path=/trunk/; revision=63519
2014-05-31 20:43:41 +00:00
Timo Kreuzer
10a264845d
[ROSTESTS]
...
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address.
svn path=/trunk/; revision=63515
2014-05-31 16:00:05 +00:00
Aleksandar Andrejevic
2996e28ecd
[NTDLL_APITESTS]
...
Add tests for NtSaveKey.
svn path=/trunk/; revision=63507
2014-05-31 01:14:02 +00:00
Timo Kreuzer
0339d4e1a5
[ROSTESTS]
...
disable some tests on x64, since they don't build. Disable some exports from dllexport_test on non-x86 build, since decorations are x86 specific.
svn path=/trunk/; revision=63453
2014-05-25 20:21:02 +00:00
Amine Khaldi
934a5546ea
[MSVCRT_CRT_APITEST]
...
* Don't enable wcstombs_s() tests (it shouldn't be exported).
CORE-7889
svn path=/trunk/; revision=63401
2014-05-21 14:26:20 +00:00
Amine Khaldi
b5adad7bfa
[MSVCRT_CRT_APITEST]
...
* Don't enable mbstowcs_s() tests (it shouldn't be exported).
CORE-7889
svn path=/trunk/; revision=63400
2014-05-21 13:30:26 +00:00
Amine Khaldi
be8085bec0
[MSVCRT_CRT_APITEST]
...
* Don't reply on _set_errno() which shouldn't be exported.
svn path=/trunk/; revision=63399
2014-05-21 13:20:38 +00:00
Christoph von Wittich
aede864303
[urlmon_winetest]
...
-Fixed some occasionally failing tests. Patch by Jacek Caban (sync to wine head)
svn path=/trunk/; revision=63389
2014-05-20 21:29:27 +00:00
Timo Kreuzer
aa3d15ae6c
[TESTDATA]
...
Fix test.dll
svn path=/trunk/; revision=63334
2014-05-17 18:36:22 +00:00
Timo Kreuzer
9f835ff3ff
[NTDLL_APITEST]
...
Add more tests for NtMapViewOfSection. Fix some tests, so that everything works on windows 2003.
svn path=/trunk/; revision=63333
2014-05-17 18:35:39 +00:00
Timo Kreuzer
3ed2e2a095
[NTDLL_APITEST]
...
Revert unwanted changes
svn path=/trunk/; revision=63301
2014-05-14 20:46:47 +00:00
Timo Kreuzer
a1b89faa39
[NTDLL_APITEST]
...
Add a test for NtReleaseMutant
svn path=/trunk/; revision=63299
2014-05-14 20:23:38 +00:00
Timo Kreuzer
bccd8b7aea
[KMTEST]
...
Revert the DDK compatibility hack and apply a real fix. I kept the hack for NDK exports, we should consider changing them as well for consistency reasons.
svn path=/trunk/; revision=63268
2014-05-12 23:36:05 +00:00
Timo Kreuzer
be359827c5
[KMTEST]
...
Add a temp hack that allows to compile kmtest_drv with either the current incompatible object type data imports or with the fixed ones
svn path=/trunk/; revision=63222
2014-05-10 17:19:53 +00:00
Christoph von Wittich
392953e09d
[kernel32_winetest]
...
don't skip test_typelib_section anymore
svn path=/trunk/; revision=63203
2014-05-09 04:46:18 +00:00
James Tabor
feb7d786a6
- Enable last of the menu tests.
...
svn path=/trunk/; revision=63180
2014-05-06 18:10:10 +00:00
James Tabor
79913690b0
- Update test to 1.7.18.
...
svn path=/trunk/; revision=63173
2014-05-06 15:42:03 +00:00
Pierre Schweitzer
9c0ff4b952
[PSEH2]
...
Properly declare with register
svn path=/trunk/; revision=63151
2014-05-04 09:43:38 +00:00
Hermès Bélusca-Maïto
ea3f9d6c6e
[APITEST:USER32]
...
Fix problematic for() loops.
Patch by Victor Martinez Calvo, thanks :)
ROSTESTS-136 #resolve
svn path=/trunk/; revision=63133
2014-05-03 17:08:39 +00:00
Amine Khaldi
ce405bc753
[SNMPAPI_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63076
2014-04-30 13:01:50 +00:00
Amine Khaldi
34cd5e455a
[RICHED32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63074
2014-04-30 12:57:41 +00:00
Amine Khaldi
40ecb173db
[RASAPI32_WINETEST]
...
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63073
2014-04-30 12:56:17 +00:00
Amine Khaldi
49345d645b
[PDH_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63071
2014-04-30 12:50:57 +00:00
Amine Khaldi
8df2aa0ed1
[ODBCCP32_WINETEST]
...
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63070
2014-04-30 12:47:25 +00:00
Amine Khaldi
515b241df5
[NTPRINT_WINETEST]
...
* Sync with Wine 1.7.17.
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
CORE-8080
svn path=/trunk/; revision=63068
2014-04-30 12:44:28 +00:00
Amine Khaldi
ae78c69135
[NTDSAPI_WINETEST]
...
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63067
2014-04-30 12:42:30 +00:00
Amine Khaldi
ac427aa770
[MSTASK_WINETEST]
...
* Improve header inclusions.
svn path=/trunk/; revision=63065
2014-04-30 12:33:05 +00:00
Amine Khaldi
e6d7517236
[LZ32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63062
2014-04-30 12:24:15 +00:00
Amine Khaldi
8b3a1ce99d
[LOCALUI_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63061
2014-04-30 12:23:12 +00:00
Amine Khaldi
450dbf0203
[IMM32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63059
2014-04-30 12:16:47 +00:00
Amine Khaldi
417582681c
[FUSION_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63057
2014-04-30 12:10:17 +00:00
Amine Khaldi
62d546bf95
[FAULTREP_WINETEST]
...
* Remove redundant definition.
svn path=/trunk/; revision=63056
2014-04-30 12:08:33 +00:00
Amine Khaldi
3ff49fc66d
[CRYPTUI_WINETEST]
...
* Remove redundant definition.
svn path=/trunk/; revision=63055
2014-04-30 12:08:17 +00:00
Amine Khaldi
4601190c2e
[CREDUI_WINETEST]
...
* Remove redundant definition.
svn path=/trunk/; revision=63054
2014-04-30 12:03:06 +00:00
Amine Khaldi
3bcaa79636
[COMCAT_WINETEST]
...
* Sync with Wine 1.7.17.
* Remove redundant definition.
CORE-8080
svn path=/trunk/; revision=63053
2014-04-30 12:01:03 +00:00
Amine Khaldi
ec28e1a056
[ADVPACK_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63052
2014-04-30 11:59:11 +00:00
Kamil Hornicek
21fc125126
[KERNEL32_WINETEST]
...
- fix msvc build (?)
svn path=/trunk/; revision=63047
2014-04-29 19:15:28 +00:00
Christoph von Wittich
e396f9689a
[kernel32_winetest]
...
skip test_typelib_section
svn path=/trunk/; revision=63046
2014-04-29 18:30:54 +00:00
James Tabor
2a6fbc8f80
- Disable insert menu test for now. Part II.
...
svn path=/trunk/; revision=63026
2014-04-28 03:51:52 +00:00
James Tabor
c81047d3ed
- Disable insert menu test for now.
...
svn path=/trunk/; revision=63025
2014-04-28 03:46:21 +00:00
Amine Khaldi
84390b0bdc
[ATL100_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63010
2014-04-26 18:52:15 +00:00
Amine Khaldi
bcdfc4d78e
[ATL80_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63009
2014-04-26 18:52:02 +00:00
Amine Khaldi
de38ba40d3
[ATL_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63008
2014-04-26 18:50:38 +00:00
Amine Khaldi
f550748eed
[MSHTML_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63005
2014-04-26 18:34:51 +00:00
Amine Khaldi
6b13145060
[VERSION_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63003
2014-04-26 18:16:00 +00:00
Amine Khaldi
d6dcc30fc0
[QMGR_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62999
2014-04-26 18:06:03 +00:00
Amine Khaldi
5e2046a6b9
[PROPSYS_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62996
2014-04-26 17:57:07 +00:00
Amine Khaldi
d4ce7ec2a8
[WININET_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62994
2014-04-26 17:50:30 +00:00
Amine Khaldi
1bf5033020
[WINHTTP_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62991
2014-04-26 17:36:17 +00:00
Amine Khaldi
1139650dea
[WBEMPROX_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62987
2014-04-26 17:13:09 +00:00
Amine Khaldi
a6e17f6bca
[RPCRT4_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62985
2014-04-26 16:58:32 +00:00
Amine Khaldi
4d0266dc20
[RICHED20_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62983
2014-04-26 16:55:35 +00:00
Thomas Faber
7538d3e725
[SETUPAPI_WINETEST]
...
- Move the devclass test to apitests, since it is not a Wine test
svn path=/trunk/; revision=62975
2014-04-26 10:58:40 +00:00
Thomas Faber
26aca689ea
[NTDLL_WINETEST]
...
- Skip LdrAddRefDll test to avoid crashing.
CORE-8102
svn path=/trunk/; revision=62974
2014-04-26 10:36:24 +00:00
Thomas Faber
a21f22e98d
[USER32_APITEST]
...
- Add parameter checks for GetUserObjectInformationW
CORE-8094
svn path=/trunk/; revision=62964
2014-04-25 11:24:41 +00:00
Pierre Schweitzer
ebd14e9811
[KMTESTS:IO]
...
Complete a bit more IoCreateFile tests, taking into account relatives.
A side note (related to first commit - actually to these test as a whole):
It's pretty unfortunate that they work (on my Windows 2K3). They just expose
a totally different behavior than expected reading R. Nagar (pp 478 - 479).
The experimental behavior also being different from behavior expected from IFS
samples provided by MS.
Perhaps some magic in the callpath between IopParseDevice return and IoCreateFile return?
svn path=/trunk/; revision=62960
2014-04-24 20:50:32 +00:00
Amine Khaldi
2ad472f039
[SHLWAPI_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62956
2014-04-24 16:07:42 +00:00
Amine Khaldi
b03020e807
[SCRRUN_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62954
2014-04-24 16:00:38 +00:00
Amine Khaldi
76c6533451
[WLDAP32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62952
2014-04-24 15:53:26 +00:00
Amine Khaldi
3b56021579
[WINTRUST_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62949
2014-04-24 15:48:16 +00:00
Amine Khaldi
91311347ce
[MSXML3_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62947
2014-04-24 15:44:13 +00:00
Amine Khaldi
559ca8b24e
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62943
2014-04-24 15:13:22 +00:00
Amine Khaldi
00433a512c
[OLE32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62939
2014-04-24 12:14:32 +00:00
Amine Khaldi
31f99bf377
[WINDOWSCODECS_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62937
2014-04-24 12:13:18 +00:00
Pierre Schweitzer
e620c729eb
[KMTESTS:IO]
...
Add tests for IoCreateFile for target directory open.
They will fail on ReactOS.
svn path=/trunk/; revision=62934
2014-04-23 19:44:03 +00:00
Amine Khaldi
dcfa6bd484
[VBSCRIPT_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62932
2014-04-23 18:06:48 +00:00
Amine Khaldi
16aa38a9f9
[URLMON_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62930
2014-04-23 17:36:51 +00:00
Amine Khaldi
a44595abda
[USP10_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62927
2014-04-23 15:03:45 +00:00
Amine Khaldi
b6102b8d1d
[TWAIN_32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62924
2014-04-23 14:59:06 +00:00
Amine Khaldi
eb60a4d16e
[MSI_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62919
2014-04-23 14:49:34 +00:00
Amine Khaldi
57c7d8140b
[MSCTF_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62916
2014-04-23 14:32:47 +00:00
Amine Khaldi
369724daea
[MSCMS_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62914
2014-04-23 14:27:54 +00:00
Amine Khaldi
96a2a137ae
[MSACM32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62910
2014-04-23 14:16:25 +00:00
Amine Khaldi
e160b5bdfd
[MAPI32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62906
2014-04-23 14:03:16 +00:00
Amine Khaldi
1fbe72faae
[LOCALSPL_WINETEST]
...
* Sync with Wine 1.7.17.
* Speedup build.
CORE-8080
svn path=/trunk/; revision=62904
2014-04-23 14:00:45 +00:00
Amine Khaldi
f683079258
[IMAGEHLP_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62902
2014-04-23 13:56:32 +00:00
Amine Khaldi
2fcd9693a8
[JSCRIPT_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62900
2014-04-23 13:44:00 +00:00
Amine Khaldi
5da624e0b6
[INETCOMM_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62896
2014-04-22 21:23:39 +00:00
Amine Khaldi
07a67f6087
[HLINK_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62894
2014-04-22 21:18:59 +00:00
Amine Khaldi
f201819ae8
[GDIPLUS_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62889
2014-04-22 15:43:03 +00:00
Amine Khaldi
c5099821fd
[CRYPTNET_WINETEST]
...
* Remove redundant define.
svn path=/trunk/; revision=62886
2014-04-22 15:25:37 +00:00
Amine Khaldi
e0cf48f17f
[CRYPT32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62884
2014-04-22 15:11:03 +00:00
Amine Khaldi
22b7b59d5a
[COMDLG32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62882
2014-04-22 14:40:38 +00:00
Amine Khaldi
03535e5b35
[COMCTL32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62880
2014-04-22 14:05:48 +00:00
Amine Khaldi
f12e78fb55
[RPCRT4_WINETEST]
...
* Don't define NTSTATUS here.
svn path=/trunk/; revision=62876
2014-04-22 12:00:14 +00:00
Amine Khaldi
25b97799b4
[CABINET_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62875
2014-04-22 11:40:41 +00:00
Amine Khaldi
6a788d3104
[BCRYPT_WINETEST]
...
* Import from Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62873
2014-04-22 11:36:32 +00:00
Amine Khaldi
f9bca2bec5
[AVIFIL32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62871
2014-04-22 11:32:05 +00:00
Amine Khaldi
2fb5717723
[XMLLITE_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62869
2014-04-22 11:25:33 +00:00
Amine Khaldi
7188e0d7c6
[OPENGL32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62867
2014-04-22 11:16:47 +00:00
Amine Khaldi
ebd5925af6
[SECUR32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62866
2014-04-22 11:12:43 +00:00
Amine Khaldi
94466379c8
[WS2_32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62860
2014-04-21 20:07:13 +00:00
Thomas Faber
0238322066
[NTDLL_APITEST]
...
- Add test for NtQueryVolumeInformationFile. Patch by Víctor Martínez.
ROSTESTS-134 #resolve
svn path=/trunk/; revision=62844
2014-04-20 18:15:41 +00:00
Amine Khaldi
cd9c73cf39
[NTDLL_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62842
2014-04-20 13:44:55 +00:00
Amine Khaldi
aa2170e490
[SHELL32_WINETEST]
...
* Sync with Wine 1.7.17.
* Speedup build.
CORE-8080
svn path=/trunk/; revision=62838
2014-04-20 13:19:24 +00:00
Amine Khaldi
842c3e00d0
[MSVCRT_WINETEST]
...
* Fix *nix build.
svn path=/trunk/; revision=62837
2014-04-20 13:14:11 +00:00
Amine Khaldi
6937da105c
[MSVCRT_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62836
2014-04-20 13:10:24 +00:00
Amine Khaldi
52a7f09dd3
[GDI32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62835
2014-04-20 13:01:01 +00:00
Amine Khaldi
ca20207552
[SETUPAPI_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62834
2014-04-20 12:37:05 +00:00
Amine Khaldi
b84bae0819
[DXDIAGN_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62831
2014-04-20 00:20:32 +00:00
Amine Khaldi
ccad9a3981
[DPLAYX_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62829
2014-04-20 00:08:29 +00:00
Amine Khaldi
d9b7959228
[DINPUT_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62825
2014-04-19 23:44:04 +00:00
Amine Khaldi
117d0c43e7
[DEVENUM_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62822
2014-04-19 19:30:34 +00:00
Amine Khaldi
b25de4f582
[RSAENH_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62814
2014-04-19 18:12:06 +00:00
Amine Khaldi
fa2c5bdeb0
[QUARTZ_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62810
2014-04-19 16:28:22 +00:00
Amine Khaldi
eeb0d2ad78
[KERNEL32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62787
2014-04-18 22:50:27 +00:00
Amine Khaldi
5f7347300b
[USER32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62785
2014-04-18 22:26:13 +00:00
Amine Khaldi
7417488583
[ADVAPI32_WINETEST]
...
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62781
2014-04-18 21:58:58 +00:00
James Tabor
9b7d5bcdff
[WineTests|User32]
...
- Sync Edit to wine head.
svn path=/trunk/; revision=62750
2014-04-14 20:26:59 +00:00
Pierre Schweitzer
4d1dfdbc1b
[KMTESTS:NPFS]
...
Add more tests for file info
Tested by Thomas.
CORE-7451
svn path=/trunk/; revision=62742
2014-04-13 16:16:30 +00:00
Thomas Faber
d3b058d4eb
[NTDLL_APITEST]
...
- Fix test failure on Windows. Based on patch by Víctor Martínez
ROSTESTS-132 #resolve
svn path=/trunk/; revision=62734
2014-04-13 07:14:47 +00:00
Thomas Faber
cccfe23541
[BROWSEUI]
...
- Add more tests for SHExplorerParseCmdLine. Patch by Edijs Kolesnikovičs
CORE-7627 #resolve
svn path=/trunk/; revision=62732
2014-04-13 05:41:19 +00:00
Pierre Schweitzer
502ebc94af
[KMTESTS:NPFS]
...
--MagicValues;
CORE-7451
svn path=/trunk/; revision=62723
2014-04-12 21:12:26 +00:00
Pierre Schweitzer
ffd100f622
[KMTESTS:NPFS]
...
- Add more tests for volume info
- Fix previous tests
- Add two helper macros
Tested by Thomas.
CORE-7451
svn path=/trunk/; revision=62721
2014-04-12 18:37:44 +00:00
Pierre Schweitzer
77ef29ad79
[KMTESTS:NPFS]
...
Add tests for volume information query. Could be completed for size, device, full size and attributes query.
This is used to validate changes made in r62663.
Tested by Thomas.
CORE-7451
svn path=/trunk/; revision=62717
2014-04-12 12:06:47 +00:00
Thomas Faber
08df30bc8b
[KMTESTS:NPFS]
...
- Add some (pretty incomplete) tests for NPFS Create, Connect and Read/Write operations
CORE-7451
svn path=/trunk/; revision=62695
2014-04-09 18:00:33 +00:00
Thomas Faber
e2ce9d5f37
[NTDLL_APITEST]
...
- Add two test cases for RtlFindClearBits/RtlFindSetBits that crash on ROS
svn path=/trunk/; revision=62690
2014-04-08 20:57:03 +00:00
Thomas Faber
2e786d24d0
[NTDLL_APITEST]
...
- Use guarded memory for bitmap buffers in RtlBitmap test
- Add a few tests that check for buffer boundaries (which would have spotted the issue fixed in r62591)
svn path=/trunk/; revision=62689
2014-04-08 18:35:29 +00:00
Hermès Bélusca-Maïto
4a7e080751
[NTDLL_APITEST]: Add braces and remove an unneeded trace.
...
svn path=/trunk/; revision=62662
2014-04-06 15:51:38 +00:00
Hermès Bélusca-Maïto
df6836cce4
[NTDLL_APITEST]
...
Add/refine RtlDoesFileExists* and RtlDosSearchPath_U APIs tests.
CORE-6373 #comment Tests for RtlDoesFileExists* and RtlDosSearchPath_U APIs added in revision 62640.
svn path=/trunk/; revision=62640
2014-04-05 23:58:54 +00:00
Pierre Schweitzer
5ce3089b36
[ROSAUTOTEST]
...
Use matching delete operator
CID #1102027
CID #1102028
svn path=/trunk/; revision=62635
2014-04-05 21:56:15 +00:00
Timo Kreuzer
73512e7ad4
[PSEH_TEST]
...
#if out a test for C++. This test only shows the limitations of PSEH and does not provide a satisfying result anyway.
svn path=/trunk/; revision=62629
2014-04-05 16:49:17 +00:00
Timo Kreuzer
2afcfa6dbd
[PSEH2_TEST}
...
Use the tests with C++, too.
svn path=/trunk/; revision=62620
2014-04-05 14:24:16 +00:00
Pierre Schweitzer
b6aa0990cd
[TUNNELTEST]
...
Reshuffle the test a bit so that it clearly fails on ReactOS:
- Gather creation timestamp right after the first creation and always compare to it. This is to workaround the move = copy + delete hack from ReactOS which is resetting the timestamps (and thus making the test pass ;-)).
- Wait more than 20ms (1s). If Microsoft FastFAT has a creation resolution of 10ms, we don't. So it would hide the thing as well.
With such changes, the test still works on Windows, whereas it fails on ReactOS
CORE-7272
svn path=/trunk/; revision=62589
2014-03-30 18:25:13 +00:00
Timo Kreuzer
f6d147a5e1
[W32KDLL]
...
Use new macro based syscall mechanism for w32kdll_xpsp2. Fix exports
svn path=/trunk/; revision=62588
2014-03-30 17:34:56 +00:00
Pierre Schweitzer
12268a1b66
[ROSTESTS]
...
Add notifications test application.
It is: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365261%28v=vs.85%29.aspx
It properly works in ReactOS since r62446
CORE-2582
svn path=/trunk/; revision=62581
2014-03-29 21:12:17 +00:00
Pierre Schweitzer
3b44e882cb
[ROSTESTS]
...
Add a usermode test application for tunnel cache.
It is based on MS article at: http://support.microsoft.com/?kbid=172190
Tested successfully on Windows 7 & NTFS. Feel free to test on w2k3 NTFS or FAT/FAT32.
svn path=/trunk/; revision=62579
2014-03-29 18:50:36 +00:00
Thomas Faber
2cc0229ae2
[WINETESTS]
...
- Remove unnecessary use of allow_warnings
- Do not hide warnings that indicate actual problems in setuapi (non-Wine test, should move to apitests) and winmm (Wine bugs, fixed upstream)
svn path=/trunk/; revision=62569
2014-03-26 12:15:55 +00:00
Thomas Faber
9375945c22
[NTDLL_APITEST]
...
- Fix -Wformat warnings and enable -Wformat where possible
svn path=/trunk/; revision=62568
2014-03-26 12:07:25 +00:00
Thomas Faber
a42481108c
[KMTEST:IO]
...
- Disable IoRegisterDeviceInterface test, since it crashes on Windows
- Add test showing that IoRegisterPlugPlayNotification's callback receives the full path to the symbolic link (this was fixed in r62249)
svn path=/trunk/; revision=62553
2014-03-23 17:24:10 +00:00
Thomas Faber
2936e38c77
[COM_APITEST]
...
- Verify interfaces against HKLM\Software\Classes\Interface
svn path=/trunk/; revision=62541
2014-03-21 11:45:30 +00:00
Thomas Faber
833db14fa7
[COM_APITEST]
...
- Add MergedFolder and AugmentedShellFolder classes/interfaces
svn path=/trunk/; revision=62540
2014-03-21 11:23:47 +00:00
James Tabor
a509bf406e
[Usp10] - Sync to Wine 1.7.14.
...
svn path=/trunk/; revision=62536
2014-03-20 02:10:07 +00:00
James Tabor
4498725892
[User32Test]
...
- Patch by Henri Verbeet : Fix TEXT_WordBreak() when no characters fit.
- Update text to wine head.
svn path=/trunk/; revision=62487
2014-03-13 01:39:31 +00:00
Amine Khaldi
2c26c653a9
[SHELL32_APITEST]
...
* Plug some leaks. CIDs 1106362, 1106363 and 1106364.
CORE-7975
svn path=/trunk/; revision=62474
2014-03-11 13:06:09 +00:00
Hermès Bélusca-Maïto
61d834485b
[APITESTS:kernel32]
...
Be more specific about which last error we expect.
svn path=/trunk/; revision=62419
2014-03-05 01:53:46 +00:00
James Tabor
bcc1390a36
[User32Test]
...
- Update listbox and msg test to wine 1.7.13.
svn path=/trunk/; revision=62338
2014-02-26 22:54:03 +00:00
Timo Kreuzer
6b2e326be9
[NTDLL_APITEST]
...
Add a few more tests for NtAllocateVirtualMemory
svn path=/trunk/; revision=62270
2014-02-20 21:19:16 +00:00
Timo Kreuzer
86d2e8f543
[DLLEXPORT_TEST]
...
Add a test that checks the ability to link to function and data exports with cdecl, stdcall and c++ mangled names, including forwarders. It just prints "done". Feel free to convert it into a proper rostests, if you think it's required.
svn path=/trunk/; revision=62269
2014-02-20 20:29:51 +00:00
Timo Kreuzer
fe029c9c69
[PSEH2_TEST]
...
Add another test for non-volatile values. Note that PSEH does NOT work like real SEH here, but this is expected and can not be fixed without special compiler support. Do NEVER DO this kind of stuff inside SEH blocks! Use volatile variables in this case.
svn path=/trunk/; revision=62268
2014-02-20 20:20:26 +00:00
Thomas Faber
ef678077bf
[KMTESTS]
...
- Disable Example test since it has intentional failures. Dedicated to Christoph
svn path=/trunk/; revision=62265
2014-02-20 19:26:24 +00:00
Amine Khaldi
32351ba6e9
[WINTRUST_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62195
2014-02-14 23:47:59 +00:00
Amine Khaldi
bdd3147440
[WININET_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62194
2014-02-14 23:46:56 +00:00
Amine Khaldi
e19324d486
[WINHTTP_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62193
2014-02-14 23:46:30 +00:00
Amine Khaldi
1956052502
[WINDOWSCODECS_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62192
2014-02-14 23:46:01 +00:00
Amine Khaldi
204f37c45f
[WBEMPROX_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62191
2014-02-14 23:45:32 +00:00
Amine Khaldi
50edd09498
[VERSION_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62190
2014-02-14 23:44:51 +00:00
Amine Khaldi
3b8051e9db
[VBSCRIPT_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62189
2014-02-14 23:43:49 +00:00
Amine Khaldi
9d8a815e5f
[USP10_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62188
2014-02-14 23:43:07 +00:00
Amine Khaldi
e517ddcc6c
[URLMON_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62187
2014-02-14 23:38:53 +00:00
Amine Khaldi
27cc1d6275
[SXS_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62186
2014-02-14 23:38:05 +00:00
Amine Khaldi
633315e3c1
[STI_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62185
2014-02-14 23:37:25 +00:00
Amine Khaldi
00a72aef0e
[SPOOLSS_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62184
2014-02-14 23:36:50 +00:00
Amine Khaldi
6b8d739f76
[SHDOCVW_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62183
2014-02-14 23:35:54 +00:00
Amine Khaldi
7940d47d17
[RSAENH_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62182
2014-02-14 23:31:47 +00:00
Amine Khaldi
246c4ee63f
[RICHED20_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62181
2014-02-14 23:30:37 +00:00
Amine Khaldi
98332db3af
[PROPSYS_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62180
2014-02-14 23:28:39 +00:00
Amine Khaldi
0ce086281e
[OLEAUT32_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62179
2014-02-14 23:27:32 +00:00
Amine Khaldi
efd58a033f
[MSXML3_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62178
2014-02-14 23:24:09 +00:00
Amine Khaldi
ce767cb387
[MSVFW32_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62177
2014-02-14 23:23:12 +00:00
Amine Khaldi
2663cd2ea7
[MSI_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62176
2014-02-14 23:22:21 +00:00
Amine Khaldi
42c43bf719
[MSHTML_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62175
2014-02-14 23:20:54 +00:00
Amine Khaldi
dfcb1751b4
[MSCOREE_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definitions.
ROSTESTS-128
svn path=/trunk/; revision=62174
2014-02-14 23:10:53 +00:00
Amine Khaldi
e12404b6cc
[MSCMS_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62173
2014-02-14 22:30:51 +00:00
Amine Khaldi
61106050af
[MPR_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62172
2014-02-14 21:56:10 +00:00
Amine Khaldi
2dc6c77d4a
[MLANG_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62171
2014-02-14 21:25:05 +00:00
Amine Khaldi
e455699f14
[LZ32_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62170
2014-02-14 20:56:51 +00:00
Amine Khaldi
c6fd041553
[JSCRIPT_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62168
2014-02-14 19:35:38 +00:00
Amine Khaldi
38a91a2562
[INETCOMM_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62167
2014-02-14 19:06:08 +00:00
Amine Khaldi
81a2713a14
[IMAGEHLP_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62166
2014-02-14 18:30:14 +00:00
Amine Khaldi
48d96ff38e
[HLINK_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62165
2014-02-14 17:44:37 +00:00
Amine Khaldi
5efab7fd41
[GDIPLUS_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62164
2014-02-14 17:16:54 +00:00
Amine Khaldi
af816e7806
[FUSION_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62163
2014-02-14 16:24:47 +00:00
Amine Khaldi
637123f072
[DINPUT_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62162
2014-02-14 15:36:57 +00:00
Amine Khaldi
7233263985
[RPCRT4_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62161
2014-02-14 12:13:39 +00:00
Amine Khaldi
741ccd6c29
[OLE32_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62160
2014-02-14 11:45:35 +00:00
Amine Khaldi
0de652b8e8
[SHLWAPI_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62159
2014-02-14 11:14:29 +00:00
Amine Khaldi
da4b9e6a0b
[CRYPT32_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62158
2014-02-14 10:46:16 +00:00
Amine Khaldi
600a2538f3
[COMDLG32_WINETEST]
...
* Globally mark expected failures as todos.
ROSTESTS-128
svn path=/trunk/; revision=62157
2014-02-14 10:08:41 +00:00
Amine Khaldi
633c442c4a
[CABINET_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62155
2014-02-13 23:40:02 +00:00
Amine Khaldi
43dd464ad9
[ADVPACK_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62152
2014-02-13 22:08:22 +00:00
Amine Khaldi
c473278505
[COMCTL32_WINETEST]
...
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128
svn path=/trunk/; revision=62150
2014-02-13 21:24:18 +00:00
Amine Khaldi
db7de12345
[XMLLITE_WINETEST]
...
* Globally mark expected failures as todos instead of failures.
ROSTESTS-128
svn path=/trunk/; revision=62148
2014-02-13 20:09:59 +00:00
Amine Khaldi
fb801e0958
[XMLLITE_WINETEST]
...
* Properly mark some tests as todos instead of failures.
ROSTESTS-128
svn path=/trunk/; revision=62146
2014-02-13 18:22:09 +00:00
Amine Khaldi
e3f92b9c66
[ADVAPI32_WINETEST]
...
* Properly mark these tests as todos instead of failures.
ROSTESTS-128
svn path=/trunk/; revision=62145
2014-02-13 12:33:16 +00:00
Amine Khaldi
1c95bdd14c
[ROSAUTOTEST]
...
* Prepare the CMake script for PCH.
* Add header guards to the main header.
CORE-7716
svn path=/trunk/; revision=62102
2014-02-10 17:05:15 +00:00
Giannis Adamopoulos
0fbc07a49d
[user32_apitest]
...
- Arch, don't allow the mouse to create unexpected messages because this will surely cause failures. Also if you move the mouse during the test you will also get these failures
svn path=/trunk/; revision=61311
2013-12-21 10:44:10 +00:00
Thomas Faber
b6ffc426d7
[KERNEL32_TEST]
...
- Move ROS-only tests into apitest
svn path=/trunk/; revision=61303
2013-12-19 21:39:09 +00:00
Thomas Faber
ecced5a6cb
[WINETESTS]
...
- Do not suppress nonexistent warnings
svn path=/trunk/; revision=61302
2013-12-19 21:30:10 +00:00
Amine Khaldi
e81e634203
[WS2_32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61243
2013-12-07 20:26:32 +00:00
Amine Khaldi
88abeb9ff2
[RPCRT4_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61238
2013-12-06 23:30:49 +00:00
Amine Khaldi
2983621f6d
[TWAIN_32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61208
2013-12-03 11:27:55 +00:00
Amine Khaldi
92be71c20b
[VERSION_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61202
2013-12-02 22:45:51 +00:00
Amine Khaldi
829ee94ddd
[GDI32_WINETEST]
...
* Don't define __WINESRC__ (just yet).
* Don't define __ROS_LONG64__ twice.
svn path=/trunk/; revision=61198
2013-12-02 22:36:55 +00:00
Amine Khaldi
8e49363495
[SCHANNEL_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61186
2013-12-01 16:23:36 +00:00
Amine Khaldi
7636e2ea77
[PROPSYS_WINETEST]
...
* Improve build.
svn path=/trunk/; revision=61185
2013-12-01 16:17:22 +00:00
Amine Khaldi
1569aba76f
[IMM32_WINETEST]
...
* Improve build.
svn path=/trunk/; revision=61183
2013-12-01 16:11:05 +00:00
Amine Khaldi
0f5c139042
[IMM32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61182
2013-12-01 15:57:54 +00:00
Thomas Faber
1485fd938e
[KMTESTS:RTL]
...
- Fix a warning
svn path=/trunk/; revision=61099
2013-11-26 14:26:31 +00:00
Jérôme Gardou
cd3af3c4c8
[USER32_APITEST]
...
- Add tests for LookupIconIdFromDirectoryEx
- Add a workaround in GetIconInfo tests for a ReactOS bug in EnumDisplaySettings
- Add tests for EnumDisplaySettings demonstrating the bug.
- Add some traces to better follow the test run
svn path=/trunk/; revision=60994
2013-11-14 23:11:23 +00:00
Thomas Faber
d0205eba98
[KMTESTS:RTL]
...
- Add RtlIntSafe test for ntintsafe.h functions
CORE-7578
svn path=/trunk/; revision=60991
2013-11-14 09:19:16 +00:00
James Tabor
14a8445b05
- Wine had some fixups added since this was last synced. CORE-???? & CORE-7574.
...
svn path=/trunk/; revision=60974
2013-11-13 17:21:41 +00:00
James Tabor
db803c9f06
- Sync up wine dde test to current. CORE-????.
...
svn path=/trunk/; revision=60909
2013-11-09 23:30:25 +00:00
James Tabor
6ead16cf6e
Sync up wine class test to current. CORE-????.
...
svn path=/trunk/; revision=60882
2013-11-08 01:47:45 +00:00
Giannis Adamopoulos
1f18e732a8
[shell32_apitest]
...
- CLSID_ShellFSFolder should also export IID_IStorage
svn path=/trunk/; revision=60866
2013-11-05 09:28:05 +00:00
Timo Kreuzer
1dce7e61b1
[PSEH2_TEST]
...
Add a test that fails with PSEH3
svn path=/trunk/; revision=60836
2013-11-02 16:48:45 +00:00
James Tabor
26a5caa78d
- Fix build
...
svn path=/trunk/; revision=60809
2013-10-31 17:21:04 +00:00
James Tabor
3d5763ff2f
- ActivateActCtx seems to be broken, skip test.
...
svn path=/trunk/; revision=60808
2013-10-31 17:15:49 +00:00
Pierre Schweitzer
ba7c7ab755
[PSAPI_WINETESTS]
...
No need to skip these tests, they are working again.
ROSTESTS-122
svn path=/trunk/; revision=60795
2013-10-30 10:57:05 +00:00
Timo Kreuzer
5b8f6f48da
[GDI32_APITEST]
...
- Add more tests for CreateDIBitmap and SetDIBitsToDevice
svn path=/trunk/; revision=60787
2013-10-28 20:39:26 +00:00
James Tabor
7cfd0230d5
- Sync wine to 1.7.5.
...
svn path=/trunk/; revision=60785
2013-10-28 05:12:48 +00:00
James Tabor
30690e8fce
- Sync wine to 1.7.5.
...
svn path=/trunk/; revision=60780
2013-10-27 23:22:00 +00:00
James Tabor
df6ecd9a0a
- Fix test. ATM AW and WA testing is going well.
...
svn path=/trunk/; revision=60779
2013-10-27 22:34:44 +00:00
James Tabor
47b5950895
- Sync wine to 1.7.5.
...
svn path=/trunk/; revision=60777
2013-10-27 22:13:41 +00:00
James Tabor
22cc4c8cc5
- Update wine test to 1.7.5, this is for msg AW WA testing.
...
svn path=/trunk/; revision=60762
2013-10-27 01:05:53 +00:00
Thomas Faber
5bb77216c8
[KMTESTS:EX]
...
- Fix incorrect sizeof usage. CID 1102449, 1102451
svn path=/trunk/; revision=60743
2013-10-24 19:33:17 +00:00
Thomas Faber
053591f6b4
[SHELL32_WINETEST]
...
- Add tests for SHCreateShellFolderView[Ex]. Already applied upstream.
CORE-7334
svn path=/trunk/; revision=60732
2013-10-22 19:09:45 +00:00
James Tabor
746f5c09a7
- Fix ATI test and go.
...
svn path=/trunk/; revision=60720
2013-10-20 05:36:36 +00:00
Thomas Faber
3440678be4
[NTDLL_APITEST]
...
- Add test for Rtl MemoryStream functions. Patch by David Quintana.
CORE-7492
svn path=/trunk/; revision=60707
2013-10-19 17:59:29 +00:00
Amine Khaldi
bd779c1be5
[KMTEST_DRV]
...
* Move the DeviceExtension related asserts into a DBG block.
svn path=/trunk/; revision=60665
2013-10-14 16:35:35 +00:00
Amine Khaldi
cdb62c6244
* Addendum to r60650.
...
CORE-7471 #resolve
svn path=/trunk/; revision=60653
2013-10-13 23:12:09 +00:00
Thomas Faber
3c7c94a174
[COMMENTS]
...
- Consistent email address is consistent.
svn path=/trunk/; revision=60631
2013-10-12 16:05:54 +00:00
Amine Khaldi
faacccfc2a
[WINDOWSCODECSEXT_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60614
2013-10-11 18:10:20 +00:00
Amine Khaldi
9f4686524d
[QUARTZ_WINETEST]
...
* Generate a local copy of the fil_data header instead of reusing the identical quartz one.
CORE-7469
svn path=/trunk/; revision=60610
2013-10-11 13:33:44 +00:00
Amine Khaldi
5c90d5530c
[QUARTZ_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60607
2013-10-11 13:13:45 +00:00
Pierre Schweitzer
9b29c6967f
[PSAPI_APITEST]
...
Add tests for GetDeviceDriverBaseName
Replace 0x00000000 -> NULL. Dedicated to Thomas ;-)
svn path=/trunk/; revision=60601
2013-10-10 19:18:43 +00:00
Giannis Adamopoulos
0fa39dfff7
- fix build for linux
...
svn path=/trunk/; revision=60598
2013-10-10 09:44:57 +00:00
Giannis Adamopoulos
ba6130bb7f
fix build
...
svn path=/trunk/; revision=60597
2013-10-10 09:39:15 +00:00
Giannis Adamopoulos
c138d3ba98
[shell32_apitest]
...
- Add tests for shell menu classes ( so far only CShellMenu is tested)
svn path=/trunk/; revision=60596
2013-10-10 09:36:13 +00:00
Amine Khaldi
072852ede0
[MSHTML_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60579
2013-10-07 14:23:51 +00:00
Amine Khaldi
241a81c805
[PSAPI_APITEST]
...
* Speedup build.
svn path=/trunk/; revision=60574
2013-10-07 12:38:42 +00:00
Pierre Schweitzer
8b0bbbdc07
[PSAPI_APITEST]
...
Complete the test (tested under w2k3)
svn path=/trunk/; revision=60569
2013-10-07 06:16:19 +00:00
Pierre Schweitzer
b7674bb164
[PSAPI_APITEST]
...
Add an apitest for psapi GetDeviceDriverFileName.
I'm looking for help to bring it even farther. Ideally, it would be interesting
to be able to GetDeviceDriverFileName on ntoskrnl base address. The whole point is
about getting it dynamically.
The day we can do it properly, I can predict that it will fail on ReactOS, we're not having
correct paths for KDCOM, HAL, and NTOSKRNL modules in the kernel (thank you FreeLdr? - Where are you
starting '\'?)
svn path=/trunk/; revision=60566
2013-10-06 22:16:42 +00:00
Sylvain Petreolle
5cd9f97182
[GDI32_WINETEST]
...
[USER32_WINETEST]
Use Jira bug ids.
svn path=/trunk/; revision=60552
2013-10-05 22:20:32 +00:00
Amine Khaldi
aaed681d85
[MSVCRTD_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60547
2013-10-05 20:50:11 +00:00
Amine Khaldi
43ef186f8f
[COMDLG32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60546
2013-10-05 20:44:20 +00:00
Amine Khaldi
46c770f191
[BROWSEUI_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60534
2013-10-05 12:32:51 +00:00
Amine Khaldi
490190e205
[ADVAPI32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60531
2013-10-05 10:38:32 +00:00
Amine Khaldi
cfc62dc4d1
[USER32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60530
2013-10-05 10:20:53 +00:00
Amine Khaldi
a614ebc27e
[SETUPAPI_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60529
2013-10-05 09:51:37 +00:00
Amine Khaldi
94e68da9c3
[DEVENUM_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60508
2013-10-01 22:09:10 +00:00
Amine Khaldi
2a0449a453
[DXDIAGN_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60501
2013-10-01 17:49:24 +00:00
Amine Khaldi
f58b4dee9f
[AMSTREAM_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60494
2013-10-01 15:07:45 +00:00
Amine Khaldi
29ea7d3cc7
[PSAPI_WINETEST]
...
* Fix a typo.
svn path=/trunk/; revision=60491
2013-10-01 14:59:36 +00:00
Amine Khaldi
66e5c9bbf7
[DPLAYX_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60480
2013-09-30 18:15:14 +00:00
Amine Khaldi
b29bfab7a1
[MMDEVAPI_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60477
2013-09-30 13:35:12 +00:00
Amine Khaldi
5dbec815ce
[DSOUND_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60475
2013-09-30 11:39:02 +00:00
Sylvain Petreolle
c8d7089c0f
[PSAPI_WINETEST]
...
Don't forget brackets on Monday, thanks Pierre :)
svn path=/trunk/; revision=60473
2013-09-30 08:54:02 +00:00
Sylvain Petreolle
63449a40a0
[PSAPI_WINETEST]
...
* Amine, don't deny the user's rights to run disabled tests on demand.
svn path=/trunk/; revision=60472
2013-09-30 08:46:05 +00:00
Amine Khaldi
2d1542bad0
[PSAPI_WINETEST]
...
* Fix MSVC build.
* Speedup build.
* Pierre, can you please consult with me before stepping on my toes (with improper syncs) ?
svn path=/trunk/; revision=60471
2013-09-30 08:10:07 +00:00
Pierre Schweitzer
659cf6ca5f
[PSAPI_WINETEST]
...
Sync with Wine 1.7.1
CORE-7469
Tests for EnumProcessModules() have been skipped since they cause stack corruption
ROSTESTS-122
svn path=/trunk/; revision=60470
2013-09-30 06:27:03 +00:00
Amine Khaldi
7e91fba005
[DINPUT_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60447
2013-09-29 12:17:56 +00:00
Amine Khaldi
f576a9aa78
[XMLLITE_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60440
2013-09-28 15:43:21 +00:00
Amine Khaldi
79247ad3aa
[XINPUT1_3_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60438
2013-09-28 15:39:51 +00:00
Amine Khaldi
20155d15aa
[WLDAP32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60433
2013-09-28 15:31:01 +00:00
Amine Khaldi
f2e60c9794
[WINTRUST_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60431
2013-09-28 15:28:59 +00:00
Amine Khaldi
fd6560a684
[WININET_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60429
2013-09-28 15:27:08 +00:00
Amine Khaldi
7ac948cd02
[WINHTTP_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60427
2013-09-28 15:24:24 +00:00
Amine Khaldi
0492e3cfc9
[WBEMPROX_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60423
2013-09-28 15:17:20 +00:00
Amine Khaldi
b1be702584
[VBSCRIPT_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60421
2013-09-28 15:13:32 +00:00
Amine Khaldi
25f565992a
[USP10_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60419
2013-09-28 15:11:42 +00:00
Amine Khaldi
acc5008965
[URLMON_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60417
2013-09-28 15:09:44 +00:00
Amine Khaldi
8726317ef7
[SXS_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60414
2013-09-28 15:06:21 +00:00
Amine Khaldi
1046bab113
[STI_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60412
2013-09-28 15:04:20 +00:00
Thomas Faber
1f7e58ff00
[NTDLL_APITEST]
...
- Add a test for NtCreateFile with invalid ObjectAttributes. Patch by Aleksandar Andrejevic.
CORE-7167
svn path=/trunk/; revision=60408
2013-09-28 11:39:51 +00:00
Thomas Faber
1e8f970eaa
[NTDLL_APITEST]
...
- Test that NtSetTimerResolution appropriately returns STATUS_TIMER_RESOLUTION_NOT_SET. Patch by Aleksandar Andrejevic.
CORE-7387
svn path=/trunk/; revision=60406
2013-09-28 09:55:29 +00:00
Thomas Faber
8d5a1b7ca7
[NTDLL_APITEST]
...
- Do not use Zw functions from user mode
svn path=/trunk/; revision=60405
2013-09-28 09:24:47 +00:00
Thomas Faber
13828ad762
[NTDLL_APITEST]
...
- Add test for RtlGetLengthWithoutTrailingPathSeperators. Patch by David Quintana
CORE-7482
svn path=/trunk/; revision=60404
2013-09-28 09:03:04 +00:00
Thomas Faber
7c35998136
[NTDLL_APITEST]
...
- Add test for NtCreateThread with invalid ThreadContext parameter. Patch by Aleksander Andrejevic.
CORE-7252
svn path=/trunk/; revision=60402
2013-09-28 08:38:33 +00:00
Amine Khaldi
fa4b1250f8
[SPOOLSS_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60386
2013-09-26 16:57:52 +00:00
Amine Khaldi
3a319b5be1
[SNMPAPI_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60384
2013-09-26 16:56:01 +00:00
Amine Khaldi
6efe0d39c0
[SHLWAPI_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60381
2013-09-26 16:52:35 +00:00
Amine Khaldi
b13aa99130
[SHDOCVW_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60378
2013-09-26 16:48:45 +00:00
Amine Khaldi
33242df5dc
[RSAENH_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60374
2013-09-26 16:41:54 +00:00
Amine Khaldi
b724898e20
[RICHED32_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60372
2013-09-26 16:34:10 +00:00
Amine Khaldi
399aba1723
[RICHED20_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60370
2013-09-26 16:32:32 +00:00
Amine Khaldi
16a2e9e6ce
[RSABASE_WINETEST]
...
* Remove rsabase tests as they are covered in rsaenh tests.
svn path=/trunk/; revision=60368
2013-09-26 16:31:25 +00:00
Amine Khaldi
8bf34b41ef
[QMGR_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60367
2013-09-26 14:14:05 +00:00
Amine Khaldi
49cf702458
[OLEACC_WINETEST]
...
* Speedup build.
svn path=/trunk/; revision=60365
2013-09-26 14:11:05 +00:00
Amine Khaldi
0387152a97
[PDH_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60361
2013-09-26 14:05:13 +00:00
Amine Khaldi
7e8889c3eb
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60357
2013-09-26 14:00:56 +00:00
Amine Khaldi
4fddbeb50b
[OLE32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60355
2013-09-26 13:58:28 +00:00
Amine Khaldi
655b467d9a
[GDI32_APITEST]
...
* Fix GCC warnings.
* Enable -Werror again.
* Remove redundant test header inclusion.
* Speedup linking.
svn path=/trunk/; revision=60347
2013-09-23 21:54:01 +00:00
Amine Khaldi
61db23d804
[POWRPROF_APITEST]
...
* Fix GCC warnings.
* Enable -Werror again.
* Speedup linking.
svn path=/trunk/; revision=60346
2013-09-23 21:45:58 +00:00
Amine Khaldi
1252ff634f
[MSXML3_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
ROSTESTS-100 #resolve #comment Fixed by the r60340 sync.
svn path=/trunk/; revision=60340
2013-09-23 11:39:45 +00:00
Amine Khaldi
03236f55bb
[MSVFW32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60337
2013-09-23 11:36:35 +00:00
Amine Khaldi
ffa1fa76dc
[MSTASK_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60335
2013-09-23 11:34:12 +00:00
Hermès Bélusca-Maïto
8b1a283ee8
[APITEST:POWRPROF]
...
Include stdio.h for printf function.
svn path=/trunk/; revision=60328
2013-09-22 21:52:27 +00:00
Hermès Bélusca-Maïto
41539da879
Add extra-parenthesing.
...
svn path=/trunk/; revision=60321
2013-09-22 19:30:00 +00:00
Hermès Bélusca-Maïto
2c7388a0b1
[KMTESTS]
...
No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use KmtStartSeh() / KmtEndSeh() macros; this is done automagically.
svn path=/trunk/; revision=60320
2013-09-22 19:28:21 +00:00
Hermès Bélusca-Maïto
fe6644f895
[APITESTS]
...
- No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use StartSeh() / EndSeh() macros; this is done automagically.
- Use explicitely unicode macros where it's needed.
svn path=/trunk/; revision=60319
2013-09-22 19:07:35 +00:00
Hermès Bélusca-Maïto
2cdfc40af8
[APITEST:WININET]
...
Make it use apitest.h
svn path=/trunk/; revision=60316
2013-09-22 18:19:56 +00:00
Hermès Bélusca-Maïto
2a026800b2
[WINHTTP:USER32]
...
Make it use apitest.h
svn path=/trunk/; revision=60315
2013-09-22 18:19:16 +00:00
Hermès Bélusca-Maïto
f63c233859
[APITESTS:USER32]
...
Make it use apitest.h
svn path=/trunk/; revision=60314
2013-09-22 18:17:54 +00:00
Hermès Bélusca-Maïto
4b95e17c61
[ROSTESTS:APITESTS]
...
Introduce a "apitest.h" header gathering special things for apitests (SEH macros, wine/test.h inclusion, and so on...).
svn path=/trunk/; revision=60313
2013-09-22 17:52:42 +00:00
Amine Khaldi
7d081ffd6c
[MSI_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60308
2013-09-22 16:30:59 +00:00
Amine Khaldi
6407f62d29
[MSCTF_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60304
2013-09-22 16:16:55 +00:00
Amine Khaldi
575664c6f0
[MSCMS_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60295
2013-09-21 20:44:00 +00:00
Amine Khaldi
d269d6ec6d
[MSACM32_WINETEST]
...
* Build speedup.
svn path=/trunk/; revision=60279
2013-09-21 14:14:26 +00:00
Amine Khaldi
8c161e0124
[MPR_WINETEST]
...
* Import from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60277
2013-09-21 13:13:56 +00:00
Amine Khaldi
07fda74e85
[MLANG_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60275
2013-09-21 13:09:05 +00:00
Amine Khaldi
f46ef6afa2
[MAPI32_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60268
2013-09-21 12:54:15 +00:00
Amine Khaldi
265f8f4b84
[LOCALUI_WINETEST]
...
* Build speedup.
svn path=/trunk/; revision=60252
2013-09-20 23:43:24 +00:00
Amine Khaldi
e8fc552333
[JSCRIPT_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60247
2013-09-20 12:16:03 +00:00
Amine Khaldi
528ebe204e
[ITSS_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60245
2013-09-20 10:54:23 +00:00
Amine Khaldi
093ac71120
[INETMIB1_WINETEST]
...
* Build speedup.
svn path=/trunk/; revision=60235
2013-09-20 09:45:41 +00:00
Amine Khaldi
fe20759e84
[INETCOMM_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60234
2013-09-20 09:42:35 +00:00
Amine Khaldi
ef02c47913
[IMAGEHLP_WINETEST]
...
* Speedup linking.
svn path=/trunk/; revision=60217
2013-09-19 19:22:17 +00:00
Amine Khaldi
35f21b45f0
[HLINK_WINETEST]
...
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=60210
2013-09-19 16:12:38 +00:00
Amine Khaldi
2f49b8458c
[GDIPLUS_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60205
2013-09-19 15:10:36 +00:00
Amine Khaldi
6af8ca5475
[WINDOWSCODECS_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60203
2013-09-19 14:54:53 +00:00
Thomas Faber
4dcd167f3e
[KMTESTS:EX]
...
- Test that quota allocations keep their QUOTA_POOL_MASK bit in POOL_HEADER
svn path=/trunk/; revision=60175
2013-09-16 19:02:28 +00:00
Thomas Faber
3aad455588
[KMTESTS:EX]
...
- Add test for ExAllocatePoolWithQuotaTag
svn path=/trunk/; revision=60174
2013-09-16 18:15:02 +00:00
Amine Khaldi
db855ce89e
[FUSION_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60170
2013-09-16 15:16:11 +00:00
Amine Khaldi
9b7d4ccbd0
[FAULTREP_WINETEST]
...
* Import from Wine 1.7.1.
svn path=/trunk/; revision=60168
2013-09-16 15:08:03 +00:00
Amine Khaldi
4ddde1d7c9
[DNSAPI_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60165
2013-09-16 14:48:02 +00:00
Amine Khaldi
acc4bb3381
[CRYPTUI_WINETEST]
...
* Speedup linking.
svn path=/trunk/; revision=60160
2013-09-16 13:48:54 +00:00
Amine Khaldi
4ee42897fb
[CRYPTNET_WINETEST]
...
* Speedup linking.
svn path=/trunk/; revision=60138
2013-09-15 16:50:24 +00:00
Amine Khaldi
add7a73c06
[CRYPT32_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60132
2013-09-15 13:59:34 +00:00
Amine Khaldi
3121d3bcd9
[CREDUI_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60121
2013-09-14 21:49:34 +00:00
Amine Khaldi
b6535e2e4b
[COMCTL32_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60118
2013-09-14 20:07:14 +00:00
Amine Khaldi
18cfc3961c
[COMCAT_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60116
2013-09-14 19:00:31 +00:00
Amine Khaldi
5cf16e25ad
[ATL_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60111
2013-09-14 18:23:41 +00:00
Amine Khaldi
6c5cf5c286
[ATL80_WINETEST]
...
* Import from Wine 1.7.1.
svn path=/trunk/; revision=60108
2013-09-14 17:43:11 +00:00
Amine Khaldi
70566203be
[ATL100_WINETEST]
...
* Import from Wine 1.7.1.
svn path=/trunk/; revision=60088
2013-09-13 22:51:58 +00:00
Thomas Faber
402a58ad80
[QMGR_WINETEST]
...
- Enable qmgr tests again. They all get skipped now instead of crashing. When npfs_new manages to run these, we know it's really working well ;)
CORE-6536
svn path=/trunk/; revision=60079
2013-09-13 12:54:33 +00:00
Amine Khaldi
eb17ba28c4
[SCRRUN_WINETEST]
...
* Import from Wine 1.7.1.
svn path=/trunk/; revision=60075
2013-09-13 10:19:51 +00:00
Amine Khaldi
c6cea14cef
[KERNEL32_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60032
2013-09-11 11:32:57 +00:00
Amine Khaldi
f2664a3227
[ADVPACK_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60026
2013-09-11 00:08:28 +00:00
Amine Khaldi
ac467dd40b
[NTDLL_WINETEST]
...
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60007
2013-09-10 16:49:44 +00:00
Amine Khaldi
5301954920
[PSDK]
...
* Import Wine's (broken) winioctl.h.
* Remove FILE_FS_VOLUME_INFORMATION from winternl.h. It doesn't belong there.
[NTDLL_WINETEST]
* Be more specific about winioctl.h inclusion.
svn path=/trunk/; revision=60005
2013-09-10 16:39:37 +00:00
Amine Khaldi
3a0cb73e64
[KMTESTS]
...
* Run this block now that guard pages are supported.
ROSTESTS-107 #resolve
svn path=/trunk/; revision=59953
2013-09-01 17:55:00 +00:00
Amine Khaldi
d317c64bae
[COM_APITEST]
...
* Fix build.
svn path=/trunk/; revision=59841
2013-08-27 19:16:41 +00:00
Hermès Bélusca-Maïto
7b25683467
[ROSTESTS]
...
Add a newline.
svn path=/trunk/; revision=59789
2013-08-21 11:14:22 +00:00
Hermès Bélusca-Maïto
19906a0907
[ROSTESTS]
...
Fix timer tests, by Aleksander Andrejevic.
See CORE-7387 for more details, and:
http://mirrors.arcadecontrols.com/www.sysinternals.com/Information/HighResolutionTimers.html too.
svn path=/trunk/; revision=59788
2013-08-20 18:55:42 +00:00
Hermès Bélusca-Maïto
282942655f
[ROSTESTS]
...
Add a test for NtQueryTimerResolution and NtSetTimerResolution, by Aleksander Andrejevic.
See CORE-7387 for more information.
svn path=/trunk/; revision=59786
2013-08-19 21:44:26 +00:00
Aleksey Bragin
26c0debfa3
[KMTESTS]
...
- Beautify the source code a little. Also improve english in debug prints.
svn path=/trunk/; revision=59552
2013-07-22 12:11:38 +00:00
Thomas Faber
95ba3e574b
[KMTESTS:SE]
...
- Remove broken prototypes
svn path=/trunk/; revision=59546
2013-07-20 19:40:32 +00:00
Thomas Faber
517239e69e
[KMTEST]
...
- Fix platform includes
svn path=/trunk/; revision=59545
2013-07-20 19:36:41 +00:00
Thomas Faber
2d6aa7e6da
[KMTESTS:RTL]
...
- Add test for REG_MULTI_SZ in RtlQueryRegistryValues
svn path=/trunk/; revision=59544
2013-07-20 19:33:13 +00:00
Amine Khaldi
92b4e8d9dd
[WINMM_WINETEST]
...
* Silence some warnings.
svn path=/trunk/; revision=59524
2013-07-19 23:42:18 +00:00
Thomas Faber
f001f43b65
[IEFRAME][MSHTML_WINETEST]
...
- Use SHANDLE_PTR in IWebBrowserApp::get_HWND. Already sent to Wine.
svn path=/trunk/; revision=59482
2013-07-14 13:01:55 +00:00
Thomas Faber
d16e22b423
[MSHTML_WINETEST]
...
- Use winetest_interactive to disable tests
svn path=/trunk/; revision=59479
2013-07-14 10:11:45 +00:00
Thomas Faber
b05476d7af
[COM_APITEST]
...
- Add additional classes and interfaces
svn path=/trunk/; revision=59466
2013-07-13 08:07:42 +00:00
Thomas Faber
0402c8a1e8
[COM_APITEST]
...
- Add support for classes with ThreadingModel values other than Apartment
svn path=/trunk/; revision=59465
2013-07-13 08:01:51 +00:00
Thomas Faber
e241bb486e
[KMTESTS:RTL]
...
- Fix a warning
svn path=/trunk/; revision=59463
2013-07-13 06:31:13 +00:00
Hermès Bélusca-Maïto
eb7721d922
Remove an unneccesary commented definition of RegOpenCurrentUser.
...
svn path=/trunk/; revision=59455
2013-07-10 22:28:29 +00:00
Thomas Faber
7b4f26f22d
[COM_APITEST]
...
- Add a test verifying the interfaces exposed by various COM classes, grouped by server dll
ROSTESTS-98
svn path=/trunk/; revision=59442
2013-07-07 09:10:31 +00:00
Sylvain Petreolle
6536e07d53
[QUARTZ]
...
Use winetest_interactive to disable tests.
svn path=/trunk/; revision=59392
2013-06-30 13:59:59 +00:00
Amine Khaldi
1ab112c1d7
[CMD_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=59375
2013-06-29 21:38:34 +00:00
Sylvain Petreolle
d9ba33534f
[SHELL32]
...
Fix MSVC build.
svn path=/trunk/; revision=59368
2013-06-29 17:46:24 +00:00
Sylvain Petreolle
f5fbeb377b
[SHELL32]
...
Properly disable DDE tests.
svn path=/trunk/; revision=59367
2013-06-29 17:35:05 +00:00
Thomas Faber
1c1f89cd6b
[KMTESTS:MM]
...
- Gracefully handle file open failure in ZwCreateSection test. Patch by Aleksandar Andrejevic.
ROSTESTS-115 #resolve
svn path=/trunk/; revision=59362
2013-06-29 13:10:30 +00:00
Thomas Faber
14e80363be
[QUARTZ_WINETEST]
...
- Skip dsoundrender, filtergraph, misc, videorenderer tests because they cause testbot timeouts.
ROSTESTS-116
svn path=/trunk/; revision=59356
2013-06-29 08:36:39 +00:00
Thomas Faber
3b4a05175b
[KMTESTS]
...
- Skip FsRtlMcb again to make testbot happy
svn path=/trunk/; revision=59351
2013-06-29 05:38:37 +00:00
Sylvain Petreolle
63e0c4e9d4
[KMTESTS:FSRTL]
...
Enable FsRtlMcb tests.
svn path=/trunk/; revision=59349
2013-06-28 19:25:37 +00:00
Aleksey Bragin
e329b10e5c
[KMTESTS/FSRTL]
...
- Add all runs dumping to aid in development.
- Do not try to add a mapping run with 0 LBN. Zero and negative LBNs are forbidden.
- Rework other tests to work as expected (plumb a hole).
svn path=/trunk/; revision=59347
2013-06-27 08:32:46 +00:00
Thomas Faber
bb905b4468
[ROSAUTOTEST]
...
- Remove an unnecessary hack that makes the app useless on MSVC
svn path=/trunk/; revision=59292
2013-06-22 17:16:25 +00:00
Thomas Faber
b6ce4e511a
[C++]
...
- Enable MSVC build of mesa, telnet, explorer and rosautotest
CORE-6950 #resolve
svn path=/trunk/; revision=59291
2013-06-22 16:38:27 +00:00
Thomas Faber
d8b4a7bd9e
[CMAKE]
...
- rework set_cpp to allow fine-grained control over enabled language features
CORE-6950
svn path=/trunk/; revision=59288
2013-06-22 14:44:56 +00:00
Thomas Faber
0aa1f8c0cc
[MSHTML_WINETEST]
...
- Fix warnings about missing sprintf
svn path=/trunk/; revision=59275
2013-06-21 17:28:53 +00:00
Thomas Faber
7a91442d56
[APITESTS]
...
- Avoid warnings
svn path=/trunk/; revision=59274
2013-06-21 17:22:46 +00:00
Amine Khaldi
9190ce5a77
[LOCALSPL_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59232
2013-06-16 14:36:02 +00:00
Amine Khaldi
1155b43932
[QMGR_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59227
2013-06-16 11:10:56 +00:00
Aleksey Bragin
015d9d3a12
[KMTEST]
...
- Fix variable declaration placement.
svn path=/trunk/; revision=59189
2013-06-08 10:31:39 +00:00
Aleksey Bragin
881c40e133
[KMTEST]
...
- Implement simple KeDeviceQueue test by Moscow State Technical University students. Improvements are welcome.
svn path=/trunk/; revision=59188
2013-06-08 10:19:26 +00:00
Aleksey Bragin
20770ec6a1
[KMTEST]
...
- Fix variables declarations, and don't mix 1/0 and TRUE/FALSE. Boolean was invented for that.
svn path=/trunk/; revision=59182
2013-06-06 21:54:00 +00:00
Aleksey Bragin
192f898958
[KMTEST]
...
- Constantine Belev: Fix a few bugs in the SeQueryInfoToken test. Now it does not crash in ReactOS anymore.
svn path=/trunk/; revision=59181
2013-06-06 09:44:34 +00:00
Aleksey Bragin
2b03ca813e
[KMTEST]
...
- Fix formatting of FsRtlTunnel.c
- Add proper header.
svn path=/trunk/; revision=59180
2013-06-05 23:25:02 +00:00
Hermès Bélusca-Maïto
450ab7055a
[ROSAPPS]
...
Add 4 little tests for RtlDetermineDosPathNameType
svn path=/trunk/; revision=59179
2013-06-05 23:24:04 +00:00
Aleksey Bragin
73f6b44f85
[KMTEST]
...
- Add tests for SeQueryInformationToken NTAPI. By Moscow State Technical University students Constantine Belev, Denis Grishin, Egor Sinitsyn.
- Disabled from testbot because they bugcheck ReactOS (unimplemented functions bugcheck). Work in progress...
svn path=/trunk/; revision=59178
2013-06-05 23:16:14 +00:00
Aleksey Bragin
4b891e910a
[KMTEST]
...
- Add tests for FsRtl Tunnel Cache APIs. By Moscow State Technical University students Arseny Ashuha, Marina Volosnikova and Denis Petkevich.
- Disabled from testbot because they bugcheck ReactOS (unimplemented functions bugcheck).
svn path=/trunk/; revision=59177
2013-06-05 22:50:57 +00:00
James Tabor
3f5d3a590a
[WineTests]
...
- Sync to 1.5.31.
svn path=/trunk/; revision=59156
2013-06-02 20:45:51 +00:00
Hermès Bélusca-Maïto
d313d838eb
[APITESTS-KERNEL32]
...
Commit my FindFiles test.
ROSTESTS-84 #resolve #comment Committed in revision 59146.
svn path=/trunk/; revision=59146
2013-06-02 17:01:22 +00:00
Amine Khaldi
eabdc48e8a
[CABINET_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59128
2013-05-31 16:57:58 +00:00
Amine Khaldi
31500a3e7b
[AVIFIL32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59126
2013-05-31 16:38:50 +00:00
Amine Khaldi
10e6d3b971
[ADVPACK_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59103
2013-05-29 11:01:18 +00:00
Amine Khaldi
5ad38a47d0
[GDIPLUS_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59074
2013-05-23 17:23:10 +00:00
Amine Khaldi
5d69f70bd6
[WINDOWSCODECS_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59072
2013-05-23 16:40:21 +00:00
Amine Khaldi
d05faf138b
[WINHTTP_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59065
2013-05-21 20:07:04 +00:00
Amine Khaldi
816b8786c8
[WININET_WINETEST]
...
* Improve the headers inclusion for urlcache.c.
svn path=/trunk/; revision=59063
2013-05-21 19:56:35 +00:00
Amine Khaldi
57540beb53
[WININET_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59062
2013-05-20 21:42:42 +00:00
Amine Khaldi
d02375a0e3
[MSHTML_WINETEST]
...
* Skip some tests that result in timeouts.
ROSTESTS-113 ROSTESTS-114
svn path=/trunk/; revision=59050
2013-05-20 11:17:23 +00:00
Amine Khaldi
d0b02e62c0
[MSHTML_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=59048
2013-05-19 21:22:21 +00:00
Amine Khaldi
0af75befc5
[VBSCRIPT_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=59018
2013-05-15 17:33:58 +00:00
Pierre Schweitzer
bfe3492dc4
[KMTESTS:FSRTL]
...
Add comments
svn path=/trunk/; revision=58962
2013-05-06 11:24:55 +00:00
Pierre Schweitzer
c97cdd5dd9
[KMTESTS:FSRTL]
...
Add more tests for MCBs
svn path=/trunk/; revision=58961
2013-05-06 08:10:53 +00:00
Thomas Faber
5cd67c3c36
[KMTESTS:MM]
...
- Fix 64-bit warnings. Patch by Nikolay Borisov.
ROSTESTS-112 #resolve
svn path=/trunk/; revision=58940
2013-05-05 12:18:49 +00:00
Amine Khaldi
074fd31218
[FUSION_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58928
2013-05-04 20:21:53 +00:00
Jérôme Gardou
3b0611bcc9
[NTDLL_APITEST]
...
* Add tests for NtProtectVirtualMemory
svn path=/trunk/; revision=58924
2013-05-04 15:26:48 +00:00
Thomas Faber
66675db02b
[WININET_WINETEST]
...
- Hackfix hanging test. There's no benefit in having testbot take longer.
ROSTESTS-73 #comment Temporary timeout added in r58917 to prevent hanging.
svn path=/trunk/; revision=58917
2013-05-04 08:10:58 +00:00
Thomas Faber
76a1dccfe2
[KMTESTS:MM]
...
- Add tests for ZwAllocateVirtualMemory, ZwCreateSection, ZwMapViewOfSection. Patch by Nikolay Borisov (nib9 at aber dot ac dot uk).
- Some tests are currently skipped because they crash or assert on ROS: See ROSTESTS-107, ROSTESTS-108, ROSTESTS-109, ROSTESTS-110.
ROSTESTS-105 #resolve
svn path=/trunk/; revision=58874
2013-04-27 18:33:50 +00:00
Thomas Faber
4c309ccd7f
[KMTESTS]
...
- Implement a mechanism for kmtests to retrieve information from user-mode. Patch by Nikolay Borisov (nib9 at aber dot ac dot uk).
- Currently supported function: QueryVirtualMemory
ROSTESTS-96 #resolve
svn path=/trunk/; revision=58873
2013-04-27 18:18:17 +00:00
Thomas Faber
03dfa33272
[ADVAPI32_APITEST]
...
- Add basic parameter tests for SaferIdentifyLevel
CORE-6942
svn path=/trunk/; revision=58867
2013-04-27 09:12:20 +00:00
Thomas Faber
c568d4fd8b
[KMTESTS:FSRTL]
...
- Rework FsRtlExpression test to be more maintainable by using a table. Patch by Víctor Martínez Calvo, a few comments by me.
CORE-7108 #resolve
svn path=/trunk/; revision=58864
2013-04-27 07:44:28 +00:00
Thomas Faber
ab9ec0bd8c
[KMTESTS:FSRTL]
...
- Enable running FsRtlMcb by hand
svn path=/trunk/; revision=58859
2013-04-26 09:31:12 +00:00
Pierre Schweitzer
43ee5e7b98
[NTOSKRNL]
...
Disable FsRtlMcb for the moment, as they crash, don't provide any useful and prevent the VBox testbot to properly run
svn path=/trunk/; revision=58858
2013-04-26 06:47:42 +00:00
Pierre Schweitzer
f6d5d2eb5d
[KMTESTS:FSRTL]
...
Fix copy/paste mistakes
svn path=/trunk/; revision=58849
2013-04-25 10:08:05 +00:00
Pierre Schweitzer
5d683f8f8f
[KMTESTS:FSRTL]
...
Add tests for testing Large MCBs on Aleksey's request.
Currently, they fail (and even crash) on ReactOS.
Aleksey promised a bugfix!
svn path=/trunk/; revision=58838
2013-04-23 21:34:59 +00:00
Thomas Faber
4517988f68
[NTDLL_APITEST]
...
- Add test cases showing that RtlDosPathNameToNtPathName_U strips trailing dots
svn path=/trunk/; revision=58832
2013-04-22 19:09:12 +00:00
Pierre Schweitzer
2b47f60899
[KMTEST:FSRTL]
...
Add a test that matches rosautotest.exe behavior
svn path=/trunk/; revision=58826
2013-04-22 06:49:01 +00:00
Thomas Faber
76b9a203f2
[KMTESTS]
...
- Add a few more tests for FindFirstFile
- Silence kmtest debugging
svn path=/trunk/; revision=58819
2013-04-21 20:47:52 +00:00
Thomas Faber
3e16da2604
[KMTESTS]
...
- Add a kernel32 test (I know right) to check how FindFirstFile* modifies wildcards
ROSTESTS-104 #resolve
svn path=/trunk/; revision=58813
2013-04-21 19:00:10 +00:00
Thomas Faber
a3ee37624f
[KMTESTS]
...
- Add KmtSendWStringToDriver to easily send unicode strings to special-purpose drivers
- Add TESTENTRY_NO_EXCLUSIVE_DEVICE flag for non-exclusive devices in special-purpose drivers
ROSTESTS-104
svn path=/trunk/; revision=58812
2013-04-21 18:53:51 +00:00
Amine Khaldi
a8618f38c2
[SHDOCVW_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58811
2013-04-21 16:40:23 +00:00
Pierre Schweitzer
bc281af13f
[KMTESTS:FSRTL]
...
Add more tests for FsRtlIs*InExpression()
Tested on w2k3 by Thomas
svn path=/trunk/; revision=58801
2013-04-21 13:47:54 +00:00
Pierre Schweitzer
301f9552c0
[KMTEST:FSRTL]
...
Fix assertion failure on checked builds
svn path=/trunk/; revision=58789
2013-04-20 12:54:38 +00:00
Pierre Schweitzer
13bb26cfcf
[KMTEST:FSRTL]
...
Add more tests for FsRtlIsNameInExpression() by Victor Martinez
Also add these tests for FsRtlIsDbcsInExpression()
See CORE-5125 for more information
svn path=/trunk/; revision=58788
2013-04-20 12:24:57 +00:00
Amine Khaldi
192afa3ac1
[DINPUT_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=58769
2013-04-15 19:31:42 +00:00
Hermès Bélusca-Maïto
2dd6b556a9
[ROSTESTS]
...
Correct spelling of "receive" throughout the codebase.
Patch by andygui.
CORE-7062 #resolve #comment Part for RosTests fixed in revision r58745.
svn path=/trunk/; revision=58745
2013-04-13 21:33:03 +00:00
Jérôme Gardou
9ba5a55c52
[NTDLL_APITEST]
...
* Enable the test for committing regions larger than the section again
* Test behaviour of NtFreeVirtualMemory(MEM_DECOMMIT) for section-backed virtual memory
svn path=/trunk/; revision=58728
2013-04-09 23:27:35 +00:00
Amine Khaldi
f7bf1643bf
[CRYPTUI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58722
2013-04-08 16:31:12 +00:00
Amine Khaldi
71e8bf218c
[CRYPTNET_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58720
2013-04-08 16:22:36 +00:00
Thomas Faber
1740826018
[NTDLL_APITEST]
...
CORE-7065 #comment Temporarily disable the crashing test to get meaningful testbot results again.
svn path=/trunk/; revision=58708
2013-04-07 10:47:10 +00:00
Jérôme Gardou
bffc9025eb
[KERNEL32_APITEST]
...
- Invoke some black voodoo for fixing linux builder
svn path=/trunk/; revision=58694
2013-04-06 19:34:54 +00:00
Jérôme Gardou
583947dac6
[KERNEL32_APITEST]
...
- Try to fix linux builder
svn path=/trunk/; revision=58693
2013-04-06 19:26:35 +00:00
Jérôme Gardou
000b53fe3e
[KERNEL32_APITEST]
...
- Add a test verifying that the filter set with SetUnhandledExceptionFilter is called.
Take this as an occasion to demonstrate a bug with SSE exceptions in ReactOS
svn path=/trunk/; revision=58692
2013-04-06 19:15:11 +00:00
Timo Kreuzer
f73c34fe9a
[NTDLL_APITEST]
...
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection, make tests 64 bit compatible.
svn path=/trunk/; revision=58684
2013-04-05 19:19:14 +00:00
Hermès Bélusca-Maïto
1e6feb87df
[ROSAPPS]
...
Fix remaining "initialize" misspellings.
svn path=/trunk/; revision=58680
2013-04-04 20:13:05 +00:00
Hermès Bélusca-Maïto
fed0b44fc6
[ROSTESTS]
...
Correct spelling and Co.
svn path=/trunk/; revision=58678
2013-04-04 19:47:42 +00:00
Hermès Bélusca-Maïto
82eb1bf74f
[ROSTESTS]
...
Fix spelling of 'length' in various places.
Patch by andygui
CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!
svn path=/trunk/; revision=58674
2013-04-04 19:35:20 +00:00
Amine Khaldi
8becae201d
[CRYPT32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58669
2013-04-03 22:43:36 +00:00
Amine Khaldi
ec92213735
[MSI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58666
2013-04-03 21:58:14 +00:00
Amine Khaldi
27a7122a84
[JSCRIPT_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58664
2013-04-03 21:20:05 +00:00
Giannis Adamopoulos
2484252bc4
- Fix some tests for OpenInputDesktop and add some more
...
svn path=/trunk/; revision=58661
2013-04-03 14:23:02 +00:00
Timo Kreuzer
c0642c44b6
[NTDLL_APITEST]
...
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection
svn path=/trunk/; revision=58613
2013-03-27 19:10:51 +00:00
Amine Khaldi
ed66d4e4c8
[USP10_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58612
2013-03-26 19:16:39 +00:00
Amine Khaldi
f9f8940500
[XMLLITE_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58610
2013-03-26 19:02:58 +00:00
Amine Khaldi
f2c550a04f
[SHLWAPI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58601
2013-03-24 12:36:17 +00:00
Amine Khaldi
38dc6fc8e9
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58589
2013-03-23 11:25:24 +00:00
Amine Khaldi
a85aee22bc
[OLE32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58587
2013-03-23 10:35:40 +00:00
Amine Khaldi
aaa2bdfbce
[MSXML3_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58580
2013-03-22 16:13:58 +00:00
Amine Khaldi
65c73ec5ba
[URLMON_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58570
2013-03-22 14:29:24 +00:00
Amine Khaldi
a1407ecabc
[PROPSYS_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=58568
2013-03-22 12:08:15 +00:00
Amine Khaldi
017ba0c5a7
[COMCTL32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58522
2013-03-16 17:07:05 +00:00
Amine Khaldi
0b0a413710
[GDI32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58518
2013-03-16 15:01:33 +00:00
Hermès Bélusca-Maïto
6462517d32
Remove the unneeded $Id$ blabla from the source code.
...
svn path=/trunk/; revision=58492
2013-03-14 00:39:31 +00:00
Hermès Bélusca-Maïto
084bdac394
Remove ALL the unneeded "author date id revision" svn properties.
...
svn path=/trunk/; revision=58491
2013-03-14 00:02:41 +00:00
Timo Kreuzer
a263a1faad
[NTDLL_WINETEST]
...
CORE-6977 #comment Make sure the buffer for NtQueryInformationAtom is ULONG aligned. Fixes failed atom tests on ReactOS and Windows when compiled with GCC 4.7.2. Should be sent to wine. Keeping the jira issue open.
svn path=/trunk/; revision=58378
2013-02-28 11:30:20 +00:00
Timo Kreuzer
2bab12f092
[GDIPLUS_WINETEST]
...
CORE-6969 Adding a check to skip a test after failure instead of continuing with uninitialized memory. "Fixes" a crash when compiled with GCC 4.7.2
svn path=/trunk/; revision=58377
2013-02-28 09:38:08 +00:00
Timo Kreuzer
2b6431ea3e
Amendment to r58335
...
svn path=/trunk/; revision=58336
2013-02-17 15:12:16 +00:00
Timo Kreuzer
16295390df
[MSVCRT_WINETEST]
...
define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.
svn path=/trunk/; revision=58330
2013-02-17 14:26:33 +00:00
Timo Kreuzer
c383bf7601
[POWRPROF_APITEST]
...
Fix subscript out of array bounds
svn path=/trunk/; revision=58327
2013-02-17 10:31:50 +00:00
Amine Khaldi
5bbe8eb4d6
[GDI32_APITEST]
...
* Add missing stdio inclusion.
svn path=/trunk/; revision=58307
2013-02-10 16:48:18 +00:00
Thomas Faber
7121ae2525
[NTDLL_APITEST]
...
- Add a few more test cases for RtlDoesFileExists_U*
CORE-6202
svn path=/trunk/; revision=58302
2013-02-09 16:55:04 +00:00
Thomas Faber
555dc7c2aa
[KERNEL32_APITEST]
...
- Fix GCC 4.7 warning; fix a typo spotted by Edijus
svn path=/trunk/; revision=58295
2013-02-09 10:56:28 +00:00
Amine Khaldi
c71475e3bb
* Addendum to r58214.
...
svn path=/trunk/; revision=58290
2013-02-05 17:54:22 +00:00
Amine Khaldi
4bc787a402
[IMM32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=58285
2013-02-03 20:58:19 +00:00
Amine Khaldi
17c3c78605
[USP10_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=58283
2013-02-03 20:49:58 +00:00
Thomas Faber
5994749f53
[BROWSEUI_APITEST]
...
- Add a test for SHExplorerParseCmdLine.
CORE-5568
svn path=/trunk/; revision=58218
2013-01-25 23:24:46 +00:00
Amine Khaldi
7d4974af75
[SHELL32_WINETEST]
...
* Add some missing includes.
svn path=/trunk/; revision=58212
2013-01-24 22:20:54 +00:00
Hermès Bélusca-Maïto
05bc0402cc
Forgot this one.
...
svn path=/trunk/; revision=58180
2013-01-15 23:25:56 +00:00