From commits-return-40173-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Jul 11 06:17:33 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 7929 invoked from network); 11 Jul 2007 06:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2007 06:17:29 -0000 Received: (qmail 7253 invoked by uid 500); 11 Jul 2007 06:17:28 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 7142 invoked by uid 500); 11 Jul 2007 06:17: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 7121 invoked by uid 99); 11 Jul 2007 06:17:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 23:17:28 -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; Tue, 10 Jul 2007 23:17:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A5BE6418008 for ; Tue, 10 Jul 2007 23:17:04 -0700 (PDT) Message-ID: <25757879.1184134624675.JavaMail.jira@brutus> Date: Tue, 10 Jul 2007 23:17:04 -0700 (PDT) From: "Alexander Kleymenov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4414) [buildtest][func] Some CLI tests are broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [buildtest][func] Some CLI tests are broken ------------------------------------------- Key: HARMONY-4414 URL: https://issues.apache.org/jira/browse/HARMONY-4414 Project: Harmony Issue Type: Bug Components: build - test - ci Reporter: Alexander Kleymenov Some of the Functional JVM tests on Command Line Interface are broken and fail. Particularly: * The following tests expect unrecognized command line options and thus are incorrect and should be ELIMINATED from functional test suite: functional/org/apache/harmony/test/func/vm/cli/help/help_03/help_03.xml Unknown option: -help jit functional/org/apache/harmony/test/func/vm/cli/help/help_04/help_04.xml Unknown option: -help properties functional/org/apache/harmony/test/func/vm/cli/Xdll/Xdll02/Xdll02.xml Unknown option: -Xdll gc.dll functional/org/apache/harmony/test/func/vm/cli/Xdumpfile/Xdumpfile.xml Unknown option: -Xdumpfile functional/org/apache/harmony/test/func/vm/cli/Xdynamic_attach/Xdynamic_attach.xml Unknown option: -Xdynamic_attach functional/org/apache/harmony/test/func/vm/cli/Xem/Xem01/Xem01.xml Unknown option: -Xem opt: functional/org/apache/harmony/test/func/vm/cli/Xem/Xem02/Xem02.xml Unknown option: -Xem jet: functional/org/apache/harmony/test/func/vm/cli/Xem/Xem05/Xem05.xml Unknown option: -Xem jpdo: functional/org/apache/harmony/test/func/vm/cli/Xem/Xem06/Xem06.xml Unknown option: -Xem single: functional/org/apache/harmony/test/func/vm/cli/Xgc/Xgc01/Xgc01.xml Unknown option: -Xgc ignore_finalizers functional/org/apache/harmony/test/func/vm/cli/Xgc/Xgc02/Xgc02.xml Unknown option: -Xgc fixed functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit01/Xjit01.xml Unknown option -Xjit opt::skip=off functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit02/Xjit02.xml Unknown option -Xjit LOG=singlefile, root=all, method=main functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit03/Xjit03.xml Unknown option -Xjit fromfile=C:/ws/BTI/tests/functional/src/test/share/xjit.opts functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit04/Xjit04.xml Unknown option -Xjit opt::static_path=ssa,devirt functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit05/Xjit05.xml Unknown option -Xjit opt::inline_path=ssa,devirt,inline,dessa functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit06/Xjit06.xml Unknown option -Xjit opt::skip=off opt::do_abcd=false functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit07/Xjit07.xml Unknown option -Xjit opt::skip=on functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit08/Xjit08.xml Unknown option -Xjit opt::skip=off,opt::do_osr=off,opt::syncopt=off functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit09/Xjit09.xml Unknown option -Xjit opt::skip=off,opt::do_osr=off functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit10/Xjit10.xml Unknown option -Xjit opt::do_guarded_devirtualization=on functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit11/Xjit11.xml Unknown option -Xjit opt::do_guarded_devirtualization=off functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit12/Xjit12.xml Unknown option -Xjit opt::do_inline=on functional/org/apache/harmony/test/func/vm/cli/Xjit/Xjit13/Xjit13.xml Unknown option -Xjit opt::do_inline=off functional/org/apache/harmony/test/func/vm/cli/Xlog/Xlog.xml Unknown option -Xlog:root functional/org/apache/harmony/test/func/vm/cli/Xtrace/Xtrace01/Xtrace01.xml Unknown option -Xtrace functional/org/apache/harmony/test/func/vm/cli/Xtrace/Xtrace02/Xtrace02.xml Unknown option -Xtrace:jvmti-event functional/org/apache/harmony/test/func/vm/cli/Xtrace/Xtrace03/Xtrace03.xml Unknown option -Xtrace:native functional/org/apache/harmony/test/func/vm/cli/Xverboselog/Xverboselog02/Xverboselog02.xml Unknown option -Xverbose -Xverboselog:C:/ws/BTI/build/results/func/temp/xverboselog02.log * The following tests uses incorrectly specified -Xbootclasspath option and should be FIXED: functional/org/apache/harmony/test/func/vm/cli/Xbootclasspath/Xbootclasspath01/Xbootclasspath01.xml uses '-Xbootclasspath: ' (space after ':') functional/org/apache/harmony/test/func/vm/cli/Xbootclasspath/Xbootclasspath02/Xbootclasspath02.xml uses '-Xbootclasspath:a ' (instead of '-Xbootclasspath/a:' ) functional/org/apache/harmony/test/func/vm/cli/Xbootclasspath/Xbootclasspath03/Xbootclasspath03.xml uses '-Xbootclasspath:p ' (instead of '-Xbootclasspath/p:' ) * The following CLI test is broken and should be FIXED: functional/org/apache/harmony/test/func/vm/cli/jar/jar01/jar01.xml its launcher substitutes -jar option with classpath instead of path to jar. Also, several excluded CLI tests pass, namely: functional/org/apache/harmony/test/func/vm/cli/Xverbose/Xverbose03/Xverbose03.xml functional/org/apache/harmony/test/func/vm/cli/Xverbose/Xverbose08/Xverbose08.xml functional/org/apache/harmony/test/func/vm/cli/Xwarn/Xwarn03/Xwarn03.xml functional/org/apache/harmony/test/func/vm/cli/Xwarn/Xwarn08/Xwarn08.xml They should be removed from exclude list. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.