You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/08/22 15:44:31 UTC

[jira] Closed: (HARMONY-4414) [buildtest][func] Some CLI tests are broken

     [ https://issues.apache.org/jira/browse/HARMONY-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov closed HARMONY-4414.
------------------------------------


> [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
>            Assignee: Alexei Zakharov
>         Attachments: HARMONY-4414-delete.patch, HARMONY-4414.patch
>
>
> 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.