From 70d941cd6ebbc3726e08ef7f52d0135453f0b840 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Fri, 13 Mar 2020 16:21:55 +0100 Subject: [PATCH 2/3] Run tests on 32 bit --- test/stressGeometry.cxx | 8 -------- tree/tree/test/CMakeLists.txt | 10 +++------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/test/stressGeometry.cxx b/test/stressGeometry.cxx index 5e81f5f2ca..18e41a6f45 100644 --- a/test/stressGeometry.cxx +++ b/test/stressGeometry.cxx @@ -257,14 +257,6 @@ void stressGeometry(const char *exp="*", Bool_t generate_ref=kFALSE, Bool_t vecg if (opt.Contains(exps[i])) iexp[i] = 1; else iexp[i] = 0; } -#if defined(linux) && !defined(__x86_64__) - // 32bit linux: we have an error with ATLAS, see https://sft.its.cern.ch/jira/browse/ROOT-9893 - // Disable unless explicitly enabled. - if (all) { - printf("DISABLED ATLAS TEST due to known failure on Linux 32 bit!\n"); - iexp[32] = 0; - } -#endif TFile::SetCacheFileDir("."); TString fname; for (i=0; i