..
i386
load_notifications
[CMAKE] Use modules instead of shared libraries
2019-04-06 17:43:38 +02:00
CMakeLists.txt
[APITEST][NTDLL] Initial implementation of NtSetInformationProcess() testcase
2020-03-30 13:52:15 +03:00
fil1.txt
[NTDLL_APITEST] Various small fixes
2018-08-27 20:05:00 +02:00
LdrEnumResources.c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
load_notifications.c
[RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx
2018-08-13 13:24:12 +02:00
NtAcceptConnectPort.c
[REACTOS] Fix 64 bit build ( #465 )
2018-04-03 15:13:17 -06:00
NtAllocateVirtualMemory.c
[NTDLL_APITEST] Fix/Extend ApiTest NtAllocateVirtualMemory ( #207 )
2018-03-17 17:30:01 +01:00
NtApphelpCacheControl.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
NtContinue.c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
NtCreateFile.c
[REACTOS] Fix 64 bit build ( #465 )
2018-04-03 15:13:17 -06:00
NtCreateKey.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtCreateThread.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtDeleteKey.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
ntdll_apitest.exe.local
ntdll_apitest.spec
[NTDLL_APITEST] Show behavior with exceptions in DllMain.
2018-08-13 13:24:12 +02:00
ntdlltest.manifest
[GDIPLUS] Add it to winsxs.
2018-01-27 02:45:50 +02:00
NtDuplicateObject.c
[NTDLL_APITEST] Add test for NtDuplicateObject with OBJ_PROTECT_CLOSE.
2019-02-02 23:02:53 +01:00
NtFreeVirtualMemory.c
[NTDLL_APITEST] Create Test_NtFreeVirtualMemory_Parameters(). CORE-13126
2017-12-08 09:47:44 +01:00
NtLoadUnloadKey.c
[NTDLL_APITEST] Re-enable the part of the NtLoad/UnloadKey test related to force-unload a hive with opened sub-key handles.
2018-10-22 00:05:21 +02:00
NtMapViewOfSection.c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
NtMutant.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtOpenKey.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtOpenProcessToken.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtOpenThreadToken.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtProtectVirtualMemory.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtQueryInformationFile.c
[NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651
2019-02-02 22:50:19 +01:00
NtQueryInformationProcess.c
[NTDLL_APITEST] Add testcase for process priority class. CORE-16757
2020-03-28 13:10:44 +01:00
NtQueryKey.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtQuerySystemEnvironmentValue.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtQuerySystemInformation.c
[NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651
2019-02-02 22:50:19 +01:00
NtQueryVolumeInformationFile.c
[NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651
2019-02-02 22:50:19 +01:00
NtReadFile.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
NtSaveKey.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
NtSetInformationFile.c
[NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651
2019-02-02 22:50:19 +01:00
NtSetInformationProcess.c
[APITEST][NTDLL] Initial implementation of NtSetInformationProcess() testcase
2020-03-30 13:52:15 +03:00
NtSetValueKey.c
[NTDLL_APITEST] Show that registry strings can be longer than MAXUSHORT.
2019-02-20 12:23:24 +01:00
NtSetVolumeInformationFile.c
[NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651
2019-02-02 22:50:19 +01:00
NtUnloadDriver.c
[NTDLL_APITEST] Add a test for NtUnloadDriver.
2019-12-31 15:18:59 +01:00
NtWriteFile.c
[NTDLL_APITEST] Query sector size for NtWriteFile tests
2019-05-02 13:59:47 +02:00
precomp.h
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlAllocateHeap.c
[REACTOS] Fix 64 bit build ( #465 )
2018-04-03 15:13:17 -06:00
RtlBitmap.c
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlComputePrivatizedDllName_U.c
[NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U
2019-02-07 18:48:49 +01:00
RtlCopyMappedMemory.c
[NTDLL_APITEST] Allow the test to load on Windows XP. ROSTESTS-293
2017-12-07 09:54:53 +01:00
RtlDeleteAce.c
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlDetermineDosPathNameType.c
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlDoesFileExists.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlDosApplyFileIsolationRedirection_Ustr.c
[NTDLL_APITEST] Various small fixes
2018-08-27 20:05:00 +02:00
RtlDosPathNameToNtPathName_U.c
[APITESTS] Use StringCbPrintfA instead of sprintf
2019-08-20 15:05:47 +02:00
RtlDosSearchPath_U.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlDosSearchPath_Ustr.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlFirstFreeAce.c
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlGenerate8dot3Name.c
[APITESTS] Use StringCbPrintfA instead of sprintf
2019-08-20 15:05:47 +02:00
RtlGetFullPathName_U.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
RtlGetFullPathName_Ustr.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
RtlGetFullPathName_UstrEx.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
RtlGetLengthWithoutTrailingPathSeperators.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlGetLongestNtPathLength.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlHandle.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlImageRvaToVa.c
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
2019-12-31 15:18:41 +01:00
RtlIsNameLegalDOS8Dot3.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlMemoryStream.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlNtPathNameToDosPathName.c
[ROSTESTS] Update test helpers to allow custom file/line info
2020-02-08 22:09:13 +01:00
RtlpEnsureBufferSize.c
[REACTOS] Fix 64 bit build ( #465 )
2018-04-03 15:13:17 -06:00
RtlQueryTimeZoneInfo.c
[NTDLL_APITEST] Add missing test file for 0f8e7207
.
2018-05-31 17:12:52 +02:00
RtlReAllocateHeap.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlUnicodeStringToAnsiString.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlUpcaseUnicodeStringToCountedOemString.c
[NTDLL_APITEST] Add a PCH.
2017-12-02 22:15:04 +01:00
RtlValidateUnicodeString.c
[NTDLL_APITEST] Addendum to ae8c9a1f
: really test the "zero Length, non-zero MaximumLength" case. + add few simplifications.
2020-01-03 17:41:14 +01:00
shell32.dll
sprintf.c
StackOverflow.c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
SystemInfo.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
test.dll
testdata.rc
[NTDLL_APITEST] Show behavior with exceptions in DllMain.
2018-08-13 13:24:12 +02:00
testlist.c
[APITEST][NTDLL] Initial implementation of NtSetInformationProcess() testcase
2020-03-30 13:52:15 +03:00
Timer.c
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00