@@ -39,7 +39,7 @@ file(COPY testGraphics.C DESTINATION ${BUILD_DIR})
39
39
# Currently MAC and linux are seperated. NEW SVGs with headless chrome browser are not tested on MAC.
40
40
# That's why there are two completely seperate parts and thats why ,a == all, excludes s == new svgs on MAC
41
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
42
+ # After the problem with hanging chrome browser is solved and the chroe , one can combine these two parts again and
43
43
# also test new SVGs on MAC and also change a == all.
44
44
# MAC OS platforms
45
45
if (CMAKE_SYSTEM_NAME MATCHES Darwin )
@@ -256,13 +256,13 @@ set(TEST_DESCRIPTIONS
256
256
#" AtlasExample a graphics " Excluded because of MAC failures (2. round, j)
257
257
" AtlasExample o graphics "
258
258
" AtlasExample p graphics "
259
- # " AtlasExample s graphics "
259
+ " AtlasExample s graphics "
260
260
#" analyze a graphics " Excluded because of MAC failures (2. round, o p)
261
261
" analyze j graphics "
262
262
" analyze s graphics "
263
263
#" archi a graphics " Excluded because of MAC failures (2. round, o p)
264
264
" archi j graphics "
265
- # " archi s graphics "
265
+ " archi s graphics "
266
266
" arrows a graphics "
267
267
" compile a graphics "
268
268
" crown a graphics "
@@ -314,7 +314,7 @@ set(TEST_DESCRIPTIONS
314
314
" graph a graphs "
315
315
#" graph2derrorsfit a graphs " Excluded because of MAC failures (2. round, o p)
316
316
" graph2derrorsfit j graphs "
317
- # " graph2derrorsfit s graphs "
317
+ " graph2derrorsfit s graphs "
318
318
#" graphApply a graphs " Excluded because of MAC failures (2. round, o p)
319
319
" graphApply j graphs "
320
320
" graphApply s graphs "
@@ -334,7 +334,7 @@ set(TEST_DESCRIPTIONS
334
334
" scatter a graphs "#s
335
335
#" surfaces a graphs " Excluded because of MAC failures (2. round, o p)
336
336
" surfaces j graphs "
337
- # " surfaces s graphs "
337
+ " surfaces s graphs "
338
338
#" timeonaxis a graphs " Excluded because of linux fails (1. round)
339
339
#" timeonaxis2 a graphs " Excluded because of linux fails (1. round)
340
340
#" timeonaxis3 a graphs " Excluded because of linux fails (1. round)
@@ -355,7 +355,7 @@ set(TEST_DESCRIPTIONS
355
355
#" candlescaled a hist " Excluded because of MAC failures (2. round, o)
356
356
" candlescaled j hist "
357
357
" candlescaled p hist "
358
- # " candlescaled s hist "
358
+ " candlescaled s hist "
359
359
" fillhistosauto2p a hist "
360
360
" fillrandom a hist "
361
361
" h2_cut a hist "
@@ -370,7 +370,7 @@ set(TEST_DESCRIPTIONS
370
370
" hlabels1 a hist "
371
371
#" hstack a hist " Excluded because of MAC failures (2. round, o p)
372
372
" hstack j hist "
373
- # " hstack s hist "
373
+ " hstack s hist "
374
374
" legendautoplaced a hist "
375
375
" logscales a hist "
376
376
" movepalette a hist "
@@ -394,7 +394,7 @@ set(TEST_DESCRIPTIONS
394
394
" reverseaxis s hist "
395
395
#" testSmooth a hist " Excluded because of MAC failures (2. round, o p)
396
396
" testSmooth j hist "
397
- # " testSmooth s hist "
397
+ " testSmooth s hist "
398
398
" th2polyBoxes a hist "
399
399
" th2polyEurope a hist "
400
400
#" th2polyHoneycomb a hist " Excluded because of MAC failures (2. round, j o p)
@@ -407,7 +407,7 @@ set(TEST_DESCRIPTIONS
407
407
" BreitWigner a math "
408
408
#" GammaFun a math " Excluded because of MAC failures (2. round, o p)
409
409
" GammaFun j math "
410
- # " GammaFun s math "
410
+ " GammaFun s math "
411
411
" chi2test a math "
412
412
" hlquantiles a math "
413
413
" mathBeta a math "
@@ -418,10 +418,10 @@ set(TEST_DESCRIPTIONS
418
418
" mathLaplace s math "
419
419
#" mathStudent a math " Excluded because of MAC failures (2. round, o p)
420
420
" mathStudent j math "
421
- # " mathStudent s math "#s
421
+ " mathStudent s math "#s
422
422
#" mathcoreCDF a math " Excluded because of MAC failures (2. round, o p)
423
423
" mathcoreCDF j math "
424
- # " mathcoreCDF s math "
424
+ " mathcoreCDF s math "
425
425
#" mathcoreStatFunc a math " Excluded because of MAC failures (2. round, o p)
426
426
" mathcoreStatFunc j math "
427
427
" mathcoreStatFunc s math "
@@ -454,8 +454,8 @@ foreach(TEST_DESCRIPTION ${TEST_DESCRIPTIONS})
454
454
MACROARG \" ${macro} \" ,\" p\" ,\" ${macro_folder} \" ,\" ${BUILD_DIR} \" )
455
455
456
456
elseif(${test_type} STREQUAL " s ")
457
-
458
457
ROOTTEST_ADD_TEST(${macro} _s
458
+ RUN_SERIAL
459
459
MACRO testGraphics.C
460
460
MACROARG \" ${macro} \" ,\" s\" ,\" ${macro_folder} \" ,\" ${BUILD_DIR} \" )
461
461
0 commit comments