From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27790 invoked by alias); 10 Aug 2006 12:21:58 -0000 Received: (qmail 27779 invoked by uid 22791); 10 Aug 2006 12:21:57 -0000 X-Spam-Check-By: sourceware.org Received: from mail.gmx.de (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 10 Aug 2006 12:21:53 +0000 Received: (qmail invoked by alias); 10 Aug 2006 12:21:49 -0000 Received: from 36-158-177-194-adsl.net4you.net (EHLO yukon) [194.177.158.36] by mail.gmx.net (mp036) with SMTP; 10 Aug 2006 14:21:49 +0200 X-Authenticated: #9981821 Received: by yukon (Postfix, from userid 1000) id DF31B554462; Thu, 10 Aug 2006 14:21:51 +0200 (CEST) Date: Thu, 10 Aug 2006 12:21:00 -0000 From: Edwin Steiner To: mauve-discuss@sourceware.org Subject: Problem with auto compilation and gnu.testlet.java.security.Engine.getInstance Message-ID: <20060810122151.GA22953@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00021.txt.bz2 Hi! When testing cacao with mauve we had a FAIL that only occurred on the first test run in a clean mauve checkout. The reason is that when running the testlet gnu.testlet.java.security.Engine.getInstance mauve auto compilation misses the required class gnu.testlet.java.security.MessageDigest.MauveDigest This class is later compiled when the MessageDigest testlet is run, so the FAIL is not reproducible later. Any idea what to do about this? Cheers, -Edwin