Skip to content

Commit af9eb88

Browse files
Reduced to 6 new svg tests
1 parent 337b1e1 commit af9eb88

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

graphics/CMakeLists.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ file(COPY testGraphics.C DESTINATION ${BUILD_DIR})
3636
# - s == new SVG
3737
# - a == all
3838

39+
# Currently MAC and linux are seperated. NEW SVGs with headless chrome browser are not tested on MAC.
40+
# That's why there are two completely seperate parts and thats why ,a == all, excludes s == new svgs on MAC
41+
# and Linux. On Linux new SVG tests can be enabled individually using s. This is not enabled on MAC.
42+
# After the problem with hanging chrome browser is solved, one can combine these two parts again and
43+
# also test new SVGs on MAC and also change a == all.
3944
# MAC OS platforms
4045
if (CMAKE_SYSTEM_NAME MATCHES Darwin)
4146
set(TEST_DESCRIPTIONS
@@ -284,7 +289,7 @@ set(TEST_DESCRIPTIONS
284289
#"piechart a graphics" Excluded because of MAC failures (2. round, o)
285290
"piechart j graphics"
286291
"piechart p graphics"
287-
"piechart s graphics"
292+
#"piechart s graphics"
288293
"quarks a graphics"
289294
#"schroedinger_hydrogen a graphics" Excluded because of MAC failures (2. round, o p)
290295
"schroedinger_hydrogen j graphics"
@@ -304,7 +309,7 @@ set(TEST_DESCRIPTIONS
304309
"gerrors a graphs"
305310
#"gerrors2 a graphs" Excluded because of MAC failures (2. round, o p)
306311
"gerrors2 j graphs"
307-
"gerrors2 s graphs"
312+
#"gerrors2 s graphs"
308313
"gmultierrors a graphs"#s
309314
"graph a graphs"
310315
#"graph2derrorsfit a graphs" Excluded because of MAC failures (2. round, o p)
@@ -413,7 +418,7 @@ set(TEST_DESCRIPTIONS
413418
"mathLaplace s math"
414419
#"mathStudent a math" Excluded because of MAC failures (2. round, o p)
415420
"mathStudent j math"
416-
"mathStudent s math"#s
421+
#"mathStudent s math"#s
417422
#"mathcoreCDF a math" Excluded because of MAC failures (2. round, o p)
418423
"mathcoreCDF j math"
419424
#"mathcoreCDF s math"

0 commit comments

Comments
 (0)