reactos/modules/rostests/apitests/ntdll
2020-06-06 21:38:37 +02:00
..
i386
load_notifications
CMakeLists.txt [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
fil1.txt
LdrEnumResources.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
load_notifications.c
NtAcceptConnectPort.c
NtAllocateVirtualMemory.c
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
NtCreateKey.c
NtCreateThread.c
NtDeleteKey.c
ntdll_apitest.exe.local
ntdll_apitest.spec
ntdlltest.manifest
NtDuplicateObject.c
NtFreeVirtualMemory.c
NtLoadUnloadKey.c
NtMapViewOfSection.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
NtMutant.c
NtOpenKey.c
NtOpenProcessToken.c
NtOpenThreadToken.c
NtProtectVirtualMemory.c
NtQueryInformationFile.c
NtQueryInformationProcess.c [NTDLL_APITEST] Add ProcessWx86Information testcase for NtXxxInformationProcess (#2852) 2020-06-06 21:38:37 +02:00
NtQueryInformationThread.c [NTDLL_APITEST] Add initial NtQueryInformationThread() testcase (#2782) 2020-05-14 14:32:38 +02:00
NtQueryKey.c
NtQuerySystemEnvironmentValue.c
NtQuerySystemInformation.c
NtQueryVolumeInformationFile.c
NtReadFile.c
NtSaveKey.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
NtSetInformationFile.c
NtSetInformationProcess.c [NTDLL_APITEST] Add ProcessWx86Information testcase for NtXxxInformationProcess (#2852) 2020-06-06 21:38:37 +02:00
NtSetInformationThread.c [NTDLL_APITEST] Add NtSetInformationThread testcase (#2793) 2020-06-06 17:48:39 +02:00
NtSetValueKey.c
NtSetVolumeInformationFile.c
NtUnloadDriver.c [NTDLL_APITEST] Add a test for NtUnloadDriver. 2019-12-31 15:18:59 +01:00
NtWriteFile.c
precomp.h [APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them. 2019-12-31 15:18:41 +01:00
RtlAllocateHeap.c
RtlBitmap.c [APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them. 2019-12-31 15:18:41 +01:00
RtlComputePrivatizedDllName_U.c
RtlCopyMappedMemory.c
RtlDebugInformation.c [NTDLL_APITEST] Add test for RTL_DEBUG_QUERY_MODULES 2020-04-26 13:44:02 +02: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
RtlDosApplyFileIsolationRedirection_Ustr.c
RtlDosPathNameToNtPathName_U.c
RtlDosSearchPath_U.c
RtlDosSearchPath_Ustr.c
RtlFirstFreeAce.c [APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them. 2019-12-31 15:18:41 +01:00
RtlGenerate8dot3Name.c
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
RtlGetLongestNtPathLength.c
RtlGetNtProductType.c [APITEST][NTDLL] Implement RtlGetNtProductType testcase (#2489) 2020-04-17 13:47:09 +03:00
RtlGetUnloadEventTrace.c [NTDLL_APITEST] Add a test for RtlGetUnloadEventTrace 2020-04-26 14:35:51 +02:00
RtlHandle.c
RtlImageRvaToVa.c [APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them. 2019-12-31 15:18:41 +01:00
RtlIsNameLegalDOS8Dot3.c
RtlMemoryStream.c
RtlMultipleAllocateHeap.c [SDK][RTL][NTDLL_APITEST] Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap (#2641) 2020-04-24 17:45:43 +09:00
RtlNtPathNameToDosPathName.c [ROSTESTS] Update test helpers to allow custom file/line info 2020-02-08 22:09:13 +01:00
RtlpEnsureBufferSize.c
RtlQueryTimeZoneInfo.c
RtlReAllocateHeap.c
RtlUnicodeStringToAnsiString.c
RtlUpcaseUnicodeStringToCountedOemString.c
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
testlist.c [NTDLL_APITEST] Add NtSetInformationThread testcase (#2793) 2020-06-06 17:48:39 +02:00
Timer.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00