Unverified Commit 29454f1b authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

sbcl: disable tests that fail on Darwin (#452044)

parents b45c465e 26be9f6d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -147,7 +147,13 @@ stdenv.mkDerivation (self: {
      # Heisentest, sometimes fails on ofBorg, would rather just disable it than
      # have it block a release.
      "futex-wait.test.sh"
    ]
    ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-darwin") [
      # Fail intermittently
      "gc.impure.lisp"
      "threads.pure.lisp"
    ];

  patches =
    # Support the NIX_SBCL_DYNAMIC_SPACE_SIZE envvar. Upstream SBCL didn’t want
    # to include this (see