From 68c3c0e3f840139aa1b78a0544530cb41ae75c04 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2014 15:57:41 -0400 Subject: windows test suite down to only 2 failures --- doc/todo/windows_support.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/todo/windows_support.mdwn') diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index c7aa402e3..450dbbeff 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -10,6 +10,18 @@ now! --[[Joey]] * Ssh connection caching does not work on Windows, so `git annex get` has to connect twice to the remote system over ssh per file, which is much slower than on systems supporting connection caching. +* The test suite does not 100% pass, although it seems to be getting + quite close! Current known failures: + * unannex test fails, but only around 50% or less of the time, + while updating the .map file. Renaming the new file into place fails + with permission denied. Possibly something else has the file + open? + * "conflict_resolution (mixed directory and file)" test fails; + not because the conflict resolution fails, but the sync fails + pushing to synced/master with a non-fast-forward failure. + * Some tests fail if git has not had the username and email configured. + This is odd because the test suite goes to some lengths to + get env vars set to prevent this problem. * `git annex assistant` has not been tested, is probably quite incomplete and/or buggy. * Doesn't daemonize. Maybe use -- cgit v1.2.3