From dev-return-1060-daniel=haxx.se@subversion.apache.org Mon Jan 11 16:07:51 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o0BF7oe3014098 for ; Mon, 11 Jan 2010 16:07:51 +0100 Received: (qmail 74545 invoked by uid 500); 11 Jan 2010 15:07:46 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 74535 invoked by uid 99); 11 Jan 2010 15:07:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 15:07:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hyrum_wright@mail.utexas.edu designates 146.6.25.7 as permitted sender) Received: from [146.6.25.7] (HELO ironclad.mail.utexas.edu) (146.6.25.7) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 15:07:34 +0000 DomainKey-Signature: s=main; d=mail.utexas.edu; c=nofws; q=dns; h=X-IronPort-MID:Received:Received:Received:From: Content-Type:Content-Transfer-Encoding:Subject:Date: Message-Id:Cc:To:Mime-Version:X-Mailer; b=U+R8XrVozesw9pq+zQyAASAjdqQ2GvylOXSFUN2dltEfdP7ZfwBswPMW esPNxG7dd4g0FrxECnclpsS2zS5XPqpj6ePH+zTmbQt9yBNbDKgzyDvXF JmGIWIlkLdJm7LCtVwAf8X+mKcVDufr//fbv+dEQ7nqS6suADGJm6t6// o=; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.utexas.edu; i=hyrum_wright@mail.utexas.edu; q=dns/txt; s=main; t=1263222454; x=1294758454; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20"Hyrum=20K.=20Wright"=20|Subject:=20Ruby=20test=20failure=20on=201.6.x |Date:=20Mon,=2011=20Jan=202010=2009:07:11=20-0600 |Message-Id:=20<5F4660A4-E09E-452E-B518-D7551187510D@mail .utexas.edu>|To:=20Subversion=20Dev=20|Cc:=20Joe=20Swatosh=20, =0D=0A=20Kouhei=20Sutou=20 |Mime-Version:=201.0=20(Apple=20Message=20framework=20v10 77)|Content-Transfer-Encoding:=20quoted-printable; bh=m0S4uSke8i4IWtB1Zz/+9ybm9ETIQeNPLF8AkIJNoy8=; b=bTbzvfSnWrm0+7GAHc3UD8W6rkZKAA7Bh6vsbPTPM3uXroI/4SeiSe0g t7o+ztsrYE6/sh8TR4MdCCb1Wdk365AZzFbSmg0VrTiegBBGWnSXzOOMf 3hLEPMCT0nsz11VJoJvowAm632Bs2HSMIDOanzmGzGyOeB2IGtkj0d3Ao A=; X-IronPort-MID: 9967781 Received: from wb6-a.mail.utexas.edu ([128.83.126.144]) by ironclad.mail.utexas.edu with ESMTP; 11 Jan 2010 09:07:13 -0600 Received: (qmail 37897 invoked from network); 11 Jan 2010 15:07:13 -0000 Received: from 66-90-153-249.dyn.grandenetworks.net (HELO ?192.168.1.102?) (hyrum?wright@66.90.153.249) by wb6.mail.utexas.edu with (RC4-SHA encrypted) ESMTPSA; 11 Jan 2010 15:07:13 -0000 From: "Hyrum K. Wright" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Ruby test failure on 1.6.x Date: Mon, 11 Jan 2010 09:07:11 -0600 Message-Id: <5F4660A4-E09E-452E-B518-D7551187510D@mail.utexas.edu> Cc: Joe Swatosh , Kouhei Sutou To: Subversion Dev Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org After merging the pending fixes into 1.6.x, I reran the tests. The only = failure was in the ruby bindings: [[[ hwright@orac:~/dev/svn-1.6.x$ make check-swig-rb cd /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby; \ /usr/bin/ruby -I = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby \ = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby/test/run-test.rb= \ --verbose=3Dnormal Loaded suite . Started = ..........................................................................= .........................................E................................= ....................................................................... Finished in 18.84964 seconds. 1) Error: test_apply(SvnDeltaTest): ArgumentError: NULL pointer given = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby/svn/util.rb:86:i= n `svn_txdelta_apply_wrapper' = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby/svn/util.rb:86:i= n `txdelta_apply_wrapper' = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby/svn/delta.rb:54:= in `apply' = /home/hwright/dev/svn-1.6.x/subversion/bindings/swig/ruby/test/test_delta.= rb:128:in `test_apply' 219 tests, 1490 assertions, 0 failures, 1 errors make: *** [check-swig-rb] Error 1 ]]] I hate to keep picking on the ruby bindings, but if somebody familiar = with the bindings could take a look that'd be great. I'd rather fix = this before we roll than have to re-roll pending the fix. Thanks, -Hyrum=