Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefaultUseWithClient (32bit Windows Client) test is being triggered against AIX platform #4270

Closed
smlambert opened this issue Jan 23, 2023 · 2 comments

Comments

@smlambert
Copy link
Contributor

smlambert commented Jan 23, 2023

jtr file from https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_ppc64_aix_testList_2/76/
DefaultUseWithClient.jtr.txt

We see the DefaultUseWithClient.java test from the openjdk upstream project is being triggered against AIX and it should not be, according to https://github.com/adoptium/jdk8u/blob/master/hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java#L41-L42.

That testcase determines where to run based on looking at system properties:

    private static final String osName      = System.getProperty("os.name");
    private static final String dataModel   = System.getProperty("sun.arch.data.model");
...
    public static final String vmName      = System.getProperty("java.vm.name");

This was spotted during AQA triage for the January release work, see #4258 (comment). Possibly related: https://bugs.openjdk.org/browse/JDK-8297141 - in any event, this testcase should not be running against ppc64_aix. We should report it upstream and exclude that testcase on AIX until it can be addressed.

@smlambert
Copy link
Contributor Author

smlambert commented Jan 24, 2023

@smlambert
Copy link
Contributor Author

Not reproducible close as won't fix

@smlambert smlambert closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant