From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 20:39:58 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E14F41065672 for ; Sun, 30 Aug 2009 20:39:58 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id BBB328FC14 for ; Sun, 30 Aug 2009 20:39:58 +0000 (UTC) Received: from gluon.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 4137A8540 for ; Sun, 30 Aug 2009 20:39:57 +0000 (UTC) Date: Sun, 30 Aug 2009 21:39:43 +0100 From: Bruce Cran To: current@freebsd.org Message-ID: <20090830213943.599184aa@gluon.draftnet> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.4; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: sendfile regression test failing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 20:39:59 -0000 The sendfile regression test in tools/regression/sockets/sendfile is failing on 8.0-BETA3: > ./sendfile sendfile: receive_test: expected (0, 0) received 16384 It's failing the test of sending 0 bytes on line 290: send_test(connect_socket, 0, 0, 0); -- Bruce