Thomas Faber
487818ab87
[USER32_APITEST]
...
- Add a test for SendMessageTimeout failure case
- Remove a pointless (and broken) memset (Coverity)
CORE-8699
svn path=/trunk/; revision=64948
2014-10-24 09:16:04 +00:00
Jérôme Gardou
03b386d0e0
[USER32_APITEST]
...
- Add a test showing that CopyImage accepts LR_SHARED flag.
CORE-7575
svn path=/trunk/; revision=64916
2014-10-23 11:19:21 +00:00
Thomas Faber
268d1c62fe
[RTL]
...
- Fix a buffer overflow in RtlSetBits/RtlClearBits
svn path=/trunk/; revision=64867
2014-10-21 14:22:28 +00:00
Timo Kreuzer
211e68d9b1
[NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
...
[USER32_APITEST] Disable WndProc test when runtime checks are enabled
[KERNEL32_WINETEST] Zero initialize a buffer. This is necessary, since we fail all calls to GetVolumePathNamesForVolumeNameW and thus never get any data into the buffer, which can later result in a buffer-overrun, when doing a lstrlenW on it.
svn path=/trunk/; revision=64831
2014-10-19 19:37:55 +00:00
Amine Khaldi
9333ffdf62
[APITESTS/W32KDLL_*]
...
* Use set_module_type() instead of set_entrypoint().
svn path=/trunk/; revision=64802
2014-10-18 14:00:20 +00:00
Amine Khaldi
c0e495f046
[CMAKE]
...
* Addendum to r64795.
* Also remove unneeded wine linking and ntdll importing.
* Remove redundant defines.
svn path=/trunk/; revision=64796
2014-10-17 23:29:24 +00:00
Jérôme Gardou
4703670a3c
[ADVAPI32_APITESTS]
...
- Add a few tests for DuplicateTokenEx
svn path=/trunk/; revision=64736
2014-10-13 18:49:09 +00:00
Thomas Faber
d5b17b9082
[GDI32]
...
- Return 1 on failure in IntEnumFontFamilies, as shown by the test
CORE-8628 #resolve
svn path=/trunk/; revision=64720
2014-10-13 14:06:40 +00:00
Thomas Faber
00109ad544
[GDI32_APITEST]
...
- Add a test for EnumFontFamilies* returning no results
CORE-8628
svn path=/trunk/; revision=64719
2014-10-13 12:25:30 +00:00
Thomas Faber
80ecfd75ed
[USER32_APITEST]
...
- Extend GetUserObjectInformation test to include the ansi version. ... this is the lazy way and just duplicates the code, feel free to make it more concise.
CORE-8101
svn path=/trunk/; revision=64706
2014-10-13 09:22:59 +00:00
Amine Khaldi
8a6c831120
* Minor formatting fixes for consistency.
...
svn path=/trunk/; revision=64486
2014-10-03 10:25:20 +00:00
Sylvain Petreolle
4a66664eba
[WS2_32_APITEST]
...
Add WSAStartup-dependent tests.
svn path=/trunk/; revision=64480
2014-10-03 09:00:15 +00:00
Jérôme Gardou
1cef9e5e5b
[ADVAPI32_APITEST]
...
- Add a few tests for RegEnumValueW
svn path=/trunk/; revision=64468
2014-10-02 17:31:06 +00:00
Jérôme Gardou
cd4b86a398
[ADVAPI32_APITEST]
...
- Add a few more tests for corner cases of RegCreateKeyEx API with HKCR subkeys
CORE-8582
svn path=/trunk/; revision=64440
2014-10-01 17:28:45 +00:00
Jérôme Gardou
758851efe4
[ADVAPI32_APITEST]
...
- Add more tests for HKCR subkeys creation.
CORE-8582
svn path=/trunk/; revision=64439
2014-10-01 15:59:54 +00:00
Timo Kreuzer
dc5a81e32e
[CRT_APITEST]
...
Fix some tests based on Windows 2003 SP1 behavior. Patch by Victor Martinez.
svn path=/trunk/; revision=64425
2014-09-30 21:10:15 +00:00
Jérôme Gardou
de0f394751
[ADVAPI32_APITEST]
...
- Remove some tests that are broken if HKCU\software\classes\CLSID key exists.
Better tests were added later anyway.
CORE-8582
svn path=/trunk/; revision=64413
2014-09-30 19:59:02 +00:00
Jérôme Gardou
cce1fd1f0c
[ADVAPI32_APITEST]
...
- Skip tests if the user has no administrative rights
- Add more tests for subkey creation
svn path=/trunk/; revision=64412
2014-09-30 19:58:59 +00:00
Jérôme Gardou
267bd04e5f
[ADVAPI32_APITEST]
...
- Add tests testing behaviour of RegOpen/Create for HKEY_CLASSES_ROOT subkeys
- Clean up a bit the other tests
CORE-8582
svn path=/trunk/; revision=64402
2014-09-29 19:13:37 +00:00
Jérôme Gardou
ea57e45a4b
[NTDLL_APITEST]
...
- Add tests for NtQueryKey(KeyNameInformation)
[ADVAPI32_APITEST]
- Don't be so generous and claim back my code.
@Thomas: If you ever find out how buggy it is, feel free to claim it back. ;-)
svn path=/trunk/; revision=64394
2014-09-29 16:21:53 +00:00
Jérôme Gardou
40cf5d521c
[ADVAPI32_APITEST]
...
- Add a few tests regarding HKEY_CLASSES_ROOT special keys.
svn path=/trunk/; revision=64393
2014-09-29 13:35:59 +00:00
Timo Kreuzer
ec2f154c80
[GDI32_APITEST]
...
- Add tests for OffsetClipRgn
- Imporve ExcludeClipRect tests
svn path=/trunk/; revision=64370
2014-09-28 18:24:58 +00:00
Timo Kreuzer
b9421c0166
[GDI32_APITEST]
...
Add another test case for ExcludeClipRect
svn path=/trunk/; revision=64332
2014-09-27 10:57:50 +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
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
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
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
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
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
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
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
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
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