Skip to content

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jun 22, 2024
1 parent 93e2d26 commit 613d5a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
11 changes: 2 additions & 9 deletions tests/find_boundary_composition_model_fail_1/screen-output
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ Loading shared library <./libfind_boundary_composition_model_fail_1.debug.so>
Number of active cells: 64 (on 4 levels)
Number of degrees of freedom: 1,526 (578+81+289+289+289)

---------------------------------------------------------
TimerOutput objects finalize timed values printed to the
screen by communicating over MPI in their destructors.
Since an exception is currently uncaught, this
synchronization (and subsequent output) will be skipped
to avoid a possible deadlock.
---------------------------------------------------------


----------------------------------------------------
Exception 'ExcMessage("You asked the object managing a collection of plugins for a " "plugin object of type <" + boost::core::demangle(typeid(PluginType).name()) + "> " "that could not be found in the current model. You need to " "activate this plugin in the input file for it to be " "available.")' on rank 0 on processing:
Exception on MPI process <0> while running plugin <N6aspect19BoundaryTemperature4Box2ILi2EEE>:

--------------------------------------------------------
An error occurred in line <291> of file </home/bangerth/p/deal.II/1/projects/aspect/include/aspect/plugins.h> in function
An error occurred in line <338> of file </home/bangerth/p/deal.II/1/projects/aspect/include/aspect/plugins.h> in function
(line in output replaced by default.sh script)
The violated condition was:
has_matching_plugin_object<PluginType> ()
Expand Down
11 changes: 2 additions & 9 deletions tests/find_mesh_refinement_fail_1/screen-output
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ Loading shared library <./libfind_mesh_refinement_fail_1.debug.so>
Number of active cells: 64 (on 4 levels)
Number of degrees of freedom: 948 (578+81+289)

---------------------------------------------------------
TimerOutput objects finalize timed values printed to the
screen by communicating over MPI in their destructors.
Since an exception is currently uncaught, this
synchronization (and subsequent output) will be skipped
to avoid a possible deadlock.
---------------------------------------------------------


----------------------------------------------------
Exception 'ExcMessage("You asked the object managing a collection of plugins for a " "plugin object of type <" + boost::core::demangle(typeid(PluginType).name()) + "> " "that could not be found in the current model. You need to " "activate this plugin in the input file for it to be " "available.")' on rank 0 on processing:
Exception on MPI process <0> while running plugin <N6aspect19BoundaryTemperature4Box2ILi2EEE>:

--------------------------------------------------------
An error occurred in line <291> of file </home/bangerth/p/deal.II/1/projects/aspect/include/aspect/plugins.h> in function
An error occurred in line <338> of file </home/bangerth/p/deal.II/1/projects/aspect/include/aspect/plugins.h> in function
(line in output replaced by default.sh script)
The violated condition was:
has_matching_plugin_object<PluginType> ()
Expand Down
16 changes: 9 additions & 7 deletions tests/find_postprocess_fail_1/screen-output
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------

Loading shared library <./libfind_postprocess_fail_1.debug.so>

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Number of active cells: 64 (on 4 levels)
Number of degrees of freedom: 948 (578+81+289)

TimerOutput objects finalize timed values printed to the
screen by communicating over MPI in their destructors.
Since an exception is currently uncaught, this
synchronization (and subsequent output) will be skipped
to avoid a possible deadlock.


Exception 'ExcMessage("You asked the object managing a collection of plugins for a " "plugin object of type <" + boost::core::demangle(typeid(PluginType).name()) + "> " "that could not be found in the current model. You need to " "activate this plugin in the input file for it to be " "available.")' on rank 0 on processing:
----------------------------------------------------
Exception on MPI process <0> while running plugin <N6aspect19BoundaryTemperature4Box2ILi2EEE>:

An error occurred in file <plugins.h> in function
--------------------------------------------------------
An error occurred in line <338> of file </home/bangerth/p/deal.II/1/projects/aspect/include/aspect/plugins.h> in function
(line in output replaced by default.sh script)
The violated condition was:
has_matching_plugin_object<PluginType> ()
Expand Down

0 comments on commit 613d5a8

Please sign in to comment.