Skip to content

Commit

Permalink
Enable test-stressgraphics-firefox-skip3d
Browse files Browse the repository at this point in the history
Try to run stressGraphics with firefox, but without 3d

On several platforms (like Windows and sometime Mac) firefox
has problem to initialize WebGL and fallback solution does not work
properly
  • Loading branch information
linev committed Oct 16, 2024
1 parent f971004 commit b70d85a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ if(ROOT_opengl_FOUND)
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(FIREFOX_EXECUTABLE AND NOT APPLE)
ROOT_ADD_TEST(test-stressgraphics-firefox-skip3d
RUN_SERIAL
ENVIRONMENT LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib:$ENV{LD_LIBRARY_PATH}
COMMAND stressGraphics -b -k -p=sgf --web=firefox -skip3d
FAILREGEX "FAILED|Error in"
LABELS longtest)
endif()
endif()

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

0 comments on commit b70d85a

Please sign in to comment.