diff --git a/tests/next_tests/integration_tests/cases.py b/tests/next_tests/integration_tests/cases.py index fb1a24a496..982b20137e 100644 --- a/tests/next_tests/integration_tests/cases.py +++ b/tests/next_tests/integration_tests/cases.py @@ -44,6 +44,7 @@ Koff, Vertex, fieldview_backend, + fieldview_backend_no_dace_exec, reduction_setup, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_arg_call_interface.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_arg_call_interface.py index 634454cb9b..0704942170 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_arg_call_interface.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_arg_call_interface.py @@ -39,6 +39,7 @@ ) from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( fieldview_backend, + fieldview_backend_no_dace_exec, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py index 21d47f7065..4c4ec32ecd 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py @@ -55,6 +55,7 @@ ) from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( fieldview_backend, + fieldview_backend_no_dace_exec, reduction_setup, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_external_local_field.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_external_local_field.py index 11600d76cd..ad9d756645 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_external_local_field.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_external_local_field.py @@ -29,6 +29,7 @@ ) from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( fieldview_backend, + fieldview_backend_no_dace_exec, reduction_setup, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_gt4py_builtins.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_gt4py_builtins.py index bd98001da3..de9fdc2517 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_gt4py_builtins.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_gt4py_builtins.py @@ -38,6 +38,7 @@ ) from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( fieldview_backend, + fieldview_backend_no_dace_exec, reduction_setup, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_math_unary_builtins.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_math_unary_builtins.py index 3d68115dc8..e835d71855 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_math_unary_builtins.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_math_unary_builtins.py @@ -48,6 +48,7 @@ ) from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( fieldview_backend, + fieldview_backend_no_dace_exec, ) diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_program.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_program.py index 7d4c13904c..bec85221a0 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_program.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_program.py @@ -29,6 +29,7 @@ cartesian_case, cartesian_case_no_dace_exec, fieldview_backend, + fieldview_backend_no_dace_exec, ) from next_tests.past_common_fixtures import ( copy_program_def, diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_scalar_if.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_scalar_if.py index aad9be5f8b..0d12cb5d56 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_scalar_if.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/test_scalar_if.py @@ -42,6 +42,7 @@ from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import ( Cell, fieldview_backend, + fieldview_backend_no_dace_exec, size, )