@@ -39,7 +39,7 @@ file(COPY testGraphics.C DESTINATION ${BUILD_DIR})
3939# Currently MAC and linux are seperated. NEW SVGs with headless chrome browser are not tested on MAC.
4040# That's why there are two completely seperate parts and thats why ,a == all, excludes s == new svgs on MAC
4141# 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
42+ # After the problem with hanging chrome browser is solved and the chroe , one can combine these two parts again and
4343# also test new SVGs on MAC and also change a == all.
4444# MAC OS platforms
4545if (CMAKE_SYSTEM_NAME MATCHES Darwin)
@@ -256,13 +256,13 @@ set(TEST_DESCRIPTIONS
256256 #"AtlasExample a graphics" Excluded because of MAC failures (2. round, j)
257257 "AtlasExample o graphics"
258258 "AtlasExample p graphics"
259- # "AtlasExample s graphics"
259+ "AtlasExample s graphics"
260260 #"analyze a graphics" Excluded because of MAC failures (2. round, o p)
261261 "analyze j graphics"
262262 "analyze s graphics"
263263 #"archi a graphics" Excluded because of MAC failures (2. round, o p)
264264 "archi j graphics"
265- # "archi s graphics"
265+ "archi s graphics"
266266 "arrows a graphics"
267267 "compile a graphics"
268268 "crown a graphics"
@@ -314,7 +314,7 @@ set(TEST_DESCRIPTIONS
314314 "graph a graphs"
315315 #"graph2derrorsfit a graphs" Excluded because of MAC failures (2. round, o p)
316316 "graph2derrorsfit j graphs"
317- # "graph2derrorsfit s graphs"
317+ "graph2derrorsfit s graphs"
318318 #"graphApply a graphs" Excluded because of MAC failures (2. round, o p)
319319 "graphApply j graphs"
320320 "graphApply s graphs"
@@ -334,7 +334,7 @@ set(TEST_DESCRIPTIONS
334334 "scatter a graphs" #s
335335 #"surfaces a graphs" Excluded because of MAC failures (2. round, o p)
336336 "surfaces j graphs"
337- # "surfaces s graphs"
337+ "surfaces s graphs"
338338 #"timeonaxis a graphs" Excluded because of linux fails (1. round)
339339 #"timeonaxis2 a graphs" Excluded because of linux fails (1. round)
340340 #"timeonaxis3 a graphs" Excluded because of linux fails (1. round)
@@ -355,7 +355,7 @@ set(TEST_DESCRIPTIONS
355355 #"candlescaled a hist" Excluded because of MAC failures (2. round, o)
356356 "candlescaled j hist"
357357 "candlescaled p hist"
358- # "candlescaled s hist"
358+ "candlescaled s hist"
359359 "fillhistosauto2p a hist"
360360 "fillrandom a hist"
361361 "h2_cut a hist"
@@ -370,7 +370,7 @@ set(TEST_DESCRIPTIONS
370370 "hlabels1 a hist"
371371 #"hstack a hist" Excluded because of MAC failures (2. round, o p)
372372 "hstack j hist"
373- # "hstack s hist"
373+ "hstack s hist"
374374 "legendautoplaced a hist"
375375 "logscales a hist"
376376 "movepalette a hist"
@@ -394,7 +394,7 @@ set(TEST_DESCRIPTIONS
394394 "reverseaxis s hist"
395395 #"testSmooth a hist" Excluded because of MAC failures (2. round, o p)
396396 "testSmooth j hist"
397- # "testSmooth s hist"
397+ "testSmooth s hist"
398398 "th2polyBoxes a hist"
399399 "th2polyEurope a hist"
400400 #"th2polyHoneycomb a hist" Excluded because of MAC failures (2. round, j o p)
@@ -407,7 +407,7 @@ set(TEST_DESCRIPTIONS
407407 "BreitWigner a math"
408408 #"GammaFun a math" Excluded because of MAC failures (2. round, o p)
409409 "GammaFun j math"
410- # "GammaFun s math"
410+ "GammaFun s math"
411411 "chi2test a math"
412412 "hlquantiles a math"
413413 "mathBeta a math"
@@ -418,10 +418,10 @@ set(TEST_DESCRIPTIONS
418418 "mathLaplace s math"
419419 #"mathStudent a math" Excluded because of MAC failures (2. round, o p)
420420 "mathStudent j math"
421- # "mathStudent s math"#s
421+ "mathStudent s math" #s
422422 #"mathcoreCDF a math" Excluded because of MAC failures (2. round, o p)
423423 "mathcoreCDF j math"
424- # "mathcoreCDF s math"
424+ "mathcoreCDF s math"
425425 #"mathcoreStatFunc a math" Excluded because of MAC failures (2. round, o p)
426426 "mathcoreStatFunc j math"
427427 "mathcoreStatFunc s math"
@@ -454,8 +454,8 @@ foreach(TEST_DESCRIPTION ${TEST_DESCRIPTIONS})
454454 MACROARG \"${macro} \",\"p\",\"${macro_folder} \",\"${BUILD_DIR} \")
455455
456456 elseif (${test_type} STREQUAL "s" )
457-
458457 ROOTTEST_ADD_TEST(${macro} _s
458+ RUN_SERIAL
459459 MACRO testGraphics.C
460460 MACROARG \"${macro} \",\"s\",\"${macro_folder} \",\"${BUILD_DIR} \")
461461
0 commit comments