Skip to content

Commit ddfbccb

Browse files
Headless chrome browser, but new svg disabled
1 parent d463e09 commit ddfbccb

File tree

99 files changed

+13
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+13
-9
lines changed

graphics/CMakeLists.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,24 @@ foreach(TEST_DESCRIPTION ${TEST_DESCRIPTIONS})
179179
ROOTTEST_ADD_TEST(${macro}_s
180180
MACRO testGraphics.C
181181
MACROARG \"${macro}\",\"s\",\"${macro_folder}\",\"${BUILD_DIR}\")
182+
183+
# TODO: Headless chrome browser in ROOT CI and swbug hanging browser,
184+
# maybe also some new references
182185

186+
# elseif(${test_type} STREQUAL "a")
187+
# foreach (X "j" "o" "p" "s")
188+
# ROOTTEST_ADD_TEST(${macro}_${X}
189+
# MACRO testGraphics.C
190+
# MACROARG \"${macro}\",\"${X}\",\"${macro_folder}\",\"${BUILD_DIR}\")
191+
# endforeach()
192+
193+
# New SVG disabled
183194
elseif(${test_type} STREQUAL "a")
184-
foreach (X "j" "o" "p" "s")
195+
foreach (X "j" "o" "p")
185196
ROOTTEST_ADD_TEST(${macro}_${X}
186197
MACRO testGraphics.C
187198
MACROARG \"${macro}\",\"${X}\",\"${macro_folder}\",\"${BUILD_DIR}\")
188-
189-
# See comment above for the creation of the executable...
190-
# ROOTTEST_ADD_TEST(${macro}_${X}_exe
191-
# DEPENDS ${GENERATE_EXECUTABLE_TEST}
192-
# WORKING_DIR ${CMAKE_CURRENT_SOURCE_DIR}
193-
# EXEC testGraphics ${macro} ${X} ${macro_folder} ${BUILD_DIR})
194199
endforeach()
195-
196200
else()
197201
ROOTTEST_ADD_TEST(${macro}_${test_type}
198202
MACRO testGraphics.C
-2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-734 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)