- 15 May, 2020 5 commits
-
-
-
-
-
[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section
-
-
- 17 Feb, 2020 2 commits
-
-
Dominic Kempf authored
Merge branch 'bugfix/add-latex-target-correctly' into 'master' See merge request [quality/dune-testtools!130] [quality/dune-testtools!130]: Nonequality/dune-testtools/merge_requests/130
-
Dominic Kempf authored
Merge branch 'feature/remove-deprecated-python-version-check' into 'master' ref:quality/dune-testtools Deprecated upstream. See merge request [quality/dune-testtools!129] [quality/dune-testtools!129]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/129
-
- 13 Feb, 2020 3 commits
- 07 Jan, 2020 2 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Merge branch '135-support-system-tests-with-pseudo-cmake-targets' into 'master' ref:quality/dune-testtools This MR resolves [#135] by not passing the executable key and argument (`--exec <arg>`) to the python script if the passed target is not an executable. This way, executables in other directories will keep working as well as for custom targets with custom wrappers. Closes [#135] See merge request [quality/dune-testtools!127] [#135]: gitlab.dune-project.org/NoneNone/issues/135 [quality/dune-testtools!127]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/127 Closes #135
-
- 27 Sep, 2019 2 commits
-
-
Santiago Ospina De Los Ríos authored
Revert "[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section" This reverts commit 9341bf68.
-
Santiago Ospina De Los Ríos authored
[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section
-
- 11 Sep, 2019 1 commit
-
-
Santiago Ospina De Los Ríos authored
-
- 05 Sep, 2019 2 commits
-
-
Dominic Kempf authored
Merge branch 'bugfix/test-executable-from-other-directories' into 'master' See merge request [!124] [!124]: Nonequality/dune-testtools/merge_requests/124
-
Dominic Kempf authored
-
- 29 Aug, 2019 1 commit
-
-
Dominic Kempf authored
-
- 24 Jul, 2019 1 commit
-
-
Dominic Kempf authored
Merge branch 'feature/avoid-stdout-in-python-cmake-interface' into 'master' ref:quality/dune-testtools stdout may always be cluttered with warnings etc. and is not a robust tool in interfacing information into CMake. This fixes [#134] See merge request [!123] [#134]: gitlab.dune-project.org/NoneNone/issues/134 [!123]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/123 Closes #134
-
- 23 Jul, 2019 3 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
stdout may always be cluttered with warnings etc. and is not a robust tool in interfacing information into CMake.
-
- 12 Oct, 2018 2 commits
-
-
Dominic Kempf authored
Merge branch 'feature/escapable-curly-brackets' into 'master' ref:quality/dune-testtools Preventing key-dependent resolution. The use case I am implementing this for is quite expressive: ( ${CMAKE_CXX_COMPILER_ID} STREQUAL Clang ) AND ( {foo} STREQUAL bar ) \| cmake_guard Without this commit, meta ini would try to find replace CMAKE_CXX_COMPILER_ID. See merge request [!120] [!120]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/120
-
Dominic Kempf authored
Merge branch 'convergencetest/NaN' into 'master' ref:quality/dune-testtools Before, the test was passed if "calculated rate" = NaN because the if-condition for failure was not satisfied. See merge request [!119] [!119]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/119
-
- 11 Oct, 2018 1 commit
-
-
Dominic Kempf authored
Preventing key-dependent resolution. The use case I am implementing this for is quite expressive: ( $\{CMAKE_CXX_COMPILER_ID\} STREQUAL Clang ) AND ( {foo} STREQUAL bar ) | cmake_guard Without this commit, meta ini would try to find replace CMAKE_CXX_COMPILER_ID.
-
- 29 Aug, 2018 2 commits
-
-
Arne Strehlow authored
-
Arne Strehlow authored
-
- 28 Aug, 2018 3 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Merge branch 'convergencetest/verbosity' into 'master' 1) convergencetest.py now continues even if one section of the test fails. (Before, it immediately returned 1 for failure.) This feature is desirable if we have multiple test sections, say pressure and velocity in navier-stokes. We then will want to know which sections failed exactly. 2) The script now always prints convergence rates, even if all test sections are passed. I found this nice to have. Might be debatable. See merge request [!116] [!116]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/116
- 27 Aug, 2018 4 commits
-
-
Arne Strehlow authored
-
Arne Strehlow authored
-
Arne Strehlow authored
-
Arne Strehlow authored
-
- 23 Aug, 2018 1 commit
-
-
Dominic Kempf authored
-
- 18 Jul, 2018 4 commits
-
-
Dominic Kempf authored
Merge branch 'feature/fix-parallel-construction-test' into 'master' In time of dune-uggrid, mismatches of sequential UGGrid and parallel other code cannot happen, unless you screw up big time anyway. This fixes [#131] See merge request [!113] [#131]: gitlab.dune-project.org/quality/dune-testtools/issues/131 [!113]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/113 Closes #131
-
Dominic Kempf authored
In time of dune-uggrid, mismatches of sequential UGGrid and parallel other code cannot happen, unless you screw up big time anyway.
-
Dominic Kempf authored
-
- 17 Jul, 2018 1 commit
-
-
Dominic Kempf authored
-