[aarch64-port-dev ] JDK9 Hotspot test failures (was RE: One other thing)
Alexeev, Alexander
alexander.alexeev at auriga.com
Thu Apr 23 13:06:47 UTC 2015
> If you feel like going through the remaining 33 failures and preparing a patch or patches for submission to jdk9 that would be most useful, otherwise I will add it to my todo list.
I will do that.
________________________________________
From: Edward Nevill [edward.nevill at linaro.org]
Sent: 23 April 2015 13:07
To: aarch64-port-dev at openjdk.java.net
Cc: Andrew Haley; Jasty, Ananth; Alexeev, Alexander
Subject: JDK9 Hotspot test failures (was RE: One other thing)
Hi Alexander,
I have moved this discussion to aarch-port-dev.
On Wed, 2015-04-22 at 19:51 +0000, Alexeev, Alexander wrote:
> Again no luck
>
> Test results: passed: 772; failed: 34; error: 22
>
> hg clone http://hg.openjdk.java.net/jdk9/dev
> hg clone http://hg.openjdk.java.net/jdk9/dev/hotspot
> ...
> + subfolders
>
Sorry, my bad. I am now seeing
Test results: passed: 778; failed: 33; error: 1
Of the 33 failures most of these seem to be test failures rather than hotspot failures.
For example, I believe I fixed all of these in jdk8
FAILED: compiler/stable/TestStableBoolean.java
FAILED: compiler/stable/TestStableByte.java
FAILED: compiler/stable/TestStableDouble.java
FAILED: compiler/stable/TestStableChar.java
FAILED: compiler/stable/TestStableLong.java
FAILED: compiler/stable/TestStableInt.java
FAILED: compiler/stable/TestStableShort.java
FAILED: compiler/stable/TestStableObject.java
FAILED: compiler/stable/TestStableFloat.java
>From the jdk8 log
changeset: 7554:68cf8e406ce5
user: Edward Nevill edward.nevill at linaro.org
date: Wed Sep 24 12:56:10 2014 +0100
files: test/compiler/stable/StableConfiguration.java
description:
Fix failing TestStable tests
However, it would seem these changes did not make it through to jdk9.
If you feel like going through the remaining 33 failures and preparing a patch or patches for submission to jdk9 that would be most useful, otherwise I will add it to my todo list.
For reference here is the list of test failures I am now seeing. The ones marked (*) I believe were fixed in jdk8.
FAILED: compiler/codegen/7184394/TestAESMain.java
FAILED: compiler/intrinsics/classcast/NullCheckDroppingsTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/MultiplyExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/IncrementExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/DecrementExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/AddExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/DecrementExactLongTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/MultiplyExactLongTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/NegateExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/IncrementExactLongTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/SubtractExactIntTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/AddExactLongTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/NegateExactLongTest.java
* FAILED: compiler/intrinsics/mathexact/sanity/SubtractExactLongTest.java
* FAILED: compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java
* FAILED: compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java
* FAILED: compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java
* FAILED: compiler/intrinsics/sha/sanity/TestSHA1MultiBlockIntrinsics.java
* FAILED: compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java
* FAILED: compiler/intrinsics/sha/sanity/TestSHA256Intrinsics.java
* FAILED: compiler/intrinsics/sha/sanity/TestSHA256MultiBlockIntrinsics.java
* FAILED: compiler/stable/TestStableBoolean.java
* FAILED: compiler/stable/TestStableByte.java
* FAILED: compiler/stable/TestStableDouble.java
* FAILED: compiler/stable/TestStableChar.java
* FAILED: compiler/stable/TestStableLong.java
* FAILED: compiler/stable/TestStableInt.java
* FAILED: compiler/stable/TestStableShort.java
* FAILED: compiler/stable/TestStableObject.java
* FAILED: compiler/stable/TestStableFloat.java
FAILED: compiler/whitebox/DeoptimizeFramesTest.java
FAILED: runtime/CommandLine/TestVMOptions.java
FAILED: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
More information about the aarch64-port-dev
mailing list