reactos/modules/rostests/apitests/kernel32
Thomas Faber 32f17b34f5
[KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202
Clang will not let us use SSE intrinsics at all when compiling for a
target that doesn't support SSE. Since this test is a special case,
we can simply fix this by changing the options for one function.
The alternative would be to use our own inline functions for the
intrinsics instead of the builtins, like we do for GCC.
2020-08-23 12:07:38 +02:00
..
redirptest
classtest.manifest
classtest2.manifest
CMakeLists.txt [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
comctl32dep.manifest
ConsoleCP.c [KERNEL32_APITEST] Add extra test cases for the 'ConsoleCP' test. (#2278) 2020-02-22 19:50:12 +01:00
CreateProcess.c
DefaultActCtx.c
dep1.manifest
deptest.manifest
DeviceIoControl.c
dosdev.c
FindActCtxSectionStringW.c
FindFiles.c
FLS.c
FormatMessage.c
FormatMessage.mc
GetComputerNameEx.c [KERNEL32_APITEST][WS2_32_APITEST] Call SetLastError() before checking LastError (#2437) 2020-03-30 12:52:37 +02:00
GetCurrentDirectory.c
GetDriveType.c
GetModuleFileName.c
GetVolumeInformation.c
interlck.c
IsDBCSLeadByteEx.c
JapaneseCalendar.c
kernel32_apitest.rc
LoadLibraryExW.c
lstrcpynW.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
lstrlen.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
Mailslot.c
MultiByteToWideChar.c
precomp.h
PrivMoveFileIdentityW.c [APITESTS] Tested function must be called before GetLastError() log (#2433) 2020-03-13 18:15:21 +01:00
QueueUserAPC.c [KERNEL32_APITEST] s/QueryUserAPC/QueueUseAPC/ 2020-05-02 14:58:48 +09:00
SetComputerNameExW.c
SetConsoleWindowInfo.c
SetCurrentDirectory.c
SetUnhandledExceptionFilter.c [KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202 2020-08-23 12:07:38 +02:00
SystemFirmware.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
TerminateProcess.c
testlist.c [KERNEL32_APITEST] s/QueryUserAPC/QueueUseAPC/ 2020-05-02 14:58:48 +09:00
TunnelCache.c
WideCharToMultiByte.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00