summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-03 10:20:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-03 10:20:18 -0400
commitd14a82f0334f299b055b8a3feefdc164d06ee9f2 (patch)
treefac0199b3ad4ce539ae7c8ba74c22913e9c29ba2 /doc/todo
parent19fee049f6dfba4d4294e16d6d530bc7d0e78c54 (diff)
fix failing test case on Windows
ensure file being modified is all read before it's opened for write
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/windows_support.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 450dbbeff..f6d08d25d 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -12,10 +12,6 @@ now! --[[Joey]]
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.