reactos/modules/rostests/apitests/ntdll
Joachim Henze e95a2605d4 [0.4.11][NTDLL_APITEST] Mute 1 MSVC2010SP1 x86 dbg warning C4717 CORE-18104
can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
c:\047rls\reactos\modules\rostests\apitests\ntdll\stackoverflow.c(57) : warning C4717: 'infinite_recursive' : recursive on all control paths, function will cause runtime stack overflow

Muting is okay here, because stack overflow is specifically what is aimed to be tested here.

Fix is a partial pick of 0.4.14-dev-847-g 42d2d5ec9c

No warnings left in module NTDLL_APITEST and no C4717 left in releases/0.4.7.
2022-03-28 14:12:30 +02: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 [NTDLL_APITEST] Show behavior with exceptions in DllMain. 2018-08-13 13:24:12 +02:00
CMakeLists.txt [NTDLL_APITEST] Various small fixes 2018-08-27 20:05:00 +02:00
fil1.txt [NTDLL_APITEST] Various small fixes 2018-08-27 20:05:00 +02:00
LdrEnumResources.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
load_notifications.c [RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx 2018-08-13 13:24:12 +02:00
NtAcceptConnectPort.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
NtAllocateVirtualMemory.c [NTDLL_APITEST] Fix/Extend ApiTest NtAllocateVirtualMemory (#207) 2018-03-17 17:30:01 +01:00
NtApphelpCacheControl.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
NtContinue.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +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
NtFreeVirtualMemory.c [NTDLL_APITEST] Create Test_NtFreeVirtualMemory_Parameters(). CORE-13126 2017-12-08 09:47:44 +01:00
NtLoadUnloadKey.c [NTDLL_APITEST] Re-enable the part of the NtLoad/UnloadKey test related to force-unload a hive with opened sub-key handles. 2018-10-22 00:05:21 +02:00
NtMapViewOfSection.c [NTDLL_APITEST] Add tests for mapping and relocating an image with IMAGE_SCN_CNT_UNINITIALIZED_DATA 2018-06-03 20:40:51 +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 [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtProtectVirtualMemory.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtQueryInformationProcess.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01: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
NtQueryVolumeInformationFile.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtReadFile.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtSaveKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtSetValueKey.c [APITESTS][WINETESTS] Addendum to the recent PCH work. 2017-12-18 13:21:47 +01:00
NtWriteFile.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
precomp.h [APITESTS][WINETESTS] Addendum to the recent PCH work. 2017-12-18 13:21:47 +01:00
RtlAllocateHeap.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlBitmap.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlCopyMappedMemory.c [NTDLL_APITEST] Allow the test to load on Windows XP. ROSTESTS-293 2017-12-07 09:54:53 +01:00
RtlDeleteAce.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlDetermineDosPathNameType.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +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 [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06: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 [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGenerate8dot3Name.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetFullPathName_U.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetFullPathName_Ustr.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetFullPathName_UstrEx.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01: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
RtlHandle.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlImageRvaToVa.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlInitializeBitMap.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlIsNameLegalDOS8Dot3.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlMemoryStream.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlNtPathNameToDosPathName.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlpEnsureBufferSize.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlQueryTimeZoneInfo.c [NTDLL_APITEST] Add missing test file for 0f8e7207. 2018-05-31 17:12:52 +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
RtlUpcaseUnicodeStringToCountedOemString.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01: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 [0.4.11][NTDLL_APITEST] Mute 1 MSVC2010SP1 x86 dbg warning C4717 CORE-18104 2022-03-28 14:12:30 +02:00
SystemInfo.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +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] Show behavior with exceptions in DllMain. 2018-08-13 13:24:12 +02:00
Timer.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00