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

jdk17+ tools/jlink/JLinkTest.java failed on window32, arm-linux #2857

Open
sophia-guo opened this issue Sep 10, 2021 · 2 comments
Open

jdk17+ tools/jlink/JLinkTest.java failed on window32, arm-linux #2857

sophia-guo opened this issue Sep 10, 2021 · 2 comments
Labels
JBS issue need to report to JBS or reopen the issue in JBS

Comments

@sophia-guo
Copy link
Contributor

jdk17+ tools/jlink/JLinkTest.java failed on window32

jlink options: --output E:\workspace\grinder_sandbox_new\aqa-tests\TKG\output_16313003152445\jdk_custom_2\work\scratch\0\images\bug8240349.image --add-modules java.base --module-path E:\workspace\grinder_sandbox_new\openjdkbinary\j2sdk-image\jmods;E:\workspace\grinder_sandbox_new\aqa-tests\TKG\output_16313003152445\jdk_custom_2\work\scratch\0\jmods;E:\workspace\grinder_sandbox_new\aqa-tests\TKG\output_16313003152445\jdk_custom_2\work\scratch\0\jars;E:\workspace\grinder_sandbox_new\aqa-tests\TKG\output_16313003152445\jdk_custom_2\work\scratch\0\explodedmods\classes --vm=client

java.lang.AssertionError: Failure expected: E:\workspace\grinder_sandbox_new\aqa-tests\TKG\output_16313003152445\jdk_custom_2\work\scratch\0\images\bug8240349.image
	at tests.Result.assertFailure(Result.java:58)
	at JLinkTest.main(JLinkTest.java:378)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0/lastCompletedBuild/testReport/junit/tools_jlink_JLinkTest/java/JLinkTest/

The failure test was recently committed by https://bugs.openjdk.java.net/browse/JDK-8240349
openjdk/jdk17@4d1cf51#diff-9081f35054af34efdb5ecadf6bf9fb1269c92ec643d94d6fc7ae3af1ffdb47e8, which might not work for windows 32.

@sophia-guo sophia-guo added the JBS issue need to report to JBS or reopen the issue in JBS label Sep 10, 2021
sophia-guo added a commit to sophia-guo/openjdk-tests that referenced this issue Sep 10, 2021
adoptium#2857

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
sophia-guo added a commit to sophia-guo/openjdk-tests that referenced this issue Sep 14, 2021
adoptium#2857

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
smlambert pushed a commit that referenced this issue Sep 14, 2021
* Exclude jdk16+ JFR tests on windows32

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* Exclude com/sun/jdi/OnJcmdTest.java	on windows 32

#2837

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* exclude tools/jlink/JLinkTest.java for jdk17 on windows 32

#2857

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* exclude TestTotalSwap.java on linux-aarch64

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo sophia-guo changed the title jdk17+ tools/jlink/JLinkTest.java failed on window32 jdk17+ tools/jlink/JLinkTest.java failed on window32, arm-linux Sep 15, 2021
deepak-gittyup pushed a commit to deepak-gittyup/aqa-tests that referenced this issue Sep 18, 2021
…ium#2856)

* Exclude jdk16+ JFR tests on windows32

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* Exclude com/sun/jdi/OnJcmdTest.java	on windows 32

adoptium#2837

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* exclude tools/jlink/JLinkTest.java for jdk17 on windows 32

adoptium#2857

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

* exclude TestTotalSwap.java on linux-aarch64

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JBS issue need to report to JBS or reopen the issue in JBS
Projects
Status: Todo
Development

No branches or pull requests

2 participants