summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-06-22 10:10:20 -0500
committerWill Dietz <w@wdtz.org>2018-06-22 10:10:20 -0500
commit26f24fe09a4b2bda6bff25261ae5000740613b4c (patch)
tree6a8f67a6ae393bf477fbaa051e17aa6d5cc880dd /pkgs/applications
parent1190af39b97fa88055c6c0b2775d9b08ff573b79 (diff)
downloadnixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar.gz
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar.bz2
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar.lz
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar.xz
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.tar.zst
nixlib-26f24fe09a4b2bda6bff25261ae5000740613b4c.zip
git: indicate when last tested to "still" fail, for checking updates
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git/default.nix4
1 files changed, 4 insertions, 0 deletions
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
   '';