From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 10f94401 for ; Fri, 28 Feb 2020 06:38:35 +0000 (UTC) Received: (qmail 26832 invoked by alias); 28 Feb 2020 06:38:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45497 Received: (qmail 4499 invoked by uid 1010); 28 Feb 2020 06:38:25 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25731. spamassassin: 3.4.2. Clear:RC:0(133.208.98.2):SA:0(-2.6/5.0):. Processed in 2.770892 secs); 28 Feb 2020 06:38:25 -0000 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.98.2 as permitted sender) X-Biglobe-Sender: From: Jun T Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Unreadable directories aren't included in glob expansion Date: Fri, 28 Feb 2020 15:37:47 +0900 References: <20200109154145.rqksfenozx6745rn@tarpaulin.shahaf.local2> <1578585101.6028.13.camel__24021.2781982095$1578585228$gmane$org@samsung.com> <20200109172222.uwgyjouab45zk2gf__13897.4118557357$1578604026$gmane$org@chaz.gmail.com> <20200110072753.yh7qms4w2gb44zcf@chaz.gmail.com> <20200110170932.yz5wvd4uzr2taq57@tarpaulin.shahaf.local2> <228AACAF-6A76-417F-929A-0CC48A9AB1D0@kba.biglobe.ne.jp> <20200227130017.2c0d48cd@tarpaulin.shahaf.local2> To: zsh-workers@zsh.org In-Reply-To: <20200227130017.2c0d48cd@tarpaulin.shahaf.local2> Message-Id: <3DFEA2DC-139B-435D-A272-18208085736B@kba.biglobe.ne.jp> X-Mailer: Apple Mail (2.3445.104.11) X-Biglobe-Spnum: 3189 > 2020/02/27 22:00, Daniel Shahaf wrote: > > Jun. T wrote on Thu, 27 Feb 2020 00:51 +0900: >> >> I think just skipping this test on Cygwin is enough for now. > > I assume some day we'll fix the C code to make the test pass on other > platforms. When that happens, should the test then continue be skipped > on Cygwin? If not, I suggest adding a comment reminding to remove the > skip when the test starts to pass on other platforms. Sorry, I was not following this thread; what kind of "fix" do you have in mind? Anyway, the only thing I know is both access("d000/.", F_OK) and stat("d000/.", st) succeed on Cygwin. If the revised C code depends on the failure of either of these calls then the test need be skipped on Cygwin, I think.