Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 42664 invoked from network); 15 Jan 2010 05:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 05:11:28 -0000 Received: (qmail 10906 invoked by uid 500); 15 Jan 2010 05:11:28 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10812 invoked by uid 500); 15 Jan 2010 05:11:28 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 10801 invoked by uid 99); 15 Jan 2010 05:11:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 05:11:28 +0000 X-ASF-Spam-Status: No, hits=-1996.5 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 05:11:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A454234C1E9 for ; Thu, 14 Jan 2010 21:10:54 -0800 (PST) Message-ID: <1889881918.256491263532254565.JavaMail.jira@brutus.apache.org> Date: Fri, 15 Jan 2010 05:10:54 +0000 (UTC) From: "Jim Yu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6420) [test] Increase the method coverage rate for unit test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [test] Increase the method coverage rate for unit test ------------------------------------------------------ Key: HARMONY-6420 URL: https://issues.apache.org/jira/browse/HARMONY-6420 Project: Harmony Issue Type: Test Components: Classlib Affects Versions: 5.0M12 Reporter: Jim Yu Fix For: 5.0M13 I recently generated a coverage report for Harmony trunk and would like to contribute more test cases to increase the method coverage rate for it. Currently, these patches are made for the main modules as below. After applying these patches, the average method coverage rate for these modules can reach 90% above. I also attached the reports of the baseline and the result with patches. java.io java.lang java.lang.instrument java.lang.reflect javax.print.* java.net java.util javax.sql.* javax.acessibility -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.