jdk targets skip tests with @requires vm.flagless
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
vm.flagless at-requires property was introduced for hotspot tests https://bugs.openjdk.org/browse/JDK-8246494.
Right now some jdk tests also use this requires property in JDK17+. That means tests with this requires are skipped as jdk tests are running with variations
```
Mode150
Mode650
Mode1000
```
JDK component: Number of tests with tests with @requires vm.flagless ~35.
No issue with hotspot tests as hotspot tests are running without
Contributor guide
Research direction
Start by locating the JDK tests that use the @requires vm.flagless property and reviewing how their are applied. Compare this behavior with the hotspot tests described in the issue. Done means the affected JDK tests are no longer incorrectly skipped while the relevant vm.flagless requirement remains respected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100