[aarch64-port-dev ] RFR: more tests to exclude
Edward Nevill
edward.nevill at linaro.org
Wed Feb 19 03:09:12 PST 2014
Hi,
The following tests fail with C1 because they all specify -server on the java command line.
compiler/codegen/LoadWithMask.java
compiler/codegen/LoadWithMask2.java
compiler/uncommontrap/UncommonTrapStackBang.java
They all fail with the error
Error: missing `server' JVM at `/home/andrew.mcdermott/openjdk8-jtreg-nightly-tests/builds/client-fastdebug/2014/049/images/j2sdk-image/jre/lib/aarch64/server/libjvm.so'.
Please install or use the JRE or JDK that contains these missing components.
which is quite correct.
These test all pass with C2.
Should I just exclude these tests. There is currently no mechanism for excluding tests for C1 only so they would end up being excluded for C1 & C2. However I really don't think it is worth the effort of introducing another edifice to allow use to have separate client and server exclude lists for the sake of 3 slightly suspect tests.
All the best,
Ed.
More information about the aarch64-port-dev
mailing list