Skip to content

Commit

Permalink
Disable web-based stressGraphics tests
Browse files Browse the repository at this point in the history
For the moment cannot reproduce problem on fedora39
  • Loading branch information
linev committed Oct 16, 2024
1 parent 6bdca27 commit 2f7462f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,22 @@ 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()
if(FIREFOX_EXECUTABLE AND NOT APPLE AND NOT MSVC)
ROOT_ADD_TEST(test-stressgraphics-firefox
RUN_SERIAL
ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH}
COMMAND stressGraphics -b -k -p=sgf --web=firefox
FAILREGEX "FAILED|Error in"
LABELS longtest)
endif()
# 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 AND NOT MSVC)
# ROOT_ADD_TEST(test-stressgraphics-firefox
# RUN_SERIAL
# ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH}
# COMMAND stressGraphics -b -k -p=sgf --web=firefox
# FAILREGEX "FAILED|Error in"
# LABELS longtest)
# endif()
endif()

#--stressHistogram------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2f7462f

Please sign in to comment.