about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2024-01-17 13:38:48 -0800
committerSergei Trofimovich <slyich@gmail.com>2024-02-29 21:45:33 +0000
commitd969a3dbd95cb79e573de92c2c9c2364bbf31930 (patch)
tree85318f5412e078ce9dca337b70b7ac163de8a35c /pkgs/tools/misc
parentc862d123f907fbe09806b46bfba00b9f49d99f0f (diff)
diffoscope: disable broken tests on darwin
(cherry picked from commit 32d613548ee37bbf6e9e6778e529fa9d494ec264)
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 512ff2872c082..b9c8b62f58ef4 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -248,6 +248,15 @@ python3.pkgs.buildPythonApplication rec {
     "test_non_unicode_filename"
     "test_listing"
     "test_symlink_root"
+
+    # Appears to be a sandbox related issue
+    "test_trim_stderr_in_command"
+    # Seems to be a bug caused by having different versions of rdata than
+    # expected. Will file upstream.
+    "test_item_rdb"
+    # Caused by getting an otool command instead of llvm-objdump. Could be Nix
+    # setup, could be upstream bug. Will file upstream.
+    "test_libmix_differences"
   ];
 
   disabledTestPaths = [