From da145708b8b00b44574ffd9022f8669ec62679e2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 17 May 2019 13:46:57 -0500 Subject: [PATCH] Disable two ADOL-C tests in release configuration It turns out that some optimizing compilers (gcc-7 onwards) are very happy in happily optimizing away in case of undefined behavior (that we are apparently encountering). Let's just disable these tests in release configuration. --- ...ar_failure_04.output => helper_scalar_failure_04.debug.output} | 0 ...per_tape_index_01.output => helper_tape_index_01.debug.output} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/adolc/{helper_scalar_failure_04.output => helper_scalar_failure_04.debug.output} (100%) rename tests/adolc/{helper_tape_index_01.output => helper_tape_index_01.debug.output} (100%) diff --git a/tests/adolc/helper_scalar_failure_04.output b/tests/adolc/helper_scalar_failure_04.debug.output similarity index 100% rename from tests/adolc/helper_scalar_failure_04.output rename to tests/adolc/helper_scalar_failure_04.debug.output diff --git a/tests/adolc/helper_tape_index_01.output b/tests/adolc/helper_tape_index_01.debug.output similarity index 100% rename from tests/adolc/helper_tape_index_01.output rename to tests/adolc/helper_tape_index_01.debug.output -- 2.39.5