From: Jean-Paul Pelteret Date: Sun, 15 Jul 2018 19:16:26 +0000 (+0200) Subject: Remove obsolete test results for Subscriptor class. X-Git-Tag: v9.1.0-rc1~873^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1895bbf7d4fcf678431ec447974e9607ddd4746f;p=dealii.git Remove obsolete test results for Subscriptor class. --- diff --git a/tests/base/assign_subscriptor.with_threads=off.debug.output b/tests/base/assign_subscriptor.debug.output similarity index 100% rename from tests/base/assign_subscriptor.with_threads=off.debug.output rename to tests/base/assign_subscriptor.debug.output diff --git a/tests/base/assign_subscriptor.with_threads=on.debug.output b/tests/base/assign_subscriptor.with_threads=on.debug.output deleted file mode 100644 index 38b25642bc..0000000000 --- a/tests/base/assign_subscriptor.with_threads=on.debug.output +++ /dev/null @@ -1,46 +0,0 @@ - -DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) -DEAL:: --------------------------------------------------------- -An error occurred in file in function - void dealii::Subscriptor::check_no_subscribers() const -The violated condition was: - counter == 0 -Additional information: - Object of class N6dealii11SubscriptorE is still used by 1 other objects. - -(Additional information: ) - -See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. --------------------------------------------------------- - -DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) -DEAL:: --------------------------------------------------------- -An error occurred in file in function - void dealii::Subscriptor::check_no_subscribers() const -The violated condition was: - counter == 0 -Additional information: - Object of class N6dealii11SubscriptorE is still used by 1 other objects. - -(Additional information: ) - -See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. --------------------------------------------------------- - -DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) -DEAL:: --------------------------------------------------------- -An error occurred in file in function - void dealii::Subscriptor::check_no_subscribers() const -The violated condition was: - counter == 0 -Additional information: - Object of class N6dealii11SubscriptorE is still used by 1 other objects. - -(Additional information: ) - -See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. --------------------------------------------------------- - diff --git a/tests/base/reference.with_threads=off.debug.output b/tests/base/reference.debug.output similarity index 100% rename from tests/base/reference.with_threads=off.debug.output rename to tests/base/reference.debug.output diff --git a/tests/base/reference.with_threads=on.debug.output b/tests/base/reference.with_threads=on.debug.output deleted file mode 100644 index 0ef6086057..0000000000 --- a/tests/base/reference.with_threads=on.debug.output +++ /dev/null @@ -1,30 +0,0 @@ - -DEAL::Construct A -DEAL::Construct B -DEAL::a mutable -DEAL::b const -DEAL::r mutable -DEAL::s const -DEAL::t mutable -DEAL::u const -DEAL::Construct C -DEAL::Construct D -DEAL::Destruct D -DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) -DEAL:: --------------------------------------------------------- -An error occurred in file in function - void dealii::Subscriptor::check_no_subscribers() const -The violated condition was: - counter == 0 -Additional information: - Object of class 4Test is still used by 1 other objects. - -(Additional information: ) - -See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. --------------------------------------------------------- - -DEAL::Destruct C -DEAL::Destruct B -DEAL::Destruct A