Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0949F105D2 for ; Mon, 8 Jul 2013 12:38:54 +0000 (UTC) Received: (qmail 24553 invoked by uid 500); 8 Jul 2013 12:38:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 24533 invoked by uid 500); 8 Jul 2013 12:38:53 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 24520 invoked by uid 99); 8 Jul 2013 12:38:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 12:38:50 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knut.hatlen@oracle.com designates 141.146.126.69 as permitted sender) Received: from [141.146.126.69] (HELO aserp1040.oracle.com) (141.146.126.69) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 12:38:43 +0000 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r68CcMrh014233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Jul 2013 12:38:23 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r68CcLe1022489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 8 Jul 2013 12:38:22 GMT Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r68CcL8l005029 for ; Mon, 8 Jul 2013 12:38:21 GMT Received: from dell (/10.175.37.114) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 08 Jul 2013 05:38:20 -0700 From: Knut Anders Hatlen To: Subject: Re: Jacoco exception References: <51D786F1.3020502@gmail.com> <87ip0nlaq4.fsf@oracle.com> Mail-Copies-To: never Mail-Followup-To: Date: Mon, 08 Jul 2013 14:38:20 +0200 In-Reply-To: (Kristian Waagan's message of "Sat, 6 Jul 2013 22:12:23 +0200") Message-ID: <87zjtxb51f.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Virus-Checked: Checked by ClamAV on apache.org Kristian Waagan writes: > Hi, > > This is a bug in ASM, see > http://forge.ow2.org/tracker/?func=detail&atid=100023&aid=316416&group_id=23. > > We'll have to wait until JaCoCo picks up ASM with the fix, or exclude > the Derby version containing the code triggering the bug. But as Knut > said, the coverage results look reasonable. Thanks for that pointer, Kristian. It looks like the bug was closed as invalid because the class that triggered the error was not valid, probably produced by a buggy compiler. So I'm not sure if the proposed patch ever went into ASM. I've logged https://issues.apache.org/jira/browse/DERBY-6288 to exclude 10.0.2.1 when we're running with JaCoCo. I'm also seeing four network tests in derbyall fail with "connection refused" when I'm running JaCoCo. They're also failing when running EMMA. I'm not planning to investigate this issue now, since I assume it will go away once these tests have been migrated to JUnit. (I think those four tests are the only remaining network tests in derbyall.) -- Knut Anders