summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-06 18:46:08 -0800
committerJonathan Ringer <jonringer117@gmail.com>2022-02-06 18:46:10 -0800
commit2946c3062888e1ec069bb2de4c38baa17aa1492c (patch)
tree8efb44895d39237e4150dc0d25fe1ecbe9925d77 /pkgs/tools/misc/diffoscope/default.nix
parente78ff05ee81a214c78122d7acff1a7118da4507e (diff)
downloadnixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar.gz
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar.bz2
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar.lz
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar.xz
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.tar.zst
nixpkgs-2946c3062888e1ec069bb2de4c38baa17aa1492c.zip
diffoscope: disable llvm test
The python script returns is unable
to determine llvm correctly, which
cases another error
Diffstat (limited to 'pkgs/tools/misc/diffoscope/default.nix')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 26b39c66e88..0c090106640 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"