diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-10 21:39:40 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-10 21:39:40 +0200 |
| commit | 09dd600159801b3b8fd6b95bf69e648f9e37d959 (patch) | |
| tree | c6961be106846628bf0d128586fc73685b895315 /gnu/packages/patches/dune-common-skip-failing-tests.patch | |
| parent | eab4d0e18a616c71ab5f3af7f2915a9591ef04e8 (diff) | |
| parent | b4e5844700b2304bfde451322feb5797bf0c6179 (diff) | |
Merge branch 'master' into gnome-team.
Diffstat (limited to 'gnu/packages/patches/dune-common-skip-failing-tests.patch')
| -rw-r--r-- | gnu/packages/patches/dune-common-skip-failing-tests.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/patches/dune-common-skip-failing-tests.patch b/gnu/packages/patches/dune-common-skip-failing-tests.patch new file mode 100644 index 0000000000..7b0aa49d73 --- /dev/null +++ b/gnu/packages/patches/dune-common-skip-failing-tests.patch @@ -0,0 +1,28 @@ +Disable tests known to fail on AArch64: + + https://gitlab.dune-project.org/core/dune-common/-/issues/262 + https://issues.guix.gnu.org/62842 + +--- a/dune/common/test/eigenvaluestest.cc ++++ b/dune/common/test/eigenvaluestest.cc +@@ -340,20 +340,15 @@ + testSymmetricFieldMatrix<double,200>(); + testSymmetricFieldMatrix<float,4>(); + testSymmetricFieldMatrix<float,200>(); +- testSymmetricFieldMatrix<long double,4>(); +- testSymmetricFieldMatrix<long double,200>(); + #endif // HAVE_LAPACK + + testSymmetricFieldMatrix<double,2>(); + testSymmetricFieldMatrix<double,3>(); + testSymmetricFieldMatrix<float,2>(); + testSymmetricFieldMatrix<float,3>(); +- testSymmetricFieldMatrix<long double,2>(); +- testSymmetricFieldMatrix<long double,3>(); + + checkMultiplicity<double>(); + checkMultiplicity<float>(); +- checkMultiplicity<long double>(); + + return 0; + } |
