From 72c3868aaa9d74216c1e7c87968f43e431b43236 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 15 Oct 2024 09:41:45 +0200 Subject: [PATCH] [cmake] Disable test-stressgraphics-chrome Until failures on Linux Fedora 39 are understood. --- test/CMakeLists.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5c4ff82b10ed8..77602c490cf0d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -175,14 +175,15 @@ if(ROOT_opengl_FOUND) COMMAND ${ROOT_root_CMD} -b -q -l ${CMAKE_CURRENT_SOURCE_DIR}/stressGraphics.cxx FAILREGEX "FAILED|Error in" DEPENDS test-stressgraphics) - if(CHROME_EXECUTABLE) - ROOT_ADD_TEST(test-stressgraphics-chrome - RUN_SERIAL - ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH} - COMMAND stressGraphics -b -k -p=sgc --web=chrome - FAILREGEX "FAILED|Error in" - LABELS longtest) - endif() + # Disable test until failures on fedora39 are understood + # if(CHROME_EXECUTABLE) + # ROOT_ADD_TEST(test-stressgraphics-chrome + # RUN_SERIAL + # ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH} + # COMMAND stressGraphics -b -k -p=sgc --web=chrome + # FAILREGEX "FAILED|Error in" + # LABELS longtest) + #endif() if(FIREFOX_EXECUTABLE AND NOT APPLE) ROOT_ADD_TEST(test-stressgraphics-firefox RUN_SERIAL