@@ -36,6 +36,11 @@ file(COPY testGraphics.C DESTINATION ${BUILD_DIR})
36
36
# - s == new SVG
37
37
# - a == all
38
38
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.
39
44
# MAC OS platforms
40
45
if (CMAKE_SYSTEM_NAME MATCHES Darwin)
41
46
set (TEST_DESCRIPTIONS
@@ -284,7 +289,7 @@ set(TEST_DESCRIPTIONS
284
289
#"piechart a graphics" Excluded because of MAC failures (2. round, o)
285
290
"piechart j graphics"
286
291
"piechart p graphics"
287
- "piechart s graphics"
292
+ # "piechart s graphics"
288
293
"quarks a graphics"
289
294
#"schroedinger_hydrogen a graphics" Excluded because of MAC failures (2. round, o p)
290
295
"schroedinger_hydrogen j graphics"
@@ -304,7 +309,7 @@ set(TEST_DESCRIPTIONS
304
309
"gerrors a graphs"
305
310
#"gerrors2 a graphs" Excluded because of MAC failures (2. round, o p)
306
311
"gerrors2 j graphs"
307
- "gerrors2 s graphs"
312
+ # "gerrors2 s graphs"
308
313
"gmultierrors a graphs" #s
309
314
"graph a graphs"
310
315
#"graph2derrorsfit a graphs" Excluded because of MAC failures (2. round, o p)
@@ -413,7 +418,7 @@ set(TEST_DESCRIPTIONS
413
418
"mathLaplace s math"
414
419
#"mathStudent a math" Excluded because of MAC failures (2. round, o p)
415
420
"mathStudent j math"
416
- "mathStudent s math" #s
421
+ # "mathStudent s math"#s
417
422
#"mathcoreCDF a math" Excluded because of MAC failures (2. round, o p)
418
423
"mathcoreCDF j math"
419
424
#"mathcoreCDF s math"
0 commit comments