reactos/rostests/apitests/ntdll
2017-01-15 11:51:06 +00:00
..
i386
CMakeLists.txt [NTDLL_APITEST] -Create a copy of the test in testdata and add along three empty files: ntdll_apitest.exe.local, shell32.dll and test.dll. Make the test start the subprocess from testdata to avoid any kind of interference of the .local to all the other tests. The empty dlls are needed there because there is no way to rename the files while adding them to the cab file like we do with NAME_ON_CD and creating them at runtime is not reliable as caching can cause random failures. 2017-01-15 11:51:06 +00:00
LdrEnumResources.c
NtAllocateVirtualMemory.c
NtApphelpCacheControl.c
NtContinue.c
NtCreateFile.c
NtCreateKey.c [NTDLL_APITEST] 2016-10-15 18:33:21 +00:00
NtCreateThread.c
NtDeleteKey.c
ntdll_apitest.exe.local [NTDLL_APITEST] -Create a copy of the test in testdata and add along three empty files: ntdll_apitest.exe.local, shell32.dll and test.dll. Make the test start the subprocess from testdata to avoid any kind of interference of the .local to all the other tests. The empty dlls are needed there because there is no way to rename the files while adding them to the cab file like we do with NAME_ON_CD and creating them at runtime is not reliable as caching can cause random failures. 2017-01-15 11:51:06 +00:00
NtFreeVirtualMemory.c
NtMapViewOfSection.c
NtMutant.c
NtOpenProcessToken.c
NtOpenThreadToken.c
NtProtectVirtualMemory.c
NtQueryInformationProcess.c
NtQueryKey.c
NtQuerySystemEnvironmentValue.c
NtQueryVolumeInformationFile.c
NtReadFile.c [NTDLL_APITEST] 2016-10-29 20:14:16 +00:00
NtSaveKey.c
NtSetValueKey.c
NtWriteFile.c [NTDLL_APITEST] 2016-10-29 11:39:07 +00:00
RtlAllocateHeap.c [NTDLL_APITEST] Add test for invalid pointer 2016-09-25 16:57:55 +00:00
RtlBitmap.c
RtlCopyMappedMemory.c
RtlDeleteAce.c
RtlDetermineDosPathNameType.c
RtlDoesFileExists.c
RtlDosApplyFileIsolationRedirection_Ustr.c [NTDLL_APITEST] -Create a copy of the test in testdata and add along three empty files: ntdll_apitest.exe.local, shell32.dll and test.dll. Make the test start the subprocess from testdata to avoid any kind of interference of the .local to all the other tests. The empty dlls are needed there because there is no way to rename the files while adding them to the cab file like we do with NAME_ON_CD and creating them at runtime is not reliable as caching can cause random failures. 2017-01-15 11:51:06 +00:00
RtlDosPathNameToNtPathName_U.c
RtlDosSearchPath_U.c
RtlDosSearchPath_Ustr.c
RtlFirstFreeAce.c
RtlGenerate8dot3Name.c [NTDLL_APITEST] 2016-09-13 09:57:52 +00:00
RtlGetFullPathName_U.c
RtlGetFullPathName_Ustr.c
RtlGetFullPathName_UstrEx.c
RtlGetLengthWithoutTrailingPathSeperators.c
RtlGetLongestNtPathLength.c
RtlImageRvaToVa.c
RtlInitializeBitMap.c
RtlIsNameLegalDOS8Dot3.c [NTDLL_APITEST] 2016-11-10 10:18:25 +00:00
RtlMemoryStream.c
RtlReAllocateHeap.c
RtlUpcaseUnicodeStringToCountedOemString.c [NTDLL_APITEST] 2016-11-10 10:18:25 +00:00
shell32.dll [NTDLL_APITEST] -Create a copy of the test in testdata and add along three empty files: ntdll_apitest.exe.local, shell32.dll and test.dll. Make the test start the subprocess from testdata to avoid any kind of interference of the .local to all the other tests. The empty dlls are needed there because there is no way to rename the files while adding them to the cab file like we do with NAME_ON_CD and creating them at runtime is not reliable as caching can cause random failures. 2017-01-15 11:51:06 +00:00
sprintf.c
StackOverflow.c
SystemInfo.c
test.dll [NTDLL_APITEST] -Create a copy of the test in testdata and add along three empty files: ntdll_apitest.exe.local, shell32.dll and test.dll. Make the test start the subprocess from testdata to avoid any kind of interference of the .local to all the other tests. The empty dlls are needed there because there is no way to rename the files while adding them to the cab file like we do with NAME_ON_CD and creating them at runtime is not reliable as caching can cause random failures. 2017-01-15 11:51:06 +00:00
testlist.c [NTDLL] -Add preliminary tests for RtlDosApplyFileIsolationRedirection_Ustr. 2017-01-12 11:21:04 +00:00
Timer.c