adoptium / adoptium/aqa-tests

runtime/ReservedStack/ReservedStackTest* tests fail with 'This platform should not be supported: aarch64'

Open
#5,886 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
155
Forks
346
Avg merge
2d 9h
Merged PRs (30d)
36

Description

On aarch64_windows, these 2 testcases fail:
runtime/ReservedStack/ReservedStackTest.java
runtime/ReservedStack/ReservedStackTestCompiler.java

with RuntimeException

```
FAILED: This platform should not be supported: aarch64
java.lang.RuntimeException: This platform should not be supported: aarch64
at ReservedStackTest.initIsSupportedPlatform(ReservedStackTest.java:286)
at ReservedStackTest.main(ReservedStackTest.java:291)
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)
```

Contributor guide

Open the contributing guide

Research direction

Start with runtime/ReservedStack/ReservedStackTest.java and runtime/ReservedStack/ReservedStackTestCompiler.java, especially initIsSupportedPlatform at line 286. Run both tests on aarch64_windows and inspect how the platform check handles aarch64. Done means the tests no longer fail with the unsupported-platform exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.