From 4cc0fe5136629f62201fa5e2890b8947f8f6b398 Mon Sep 17 00:00:00 2001 From: Ryan Cumming Date: Wed, 10 Jan 2018 09:10:59 +1100 Subject: [PATCH] Restore the original Window comment The Windows situation is more complicated than I realised --- src/test/run-make/linker-output-non-utf8/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/test/run-make/linker-output-non-utf8/Makefile b/src/test/run-make/linker-output-non-utf8/Makefile index 70906e5d2b2c..0beb99ef1199 100644 --- a/src/test/run-make/linker-output-non-utf8/Makefile +++ b/src/test/run-make/linker-output-non-utf8/Makefile @@ -4,9 +4,13 @@ # Ignore Windows and Apple -# This does not work in its current form on Windows or Apple APFS due -# to their filesystems requiring paths to be valid Unicode. +# This does not work in its current form on windows, possibly due to +# gcc bugs or something about valid Windows paths. See issue #29151 +# for more information. ifndef IS_WINDOWS + +# This also does not work on Apple APFS due to the filesystem requiring +# valid UTF-u paths. ifneq ($(shell uname),Darwin) # The zzz it to allow humans to tab complete or glob this thing.