Skip to content

Commit

Permalink
Skip tests which cannot relocate
Browse files Browse the repository at this point in the history
The following represents tests which do not work when run from a
relocated location (such as in the case of a `make install`)

Refs idaholab#25411
Closes idaholab#25524
  • Loading branch information
milljm authored and oanaoana committed Oct 19, 2023
1 parent 12397e9 commit f1da9ec
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions modules/tensor_mechanics/test/tests/uel/tests
Expand Up @@ -7,36 +7,48 @@
command = "cd ../../../examples/uel_tri_tests; make"
requirement = "The UEL tri tests example shall be built."
method = 'opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[build_uel_tri_states_tests]
type = RunCommand
command = "cd ../../../examples/uel_tri_states_tests; make"
requirement = "The UEL tri states tests example shall be built."
method = 'opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[build_uel_build_tests]
type = RunCommand
command = "cd ../../../examples/uel_build_tests; make"
requirement = "The UEL build tests example shall be built."
method = 'opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[build_uel_tri_tests_dbg]
type = RunCommand
command = "cd ../../../examples/uel_tri_tests; METHOD=dbg make"
requirement = "The UEL tri tests example shall be built."
method = 'dbg'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[build_uel_tri_states_tests_dbg]
type = RunCommand
command = "cd ../../../examples/uel_tri_states_tests; METHOD=dbg make"
requirement = "The UEL tri states tests example shall be built."
method = 'dbg'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[build_uel_build_tests_dbg]
type = RunCommand
command = "cd ../../../examples/uel_build_tests; METHOD=dbg make"
requirement = "The UEL build tests example shall be built."
method = 'dbg'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[reference]
type = Exodiff
Expand All @@ -57,6 +69,8 @@
"deformation with a triangular mesh using a UEL plugin."
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test]
type = Exodiff
Expand All @@ -68,6 +82,8 @@
"its standard interface."
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[uel_test_print]
type = RunApp
Expand Down Expand Up @@ -125,6 +141,8 @@
'non-trivial setup.'
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_uel_umat]
type = Exodiff
Expand All @@ -136,6 +154,8 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_moose_umat]
type = Exodiff
Expand All @@ -148,6 +168,8 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_uel_states_fields]
type = Exodiff
Expand All @@ -160,6 +182,8 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_umat_states_fields]
type = Exodiff
Expand All @@ -172,6 +196,8 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_umat_states_fields_gradient]
type = Exodiff
Expand All @@ -184,6 +210,8 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[small_test_uel_states_fields_gradient]
type = Exodiff
Expand All @@ -197,5 +225,7 @@
abs_zero = 1e-12
# Only test plugins in dbg and opt.
method = 'dbg opt'
# skip test if test is being run out-of-tree. Issue Ref: #25279
installation_type = in_tree
[]
[]

0 comments on commit f1da9ec

Please sign in to comment.