From: Matthias Maier Date: Fri, 17 May 2019 18:46:57 +0000 (-0500) Subject: Disable two ADOL-C tests in release configuration X-Git-Tag: v9.2.0-rc1~1460^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da145708b8b00b44574ffd9022f8669ec62679e2;p=dealii.git 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. --- 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