From 26f24fe09a4b2bda6bff25261ae5000740613b4c Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Fri, 22 Jun 2018 10:10:20 -0500 Subject: git: indicate when last tested to "still" fail, for checking updates --- pkgs/applications/version-management/git-and-tools/git/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix index 4402825360a8..522a6fcd6a12 100644 --- a/pkgs/applications/version-management/git-and-tools/git/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git/default.nix @@ -276,16 +276,20 @@ EOF # XXX: I failed to understand why this one fails. # Could someone try to re-enable it on the next release ? + # Tested to fail: 2.18.0 disable_test t1700-split-index "null sha1" + # Tested to fail: 2.18.0 disable_test t7005-editor "editor with a space" disable_test t7005-editor "core.editor with a space" + # Tested to fail: 2.18.0 disable_test t9902-completion "sourcing the completion script clears cached --options" '' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl '' # Test fails (as of 2.17.0, musl 1.1.19) disable_test t3900-i18n-commit # Fails largely due to assumptions about BOM + # Tested to fail: 2.18.0 disable_test t0028-working-tree-encoding ''; -- cgit 1.4.1