From 3e706851affa1dfe229f18ab6ffc4a04bfb8fe3d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 24 Jun 2023 19:02:19 -0500 Subject: [PATCH] Test lac/vector_memory_02: add output variant --- ...vector_memory_02.debug.output.clang-libc++ | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/lac/vector_memory_02.debug.output.clang-libc++ diff --git a/tests/lac/vector_memory_02.debug.output.clang-libc++ b/tests/lac/vector_memory_02.debug.output.clang-libc++ new file mode 100644 index 0000000000..894159867d --- /dev/null +++ b/tests/lac/vector_memory_02.debug.output.clang-libc++ @@ -0,0 +1,23 @@ + +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory>::~GrowingVectorMemory() [VectorType = dealii::LinearAlgebra::distributed::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + Destroying memory handler while 1 objects are still allocated. +-------------------------------------------------------- + +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory>::~GrowingVectorMemory() [VectorType = dealii::LinearAlgebra::distributed::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + Destroying memory handler while 1 objects are still allocated. +-------------------------------------------------------- + -- 2.39.5