about summary refs log tree commit diff
path: root/pkgs/test/cross
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-08-08 02:06:04 -0700
committerAdam Joseph <adam@westernsemico.com>2023-08-14 15:09:06 -0700
commit1912681314d415cc28e25b7932d9e88dfec75cd3 (patch)
tree1001f44d5aeef28067450cd1c4ada8e3deb54088 /pkgs/test/cross
parent64046f019103677f9539b303bf7be0f9be12d29f (diff)
tests.cross.sanity: enable mbuffer test
This test passes now.  Also fixes a minor oversight in the bug --
the test case needs to `touch $out` on success.
Diffstat (limited to 'pkgs/test/cross')
-rw-r--r--pkgs/test/cross/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/test/cross/default.nix b/pkgs/test/cross/default.nix
index 0b037b6057ec9..d6fd8d3b1f80c 100644
--- a/pkgs/test/cross/default.nix
+++ b/pkgs/test/cross/default.nix
@@ -115,6 +115,7 @@ let
   in
     pkgs.runCommand "test-mbuffer" {} ''
       echo hello | ${emulator} ${mbuffer}/bin/mbuffer
+      touch $out
     '';
 
   # This is meant to be a carefully curated list of builds/packages
@@ -127,7 +128,7 @@ let
   # of things that often break.  So, no buckshot `mapTestOnCross`
   # calls here.
   sanity = [
-    #pkgs.mbuffer              # https://github.com/NixOS/nixpkgs/issues/213453
+    mbuffer
     #pkgs.pkgsCross.gnu64.bash # https://github.com/NixOS/nixpkgs/issues/243164
     pkgs.gcc_multi.cc
     pkgs.pkgsMusl.stdenv