From: Daniel Arndt Date: Fri, 1 Sep 2017 09:16:59 +0000 (+0200) Subject: clang alternative output for lac/vector_memory X-Git-Tag: v9.0.0-rc1~1136^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e6800cbf694f37ebddfe2b4ce63f61448b2b2c;p=dealii.git clang alternative output for lac/vector_memory --- 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) +-------------------------------------------------------- +