reactos/modules/rostests/apitests/ntdll
Katayama Hirofumi MZ 1cc721e6d5
[NTDLL][NTDLL_APITEST] Add LdrLoadDll testcase (#6563)
JIRA issue: CORE-6585
- Add one comment into LdrpLoadDll function.
- Add LdrLoadDll testcase.
2024-03-06 07:58:07 +09:00
..
amd64 [NTDLL_APITEST] Implement NtContinue test for x64 2022-11-24 21:17:58 +02:00
i386
load_notifications
CMakeLists.txt [NTDLL][NTDLL_APITEST] Add LdrLoadDll testcase (#6563) 2024-03-06 07:58:07 +09:00
fil1.txt
LdrEnumResources.c [NTDLL_APITEST] Fix LdrEnumResources test for x64 2022-12-30 11:19:26 +01:00
LdrLoadDll.c [NTDLL][NTDLL_APITEST] Add LdrLoadDll testcase (#6563) 2024-03-06 07:58:07 +09:00
load_notifications.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
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 [NTDLL_APITEST] Implement NtAdjustPrivilegesToken testcase 2021-09-05 09:53:17 +02:00
NtAllocateVirtualMemory.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
NtApphelpCacheControl.c
NtCompareTokens.c [NTDLL_APITEST] Implement testcase for NtCompareTokens 2021-03-04 16:22:56 +03:00
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 [NTDLL_APITEST] Implement NtImpersonateAnonymousToken testcase 2021-04-27 12:25:03 +02:00
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 [NTDLL_APITEST] Add alignment probing tests for Query/Set information thread related routines 2021-05-02 20:58:40 +02:00
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
NtSetDefaultLocale.c [NTDLL_APITEST] Write some tests for NtSetDefaultLocale 2023-11-16 21:09:08 +01:00
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 [NTDLL_APITEST] Add alignment probing tests for Query/Set information thread related routines 2021-05-02 20:58:40 +02:00
NtSetInformationToken.c [NTDLL_APITEST] Write tests for NtQueryInformationToken and NtSetInformationToken 2022-06-09 19:20:31 +02:00
NtSetValueKey.c [ROSTESTS] Skip some test on x64 2021-07-10 18:41:12 +02:00
NtSetVolumeInformationFile.c
NtUnloadDriver.c
NtWriteFile.c
precomp.h [NTDLL_APITEST] Implement NtAdjustPrivilegesToken testcase 2021-09-05 09:53:17 +02:00
probelib.c [NTDLL_APITEST] Fix test for ProcessUserModeIOPL in Nt[Query/Set]InformationProcess 2023-01-31 18:39:21 +01:00
RtlAllocateHeap.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
RtlBitmap.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
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 [RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathElement 2021-05-08 19:24:23 +02:00
RtlGetLengthWithoutTrailingPathSeperators.c
RtlGetLongestNtPathLength.c
RtlGetNtProductType.c [NTDLL_APITEST] Fix RtlGetNtProductType test 2022-06-26 16:09:52 +02:00
RtlGetProcessHeaps.c [NTDLL_APITEST] Add test for RtlGetProcessHeaps 2023-12-17 22:28:40 +01: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 [RTL] Implement RtlpApplyLengthFunction 2021-05-08 19:24:23 +02:00
RtlpEnsureBufferSize.c
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][NTDLL_APITEST] Add LdrLoadDll testcase (#6563) 2024-03-06 07:58:07 +09: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