Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 4404 invoked from network); 5 Feb 2007 07:06:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 07:06:19 -0000 Received: (qmail 95228 invoked by uid 500); 5 Feb 2007 07:06:24 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 94947 invoked by uid 500); 5 Feb 2007 07:06:23 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 94938 invoked by uid 99); 5 Feb 2007 07:06:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 23:06:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 23:06:14 -0800 Received: by ug-out-1314.google.com with SMTP id z36so1067483uge for ; Sun, 04 Feb 2007 23:05:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WZH4WxD4u1CMwkjOzuX4D9jgyCZ1Lv2CMtVMQ2BalD9xstwrOeA/eybGriUI9BKn9j+yF/7I5PBb4c4A5pbd1jaWK6b0sObNDYtEV3p7TnhJAVvO9wxjiAPvU+n+8jaEGMwgCSggCUe5N3Q2DX0TMoISugn4JGOwejKqKy4CEMM= Received: by 10.78.97.7 with SMTP id u7mr1045165hub.1170659152958; Sun, 04 Feb 2007 23:05:52 -0800 (PST) Received: by 10.78.200.18 with HTTP; Sun, 4 Feb 2007 23:05:52 -0800 (PST) Message-ID: <7273946b0702042305g18a40d64s706fdf270a77c7fd@mail.gmail.com> Date: Mon, 5 Feb 2007 13:05:52 +0600 From: "Vladimir Ivanov" To: dev Subject: [drlvm][testing] regression tests for DRLVM MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello everyone, today the run of DRLVM regression tests was added to the CC-cycle. It works OK on SUSE Linux ia32m but failed on Windows XP with message: run-test: [junit] Running org.apache.harmony.drlvm.tests.regression.h3027.AgentLibTest [junit] Failed to open agent library AgentLib.dll : The specified module could not be found. [junit] Failed to open agent library AgentLib.dll [junit] Failed to initialize JVMTI. [junit] HMYEXEL062E Internal VM error: Failed to create Java VM [junit] FAILED to invoke JVM. [junit] Test org.apache.harmony.drlvm.tests.regression.h3027.AgentLibTest FAILED Note the build report "BUILD SUCCESSFUL" status in this case. Could anybody take care about this test? thanks, Vladimir