Integrated: 8256862: Several java/foreign tests fail on x86_32 platforms
Jorn Vernee
jvernee at openjdk.java.net
Thu Nov 26 11:23:57 UTC 2020
On Mon, 23 Nov 2020 14:54:21 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> This patch fixes several failures on x86_32 of java/foreign tests.
>
> This is mostly done by disabling the failing tests, but the impl of CLinker is also adjusted ton properly detect 32 bit platforms as unsupported.
>
> CLinker is specified to fail in the initializer on unsupported platforms, and a test is added to verify this as well.
>
> Note that this adds requires clauses to the failing tests that explicitly enumerate all available platforms, so this should fix the test failures on other platforms as well.
>
> https://bugs.openjdk.java.net/browse/JDK-8256757 is filed for the remaining failure in TestStringLatin1IndexOfChar.
>
> CSR link: https://bugs.openjdk.java.net/browse/JDK-8256863
This pull request has now been integrated.
Changeset: 734d3c3b
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/734d3c3b
Stats: 95 lines in 21 files changed: 84 ins; 0 del; 11 mod
8256862: Several java/foreign tests fail on x86_32 platforms
Reviewed-by: sundar
-------------
PR: https://git.openjdk.java.net/jdk/pull/1386
More information about the core-libs-dev
mailing list