Pierre Schweitzer
7feed70d00
[NTDLL_APITESTS]
...
Add a test that shows that RtlAllocateHeap() totally ignores HEAP_CREATE_ALIGN_16
svn path=/trunk/; revision=69504
2015-10-11 21:10:03 +00:00
Thomas Faber
5e43107328
[NTDLL_APITEST]
...
- Add simple tests for NtOpenThreadToken[Ex] and NtOpenProcessToken[Ex]
svn path=/trunk/; revision=69329
2015-09-23 15:14:25 +00:00
Pierre Schweitzer
1e31c8d334
[NTDLL_APITESTS]
...
Add a few tests for RtlGenerate8dot3Name()
svn path=/trunk/; revision=69303
2015-09-20 10:42:05 +00:00
Thomas Faber
2565dcba26
[NTOS:PS]
...
- Implement NtApphelpCacheControl. Patch by Mark Jansen
CORE-9914 #resolve
svn path=/trunk/; revision=69022
2015-09-05 11:49:54 +00:00
Thomas Faber
0617f84eda
[RTL][NDK][NTDLL_APITEST]
...
- Properly implement/declare/test RtlCopyMappedMemory... it's not that hard
CORE-9857
svn path=/trunk/; revision=68234
2015-06-21 19:15:01 +00:00
Thomas Faber
c7d57b853b
[NTDLL_APITEST]
...
- Add a test for RtlReAllocateHeap -- shows that it doesn't handle allocations larger than 0x7f000 correctly in ROS
CORE-9441
svn path=/trunk/; revision=66958
2015-03-29 14:07:00 +00:00
Jérôme Gardou
91ab921a3d
[NTDLL_APITEST]
...
- Add tests showing windows behaviour in case of stack overflow.
svn path=/trunk/; revision=66326
2015-02-16 21:15:55 +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
d331e1725b
[NTDLL_APITEST]
...
- Add tests for NtDeleteKey
svn path=/trunk/; revision=63699
2014-07-07 14:46:04 +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
a1b89faa39
[NTDLL_APITEST]
...
Add a test for NtReleaseMutant
svn path=/trunk/; revision=63299
2014-05-14 20:23:38 +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
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
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
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
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
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
Jérôme Gardou
3b0611bcc9
[NTDLL_APITEST]
...
* Add tests for NtProtectVirtualMemory
svn path=/trunk/; revision=58924
2013-05-04 15:26:48 +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
482bde30b5
* Addendum to r58141.
...
svn path=/trunk/; revision=58142
2013-01-08 20:34:19 +00:00
Timo Kreuzer
d79e5f50d9
[NTDLL_APITEST}
...
Add tests for LdrEnumResources
svn path=/trunk/; revision=57550
2012-10-13 13:07:17 +00:00
Hermès Bélusca-Maïto
f527bc83ef
[APITEST:NTDLL]
...
Add a test for the NtQuerySystemEnvironmentValue API.
Tested successfully under Win2k3 SP1 and Win7.
svn path=/trunk/; revision=57512
2012-10-07 12:31:13 +00:00
Mike Nordell
83ec1cb161
Add test for RtlDosPathNameToNtPathName_U.
...
svn path=/trunk/; revision=57373
2012-09-24 12:17:04 +00:00
Amine Khaldi
cd70b62ce1
[CMAKE]
...
* Addendum to r57181. By Hermès Bélusca.
svn path=/trunk/; revision=57210
2012-09-01 11:35:12 +00:00
Timo Kreuzer
4f76ca4995
[NTDLL_APITEST]
...
Add tests for rtl bitmap function
svn path=/trunk/; revision=56675
2012-05-29 18:46:25 +00:00
Thomas Faber
ae1974497f
[NTDLL_APITEST]
...
- Add initial tests for RtlDosSearchPath_U & RtlDosSearchPath_Ustr
- Work around Wine ok() silliness
- Fix 64 bit warnings
svn path=/trunk/; revision=56468
2012-05-01 16:19:17 +00:00
Thomas Faber
d0683c7f6f
[NTDLL_APITEST]
...
- Add a test for RtlDoesFileExists_U (and its three friends, if addresses are provided)
- Various small path test improvements
svn path=/trunk/; revision=56416
2012-04-25 12:13:38 +00:00
Thomas Faber
bf4b9fbaad
[NTDLL_APITEST]
...
- Add a test for RtlGetFullPathName_Ustr (requires the function address to be known)
- Various improvements to the other path tests
svn path=/trunk/; revision=56413
2012-04-25 09:52:38 +00:00
Thomas Faber
fb43dc26f7
[NTDLL_APITEST]
...
- Add test for RtlGetLongestNtPathLength
- Add test for RtlDetermineDosPathNameType_U (and RtlDetermineDosPathNameType_Ustr, if address is known)
svn path=/trunk/; revision=56411
2012-04-25 07:43:33 +00:00
Thomas Faber
5c2322f0f8
[NTDLL_WINETEST]
...
- Fix running RtlGetFullPathName_UstrEx test from drive root
- Add a test for RtlGetFullPathName_U based on the same test cases
svn path=/trunk/; revision=56230
2012-03-25 21:24:05 +00:00
Thomas Faber
1c4bc49902
[NTDLL_APITEST]
...
- Add a test for RtlGetFullPathName_UstrEx
svn path=/trunk/; revision=56229
2012-03-25 20:01:12 +00:00
Thomas Faber
246357c187
[NTDLL_APITEST]
...
- Add NtAllocateVirtualMemory test, which is a small stress test for virtual memory allocation/freeing/reuse
- Can be used to reproduce bug 5857 in third stage (install with VT-x enabled, then disable for the test)
- Shows that the bug is a race condition in Mm, and not heap's fault
- I've put ASSERTs instead of ok's for easier debugging
svn path=/trunk/; revision=54548
2011-11-30 17:00:23 +00:00
Timo Kreuzer
802e11b708
[ntdll_apitests]
...
Add tests for NtQuery/SetSystemInformation
svn path=/trunk/; revision=54079
2011-10-11 15:29:25 +00:00
Jérôme Gardou
0a8af6df7c
[APITESTS]
...
- add simple tests for NtFreeVirtualMemory
svn path=/trunk/; revision=52642
2011-07-11 19:31:34 +00:00
Jérôme Gardou
9482663bde
[CMAKE/ROSTESTS]
...
Addendum to 51749
svn path=/trunk/; revision=51750
2011-05-14 20:55:36 +00:00
Jérôme Gardou
34d5d94b0a
[ROSTESTS/CMAKE]
...
- addendum to 51731
svn path=/trunk/; revision=51733
2011-05-14 14:03:44 +00:00
Amine Khaldi
7f7729cb6c
[CMAKE]
...
- Add ntdll apitest to build.
svn path=/trunk/; revision=50312
2011-01-07 20:31:56 +00:00
Sylvain Petreolle
6d8a71b4a4
[CMAKE]
...
Add apitests and pseh2_test.
svn path=/trunk/; revision=50277
2011-01-03 11:24:54 +00:00
Amine Khaldi
f5ce699517
[CMAKE]
...
- Add the apitests to build.
- Improve some winetests.
svn path=/trunk/; revision=50100
2010-12-22 16:33:37 +00:00