From commits-return-36981-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Jun 06 07:04:50 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 10978 invoked from network); 6 Jun 2007 07:04:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 07:04:50 -0000 Received: (qmail 47208 invoked by uid 500); 6 Jun 2007 07:04:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 47194 invoked by uid 500); 6 Jun 2007 07:04:53 -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 47185 invoked by uid 99); 6 Jun 2007 07:04:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 00:04:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 00:04:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B09907141A4 for ; Wed, 6 Jun 2007 00:04:28 -0700 (PDT) Message-ID: <408713.1181113468721.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 00:04:28 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2918) Contribution of reliability test suite In-Reply-To: <28839526.1167372621131.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Ignatenko updated HARMONY-2918: --------------------------------------- Attachment: reliability_v1.zip Updated suit, attached reliability_v1.zip What is done: 1. Removed Win line ends ('^M') in tests 2. Updated style (revomed tabs, alinged front indents) 3. Fixed 8 issues in tests: - api.kernel.thread.ThreadLocalTest (forced at least 1 iteration as test could run 0 iterations) - api.zip.ZipEntryIterateThreadingTest (made number of threads lower to satisfy 1 iteration 5 minutes run requirement for 1 test) - api.io.IOTest (updated right version of jar file being tested) - ArrayElemFinalizationTest (updated invalid test pass criterion) - api.nio.buffers.ByteBufferallocateTest (fixed incorrect test behaviour) - api.kernel.hooks.AddRmPropertiesHooksTest (added missed IAE catch) - ClassAttributesTest.java (updated test to pass on linux - eliminated XServer requirement) - ClassReflectionTest.java (updated test to pass on linux - eliminated XServer requirement) See http://wiki.apache.org/harmony/Reliability_Tests_on_DRLVM for details of incorrect tests. > Contribution of reliability test suite > -------------------------------------- > > Key: HARMONY-2918 > URL: https://issues.apache.org/jira/browse/HARMONY-2918 > Project: Harmony > Issue Type: Improvement > Components: Contributions > Reporter: Oleg Oleinik > Assignee: Geir Magnusson Jr > Priority: Minor > Attachments: 9newreltests.zip, DekkerTest.java, DekkerTest.java, jlmanagementtest.zip, reliability_test_suite.zip, reliability_v1.zip, src4_zip1_clsload3_tests.zip, src_4_thrd_tests_19_03_07.zip, TestDevGuide.txt, TestDevGuide.txt, xlist_implementation.zip > > > Reliability test suite consisting of 72 reliability tests. Covers mainly kernel, nio, io, net, text, zip classes functionality. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.