Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 74343 invoked from network); 26 Oct 2006 07:06:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 07:06:01 -0000 Received: (qmail 52193 invoked by uid 500); 24 Oct 2006 14:59:31 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 52169 invoked by uid 500); 24 Oct 2006 14:59:31 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 52158 invoked by uid 99); 24 Oct 2006 14:59:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 07:59:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 07:59:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 20D507142C3 for ; Tue, 24 Oct 2006 07:58:20 -0700 (PDT) Message-ID: <15017033.1161701900132.JavaMail.root@brutus> Date: Tue, 24 Oct 2006 07:58:20 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Closed: (HARMONY-1625) [drlvm] ThreadGroupTest of classlib fails In-Reply-To: <18573677.1159438490099.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 [ http://issues.apache.org/jira/browse/HARMONY-1625?page=all ] Geir Magnusson Jr closed HARMONY-1625. -------------------------------------- > [drlvm] ThreadGroupTest of classlib fails > ----------------------------------------- > > Key: HARMONY-1625 > URL: http://issues.apache.org/jira/browse/HARMONY-1625 > Project: Harmony > Issue Type: Bug > Components: Classlib, DRLVM > Environment: Linux IA32 multiprocessor > Reporter: Alexey Varlamov > Assigned To: Geir Magnusson Jr > Attachments: H-1625_kernel_tests.patch, H-1625_ThreadGroup.patch, H-1625_ThreadGroupTest.patch, ThreadGroupTest.patch > > > The org.apache.harmony.luni.tests.java.lang.ThreadGroupTest stably fails if run individually: > 1) > junit.framework.AssertionFailedError: setMaxPriority: Any value smaller than MIN_PRIORITY is adjusted to MIN_PRIORITY. Before: 10 , after: 10 > at junit.framework.AssertionFailedError.<init>(AssertionFailedError.java:11) > at org.apache.harmony.luni.tests.java.lang.ThreadGroupTest.test_setMaxPriorityI(ThreadGroupTest.java:648) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > 2) > java.lang.IllegalThreadStateException: The thread group Test group is not empty > at java.lang.ThreadGroup.destroy(Unknown Source) > at org.apache.harmony.luni.tests.java.lang.ThreadGroupTest.test_suspend(ThreadGroupTest.java:856) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > 3) > junit.framework.AssertionFailedError: Either 'list' is wrong or other tests are leaving side-effects. > Result from list: > ----------------- > java.lang.ThreadGroup[name=system,maxpri=10] > Thread[Thread-1,5,system] > Thread[Thread-0,5,system] > Thread[System thread,5,system] > java.lang.ThreadGroup[name=Finalizer Threads Group,maxpri=10] > Thread[FinalizerThread,5,Finalizer Threads Group] > java.lang.ThreadGroup[name=activeCount,maxpri=10] > java.lang.ThreadGroup[name=Test group,maxpri=10] > ----------------- > > at org.apache.harmony.luni.tests.java.lang.ThreadGroupTest.test_list(ThreadGroupTest.java:481) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > This test sporadically crashes when all luni tests are run, but that is probably another story. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira