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(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); #endif // HAVE_LAPACK testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); checkMultiplicity(); checkMultiplicity(); - checkMultiplicity(); return 0; } > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-27daemon: Recognize SHA3 and BLAKE2s....* nix/libutil/hash.hh (HashType): Add htSHA3_256, htSHA3_512, and htBLAKE2s_256. * nix/libutil/hash.cc (parseHashType, printHashType): Recognize them. * tests/store.scm ("add-to-store"): Test these algorithms. Ludovic Courtès
2020-06-27daemon: Map directly to gcrypt hash functions....* nix/libutil/hash.hh (HashType): Map directly to GCRY_MD_ values. (md5HashSize, sha1HashSize, sha256HashSize, sha512HashSize): Remove. * nix/libutil/hash.cc (Hash::Hash): Use 'gcry_md_get_algo_dlen'. Ludovic Courtès