reactos/modules/rostests/apitests/ntdll
Timo Kreuzer 520cf2294d [APITESTS] Share ok_eq_* macros between apitests and kmtests
This makes it possible to share sources between kmtest and apitests, e.g. for rtl.
2023-11-10 19:00:41 +02:00
..
amd64 [NTDLL_APITEST] Implement NtContinue test for x64 2022-11-24 21:17:58 +02:00
i386
load_notifications
CMakeLists.txt [NTDLL_APITEST] Write NtAccessCheck testcase that tests for empty generic mapping scenario 2023-10-04 18:04:29 +02:00
fil1.txt
LdrEnumResources.c [NTDLL_APITEST] Fix LdrEnumResources test for x64 2022-12-30 11:19:26 +01:00
load_notifications.c
locale.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
NtAcceptConnectPort.c
NtAccessCheck.c [NTDLL_APITEST] Write NtAccessCheck testcase that tests for empty generic mapping scenario 2023-10-04 18:04:29 +02:00
NtAccessCheckByType.c [NTDLL_APITEST] Write tests for NtAccessCheckByType 2023-08-22 17:54:19 +02:00
NtAccessCheckByTypeResultList.c [NTDLL_APITEST] Write tests for NtAccessCheckByTypeResultList 2023-08-22 17:54:19 +02:00
NtAdjustGroupsToken.c [NTDLL_APITEST] Implement NtAdjustGroupsToken API tests 2021-09-23 17:38:42 +02:00
NtAdjustPrivilegesToken.c
NtAllocateVirtualMemory.c
NtApphelpCacheControl.c
NtCompareTokens.c
NtContinue.c [APITESTS] Share ok_eq_* macros between apitests and kmtests 2023-11-10 19:00:41 +02:00
NtCreateFile.c
NtCreateKey.c
NtCreateThread.c
NtDeleteKey.c
ntdll_apitest.exe.local
ntdll_apitest.spec
ntdlltest.manifest
NtDuplicateObject.c
NtDuplicateToken.c [NTDLL_APITEST] Free the allocated memory block when we're done 2021-10-23 09:58:50 +02:00
NtFilterToken.c [NTDLL_APITEST] Implement NtFilterToken testcase 2021-11-07 14:14:18 +01:00
NtFreeVirtualMemory.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
NtImpersonateAnonymousToken.c
NtLoadUnloadKey.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
NtMapViewOfSection.c [NTDLL_APITEST] Fix a test for NtMapViewOfSection 2023-04-17 00:41:31 +03:00
NtMutant.c
NtOpenKey.c
NtOpenProcessToken.c
NtOpenThreadToken.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
NtProtectVirtualMemory.c
NtQueryInformationFile.c
NtQueryInformationProcess.c [NTDLL_APITEST] Test that NtQueryInformationProcess(ProcessWx86Information) can work without a ReturnLength pointer. 2021-11-22 00:13:33 +01:00
NtQueryInformationThread.c
NtQueryInformationToken.c [NTDLL_APITEST] NtQueryInformationToken: write tests for TokenGroupsAndPrivileges 2022-06-19 17:22:04 +02:00
NtQueryKey.c
NtQueryOpenSubKeys.c [NTDLL_APITEST] Write some tests for NtQueryOpenSubKeys 2023-03-16 20:04:31 +01:00
NtQuerySystemEnvironmentValue.c
NtQuerySystemInformation.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
NtQueryValueKey.c
NtQueryVolumeInformationFile.c
NtReadFile.c
NtSaveKey.c
NtSetInformationFile.c
NtSetInformationProcess.c [NTDLL_APITEST] Add alignment probing tests for Query/Set information process related routines 2021-05-02 20:56:14 +02:00
NtSetInformationThread.c
NtSetInformationToken.c [NTDLL_APITEST] Write tests for NtQueryInformationToken and NtSetInformationToken 2022-06-09 19:20:31 +02:00
NtSetValueKey.c
NtSetVolumeInformationFile.c
NtUnloadDriver.c
NtWriteFile.c
precomp.h
probelib.c [NTDLL_APITEST] Fix test for ProcessUserModeIOPL in Nt[Query/Set]InformationProcess 2023-01-31 18:39:21 +01:00
RtlAllocateHeap.c
RtlBitmap.c
RtlComputePrivatizedDllName_U.c
RtlCopyMappedMemory.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
RtlCriticalSection.c [NTDLL_APITEST] Add tests for critical sections 2023-09-07 08:36:48 +03:00
RtlDebugInformation.c
RtlDeleteAce.c
RtlDetermineDosPathNameType.c
RtlDoesFileExists.c
RtlDosApplyFileIsolationRedirection_Ustr.c [APITESTS] Share ok_eq_* macros between apitests and kmtests 2023-11-10 19:00:41 +02:00
RtlDosPathNameToNtPathName_U.c
RtlDosSearchPath_U.c
RtlDosSearchPath_Ustr.c [APITESTS] Share ok_eq_* macros between apitests and kmtests 2023-11-10 19:00:41 +02:00
RtlFirstFreeAce.c
RtlGenerate8dot3Name.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
RtlGetFullPathName_U.c
RtlGetFullPathName_Ustr.c
RtlGetFullPathName_UstrEx.c
RtlGetLengthWithoutLastFullDosOrNtPathElement.c
RtlGetLengthWithoutTrailingPathSeperators.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetLongestNtPathLength.c
RtlGetNtProductType.c [NTDLL_APITEST] Fix RtlGetNtProductType test 2022-06-26 16:09:52 +02:00
RtlGetUnloadEventTrace.c
RtlHandle.c
RtlImageDirectoryEntryToData.c
RtlImageRvaToVa.c
RtlIsNameLegalDOS8Dot3.c
RtlMemoryStream.c [REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines. 2021-09-13 03:52:19 +02:00
RtlMultipleAllocateHeap.c [FASTFAT][NTDLL_APITEST] Add missing semicolon after _SEH2_END (#5568) 2023-08-15 18:16:31 +02:00
RtlNtPathNameToDosPathName.c
RtlpApplyLengthFunction.c
RtlpEnsureBufferSize.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlQueryTimeZoneInfo.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
RtlReAllocateHeap.c
RtlRemovePrivileges.c [RTL][NTDLL_APITEST] Implement RtlRemovePrivileges (#4614) 2022-10-05 14:31:39 +02:00
RtlUnicodeStringToAnsiString.c
RtlUnicodeStringToCountedOemString.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
RtlUnicodeToOemN.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
RtlUpcaseUnicodeStringToCountedOemString.c
RtlValidateUnicodeString.c
RtlxUnicodeStringToAnsiSize.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
RtlxUnicodeStringToOemSize.c Remove '.html' from spdx.org license page URLs. (#4845) 2022-11-03 18:25:37 +01:00
shell32.dll
sprintf.c
StackOverflow.c [NTDLL_APITEST] Fix tests for StackOverflow 2023-01-31 18:39:21 +01:00
SystemInfo.c
test.dll
testdata.rc
testlist.c [NTDLL_APITEST] Write NtAccessCheck testcase that tests for empty generic mapping scenario 2023-10-04 18:04:29 +02:00
Timer.c [NTDLL_APITEST] Comment out a test that fails on Windows Server 2003 2023-01-31 18:39:21 +01:00
UserModeException.c [NTDLL_APITEST] Add test for some user mode exceptions 2022-07-14 18:35:28 +02:00