From 2946c3062888e1ec069bb2de4c38baa17aa1492c Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 6 Feb 2022 18:46:08 -0800 Subject: [PATCH] diffoscope: disable llvm test The python script returns is unable to determine llvm correctly, which cases another error --- pkgs/tools/misc/diffoscope/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index 26b39c66e88f..0c090106640c 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -77,6 +77,9 @@ python3Packages.buildPythonApplication rec { # Failing because of file-v5.40 has a slightly different output. # Upstream issue: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/271 "test_text_proper_indentation" + + # fails because it fails to determine llvm version + "test_item3_deflate_llvm_bitcode" ] ++ lib.optionals stdenv.isDarwin [ # Disable flaky tests on Darwin "test_non_unicode_filename"