From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: CVS-060720 compilation failure on Mac OS X 10.4, patch (dirfd) Date: Tue, 25 Jul 2006 10:52:43 +1000 Message-ID: <87wta2ld44.fsf@zip.com.au> References: <44BF8E9F.6090409@student.liu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153788785 30621 80.91.229.2 (25 Jul 2006 00:53:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 00:53:05 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jul 25 02:53:04 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5BAW-00083I-I9 for guile-bugs@m.gmane.org; Tue, 25 Jul 2006 02:53:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5BAW-0005uw-4o for guile-bugs@m.gmane.org; Mon, 24 Jul 2006 20:53:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5BAS-0005uh-0l for bug-guile@gnu.org; Mon, 24 Jul 2006 20:53:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5BAQ-0005uR-56 for bug-guile@gnu.org; Mon, 24 Jul 2006 20:52:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5BAP-0005uO-VP for bug-guile@gnu.org; Mon, 24 Jul 2006 20:52:57 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5BBc-0002Bp-7n for bug-guile@gnu.org; Mon, 24 Jul 2006 20:54:12 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 6D4295A7F7F; Tue, 25 Jul 2006 10:52:56 +1000 (EST) Original-Received: from localhost (ppp2F2B.dyn.pacific.net.au [61.8.47.43]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6P0qsxa019464; Tue, 25 Jul 2006 10:52:55 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1G5BAC-0002E9-00; Tue, 25 Jul 2006 10:52:44 +1000 Original-To: Claes Wallin In-Reply-To: <44BF8E9F.6090409@student.liu.se> (Claes Wallin's message of "Thu, 20 Jul 2006 16:09:35 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3315 Archived-At: Claes Wallin writes: > > * test-suite/tests/dirfd.test: > Since dirfd is used by readdir on platforms that have it, this test > does an opendir and two consecutive readdirs, expecting "." and "..". > Not sure if this works on non-posix platforms. Yep, not sure about "." and "..", though I remember most unixy stuff on DOS systems synthesising them in the bad old days. There's an existing test in filesys.test when expects the root directory "/" to be non-empty; it at least exercises the opendir/readdir/closedir sequence. Perhaps a test that created a long-named temporary file (in the builddir) would be an idea. But might have to communicate the NAME_MAX (or equivalent) size to the scheme level to do that effectively. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile