From 65e6531546311119ceda42a10848b43990f9f39b Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Thu, 1 Feb 2024 03:30:43 -0500 Subject: sbcl: disable floating point tests --- pkgs/development/compilers/sbcl/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix index 7ef7cd3201b1c..62cb4ebbd5878 100644 --- a/pkgs/development/compilers/sbcl/default.nix +++ b/pkgs/development/compilers/sbcl/default.nix @@ -106,6 +106,10 @@ stdenv.mkDerivation (self: rec { "aarch64-linux" ]) '' rm -f tests/foreign-stack-alignment.impure.lisp + # Floating point tests are fragile + # https://sourceforge.net/p/sbcl/mailman/message/58728554/ + rm -f tests/compiler.pure.lisp \ + tests/float.pure.lisp '') + (if purgeNixReferences then # This is the default location to look for the core; by default in $out/lib/sbcl -- cgit 1.4.1