From 76e6800cbf694f37ebddfe2b4ce63f61448b2b2c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 1 Sep 2017 11:16:59 +0200 Subject: [PATCH] clang alternative output for lac/vector_memory --- tests/lac/vector_memory.debug.output.clang | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/lac/vector_memory.debug.output.clang diff --git a/tests/lac/vector_memory.debug.output.clang b/tests/lac/vector_memory.debug.output.clang new file mode 100644 index 0000000000..2b9ce4cb2e --- /dev/null +++ b/tests/lac/vector_memory.debug.output.clang @@ -0,0 +1,25 @@ + +DEAL::GrowingVectorMemory:Overall allocated vectors: 10 +DEAL::GrowingVectorMemory:Maximum allocated vectors: 6 +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory >::~GrowingVectorMemory() [VectorType = dealii::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + (none) +-------------------------------------------------------- + +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory >::~GrowingVectorMemory() [VectorType = dealii::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + (none) +-------------------------------------------------------- + -- 2.39.5