Skip to content

Commit

Permalink
[cmake] Disable stress-graphics-chrome test
Browse files Browse the repository at this point in the history
Until the failures on Fedora41 are addressed.
  • Loading branch information
dpiparo committed Nov 12, 2024
1 parent dd1b008 commit c3162d5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
# Disabled until the failures on Fedora 41 are addressed
# 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-skip3d
RUN_SERIAL
Expand Down

0 comments on commit c3162d5

Please sign in to comment.