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

Exclude jdk_lang and jdk_io tests on linux-arm #4785

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

Haroon-Khel
Copy link
Contributor

ref #4773 (comment)

java/lang/ScopedValue/StressStackOverflow.java

Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalStateException: Subtask not completed or did not complete successfully

https://bugs.openjdk.org/browse/JDK-8313260 shows it fails in the same way on linux-x86 in the same way. Passes on jdk22

java/io/File/GetXSpace.java

FAILED: '/ usable space': 97777729536 > 1139773440
Warning: us > s.free()
FAILED: '/ usable vs. free space': 97777729536 > 3305226240
6 tests: 6 failure(s); first: java.lang.RuntimeException: '/ total space': 125693825024 != 1139773440
java.lang.RuntimeException: 2 test(s) failed
	at GetXSpace.main(GetXSpace.java:485)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Upstream bug for its failure on linux https://bugs.openjdk.org/browse/JDK-8251017

Both tests have failed consistently in this (september 2023) release on linux arm. Should be excluded on this platform

@sophia-guo sophia-guo merged commit ab9cca1 into adoptium:master Sep 22, 2023
1 check passed
@Haroon-Khel Haroon-Khel deleted the exclude.arm.linux branch September 22, 2023 14:29
@Haroon-Khel Haroon-Khel restored the exclude.arm.linux branch September 26, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants