From 8cd21eed2334338a107e358fb9366865fc651c5d Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 26 Jan 2021 12:27:07 -0800 Subject: [PATCH] elaborate --- crates/test-programs/TEST_FAILURES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/test-programs/TEST_FAILURES b/crates/test-programs/TEST_FAILURES index f4cc6b9f84..8e43c09f7d 100644 --- a/crates/test-programs/TEST_FAILURES +++ b/crates/test-programs/TEST_FAILURES @@ -23,8 +23,10 @@ * nofollow_errors - I loosened up some errno acceptance but windows requires rmdir to delete a symlink to a directory, rather than unlink_file + - dan is doing the upstream fix rn * symlink_create - narrowed down the symlink delete issue that only shows up on linux + - dan is doing the upstream fix rn * path_rename - permission denied on windows to rename a dir to an existing empty dir - we're not going to try to emulate this functionality.