aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

jdk targets skip tests with @requires vm.flagless

Open sophia-guo opened this issue 6 months ago • 0 comments

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

		<variations>
			<variation>Mode150</variation>
			<variation>Mode650</variation>
			<variation>Mode1000</variation>
		</variations>

JDK component: Number of tests with tests with @requires vm.flagless ~35.

No issue with hotspot tests as hotspot tests are running without

sophia-guo avatar Apr 04 '25 15:04 sophia-guo