[7u] ProblemList.txt for hotspot/test
David Holmes
david.holmes at oracle.com
Wed Dec 18 16:21:09 PST 2013
On 8/12/2013 3:12 AM, Francis ANDRE wrote:
> Hi
>
> There is a ProblemList.txt file inside jdk/test while there is not in
> hotspot/test. Is this list missing?
>
> I am running the following jtreg and some tests fail because they are
> requiring -Xcomp while I am testing the cppInterpretor.
>
> $JT_HOME/win32/bin/jtreg -dir:Z:/jdk/hsx/jdk7u/hotspot/test -Xint
> -server -verbose:summary -conc:2 -a -ignore:quiet -timeoutFactor:5
> -agentvm
> -testjdk:Z:/JDK/hsx/jdk7u/hotspot/build/windows/jdk-windows-i586
> compiler gc runtime sanity serviceability
>
> How can I add a test to exclude if the JVM option for the test is -Xcomp
> in a exclude list like ProblemList.txt while it is the -Xint that is
> under test?
You could define your own groups in TEST.groups and only run the valid
subsets. But identifying the subsets are the problems. The tests
historically have been written assuming you always have a full JDK under
test with all available VM facilities. Those assumptions are not valid
when you consider even a JRE, and now compact profile JREs, let alone an
environment where you only have the interpreter.
David
> Francis
>
More information about the hotspot-runtime-dev
mailing list