From f2c571fe2bca6cfe3072a13e91a14aac26c0b7b4 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Wed, 27 Aug 2025 12:06:41 +0200 Subject: [PATCH] [test] make fixarr3 and fixarr2 non-concurrent Fixes https://github.com/root-project/root/issues/19076 This way they are executed one after the other, as they were originally in the original Makefile. --- roottest/root/io/evolution/CMakeLists.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/roottest/root/io/evolution/CMakeLists.txt b/roottest/root/io/evolution/CMakeLists.txt index be21cbc9ea557..f37d9f9d862f9 100644 --- a/roottest/root/io/evolution/CMakeLists.txt +++ b/roottest/root/io/evolution/CMakeLists.txt @@ -139,20 +139,18 @@ ROOTTEST_ADD_TEST(fixarr1 FIXTURES_REQUIRED root-io-evolution-fixarr1-fixture FIXTURES_SETUP root-io-evolution-fixarrfile-fixture) -# tests fails on some Mac platforms generating stacktrace -if(NOT APPLE) - ROOTTEST_ADD_TEST(fixarr2 - MACRO fixarr2.C+ - OUTREF fixarr2.ref - LABELS longtest io - FIXTURES_REQUIRED root-io-evolution-fixarr2-fixture root-io-evolution-fixarrfile-fixture) -endif() +ROOTTEST_ADD_TEST(fixarr2 + MACRO fixarr2.C+ + OUTREF fixarr2.ref + LABELS longtest io + FIXTURES_REQUIRED root-io-evolution-fixarr2-fixture root-io-evolution-fixarrfile-fixture + FIXTURES_SETUP root-io-evolution-fixarr2read-fixture) ROOTTEST_ADD_TEST(fixarr3 MACRO fixarr3.C+ OUTREF fixarr3.ref LABELS longtest io - FIXTURES_REQUIRED root-io-evolution-fixarr3-fixture root-io-evolution-fixarrfile-fixture) + FIXTURES_REQUIRED root-io-evolution-fixarr3-fixture root-io-evolution-fixarr2read-fixture) ROOTTEST_ADD_TEST(WriteFixedArrayOld