From: Matthias Maier Date: Tue, 5 Nov 2013 22:00:02 +0000 (+0000) Subject: Bugfix: Be more specific with the warning introduced by the last commit: X-Git-Tag: v8.1.0~382 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623c4ae557443961214f8b49534a4dd40d1d60cf;p=dealii.git Bugfix: Be more specific with the warning introduced by the last commit: Also print "Test dropped". And, finally, rename broken output files git-svn-id: https://svn.dealii.org/trunk@31555 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_pickup_tests.cmake b/deal.II/cmake/macros/macro_pickup_tests.cmake index e4519c1242..2b0ace6afb 100644 --- a/deal.II/cmake/macros/macro_pickup_tests.cmake +++ b/deal.II/cmake/macros/macro_pickup_tests.cmake @@ -77,7 +77,7 @@ MACRO(DEAL_II_PICKUP_TESTS) MESSAGE(WARNING " Invalid feature constraint \"${_match}\" in file \"${_comparison}\": -The feature \"DEAL_II_${_feature}\" does not exist.\n" +The feature \"DEAL_II_${_feature}\" does not exist. Test dropped.\n" ) SET(_define_test FALSE) ENDIF() diff --git a/tests/deal.II/memory_consumption_01.with_64_bit_indices=off.output b/tests/deal.II/memory_consumption_01.with_64bit_indices=off.output similarity index 100% rename from tests/deal.II/memory_consumption_01.with_64_bit_indices=off.output rename to tests/deal.II/memory_consumption_01.with_64bit_indices=off.output diff --git a/tests/deal.II/memory_consumption_01.with_64_bit_indices=on.output b/tests/deal.II/memory_consumption_01.with_64bit_indices=on.output similarity index 100% rename from tests/deal.II/memory_consumption_01.with_64_bit_indices=on.output rename to tests/deal.II/memory_consumption_01.with_64bit_indices=on.output diff --git a/tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=10.output b/tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=10.output similarity index 100% rename from tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=10.output rename to tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=10.output diff --git a/tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=3.output b/tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=3.output similarity index 100% rename from tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=3.output rename to tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=3.output diff --git a/tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=4.output b/tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=4.output similarity index 100% rename from tests/mpi/step-40_direct_solver.with_petsc=true.with_64_bit_indices=off.mpirun=4.output rename to tests/mpi/step-40_direct_solver.with_petsc=true.with_64bit_indices=off.mpirun=4.output diff --git a/tests/petsc/solver_03_precondition_parasails.with_64_bit_indices=off.output b/tests/petsc/solver_03_precondition_parasails.with_64bit_indices=off.output similarity index 100% rename from tests/petsc/solver_03_precondition_parasails.with_64_bit_indices=off.output rename to tests/petsc/solver_03_precondition_parasails.with_64bit_indices=off.output diff --git a/tests/petsc/sparse_direct_mumps.with_64_bit_indices=off.output b/tests/petsc/sparse_direct_mumps.with_64bit_indices=off.output similarity index 100% rename from tests/petsc/sparse_direct_mumps.with_64_bit_indices=off.output rename to tests/petsc/sparse_direct_mumps.with_64bit_indices=off.output