[ROSTESTS] Do not compile tests that should not run

With automatic test list creation, whatever is built will also run.
This commit is contained in:
Timo Kreuzer
2026-05-12 11:03:57 +03:00
parent dd27d0e194
commit 104d889c7a
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ list(APPEND SOURCE
CommandLineToArgvW.cpp
CShellDesktop.cpp
CShellLink.cpp
CUserNotification.cpp
#CUserNotification.cpp # Test is broken on Win 2003
Control_RunDLLW.cpp
DragDrop.cpp
ExtractIconEx.cpp
@@ -20,7 +20,7 @@ list(APPEND SOURCE
Int64ToString.cpp
IShellFolderViewCB.cpp
ItemIDList.cpp
OpenAs_RunDLL.cpp
#OpenAs_RunDLL.cpp # Test hangs on Win 2003
PathIsEqualOrSubFolder.cpp
PathIsTemporary.cpp
PathMakeUniqueName.cpp
@@ -40,10 +40,10 @@ list(APPEND SOURCE
SHShouldShowWizards.cpp
SHEnumerateUnreadMailAccountsW.cpp
She.cpp
ShellExec_RunDLL.cpp
ShellExecCmdLine.cpp
ShellExecuteEx.cpp
ShellExecuteW.cpp
#ShellExec_RunDLL.cpp # Broke on Windows
#ShellExecCmdLine.cpp # Broke on Windows
#ShellExecuteEx.cpp # Broke on Windows
#ShellExecuteW.cpp # Broke on Windows
ShellHook.cpp
ShellInfo.cpp
ShellState.cpp

View File

@@ -9,7 +9,7 @@ include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
list(APPEND SOURCE
ntdd/NtGdiDdCreateDirectDrawObject.c
ntdd/NtGdiDdDeleteDirectDrawObject.c
ntdd/NtGdiDdQueryDirectDrawObject.c
#ntdd/NtGdiDdQueryDirectDrawObject.c
ntgdi/NtGdiArcInternal.c
ntgdi/NtGdiBitBlt.c

View File

@@ -1,5 +1,5 @@
add_subdirectory(advapi32)
add_subdirectory(cmd)
#add_subdirectory(cmd)
add_subdirectory(comctl32)
add_subdirectory(kernel32)
add_subdirectory(user32)