reactos/modules/rostests/apitests/ntdll
Hermès Bélusca-Maïto 957e566a23
[APITESTS][NTVDM][SPOOLSV] Add the missing ENABLE_EXPORTS property as these EXE targets have function exports.
This became a requirement, following a previous CMake update.
Otherwise the built EXEs would not export their intended functions.

Addendum to commit d8e92b5a (see PR #1335)
CORE-15406

[LOADCONFIG] The GCC rant had nothing to do with GCC, but everything with CMake...

[SPOOLSV] Add the missing exported stubs.
2021-12-04 01:17:32 +01:00
..
i386 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
load_notifications [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt [APITESTS][NTVDM][SPOOLSV] Add the missing ENABLE_EXPORTS property as these EXE targets have function exports. 2021-12-04 01:17:32 +01:00
fil1.txt [NTDLL_APITEST] Various small fixes 2018-08-27 20:05:00 +02:00
LdrEnumResources.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02: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 [NTDLL_APITEST] Add some Japanese to RtlGenerate8dot3Name test case 2021-05-19 22:50:29 +02:00
NtAcceptConnectPort.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06: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 [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
NtCompareTokens.c [NTDLL_APITEST] Implement testcase for NtCompareTokens 2021-03-04 16:22:56 +03: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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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
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 [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02: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 [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02: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] 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
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 [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
NtQueryValueKey.c [NTDLL_APITEST] Add a test for KeyValuePartialInformationAlign64. CORE-17358 2020-11-14 15:10:59 +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 [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
NtSetValueKey.c [ROSTESTS] Skip some test on x64 2021-07-10 18:41:12 +02: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 [NTDLL_APITEST] Implement NtAdjustPrivilegesToken testcase 2021-09-05 09:53:17 +02:00
probelib.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02: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 [NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U 2019-02-07 18:48:49 +01:00
RtlCopyMappedMemory.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
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 [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 [NTDLL_APITEST] Add some Japanese to RtlGenerate8dot3Name test case 2021-05-19 22:50:29 +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
RtlGetLengthWithoutLastFullDosOrNtPathElement.c [RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathElement 2021-05-08 19:24:23 +02: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
RtlGetNtProductType.c Replace my E-mail with the ReactOS org one (#3475) 2021-02-22 18:26:55 +03:00
RtlGetUnloadEventTrace.c [NTDLL_APITEST] Add a test for RtlGetUnloadEventTrace 2020-04-26 14:35:51 +02:00
RtlHandle.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlImageDirectoryEntryToData.c [NTDLL_APITEST] Add test showing that RtlImageDirectoryEntryToData works on 32-bit and 64-bit images 2020-12-05 17:03:24 +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 [REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines. 2021-09-13 03:52:19 +02:00
RtlMultipleAllocateHeap.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
RtlNtPathNameToDosPathName.c [ROSTESTS] Update test helpers to allow custom file/line info 2020-02-08 22:09:13 +01:00
RtlpApplyLengthFunction.c [RTL] Implement RtlpApplyLengthFunction 2021-05-08 19:24:23 +02:00
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 [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
RtlUnicodeStringToCountedOemString.c [NTDLL_APITEST] Add some tests for RtlUnicodeStringToCountedOemString 2021-05-19 22:50:29 +02:00
RtlUnicodeToOemN.c [NTDLL_APITEST] Add some tests for RtlUnicodeToOemN 2021-05-19 22:50:29 +02: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
RtlxUnicodeStringToAnsiSize.c [NTDLL_APITEST] Add tests for RtlxUnicodeStringToAnsiSize & RtlxUnicodeStringToOemSize 2021-05-19 22:50:29 +02:00
RtlxUnicodeStringToOemSize.c [NTDLL_APITEST] Add tests for RtlxUnicodeStringToAnsiSize & RtlxUnicodeStringToOemSize 2021-05-19 22:50:29 +02:00
shell32.dll Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
sprintf.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
StackOverflow.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
SystemInfo.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
test.dll Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
testdata.rc [NTDLL_APITEST] Show behavior with exceptions in DllMain. 2018-08-13 13:24:12 +02:00
testlist.c [NTDLL_APITEST] Implement NtFilterToken testcase 2021-11-07 14:14:18 +01:00
Timer.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00