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

Stop running jdk_vector testing on OpenJ9 jdk17 #5365

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

pshipton
Copy link
Contributor

@pshipton pshipton commented Jun 3, 2024

vector is an incubator and by design there is no JIT support for jdk17 any more, resulting in test timeouts.

Issue eclipse-openj9/openj9#19360

</impls>
</test>
<test>
<testCaseName>jdk_vector_j9</testCaseName>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of adding a new jdk_vector_j9, we can add disable in jdk_vector

<disables>
			<disable>
				<comment>issue link</comment>
				<impl>openj9</impl>
				<version>17</version>
			</disable>
		
		</disables>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated it.

@pshipton pshipton force-pushed the vector17 branch 2 times, most recently from 79f9eeb to c77ce10 Compare June 3, 2024 16:26
<impl>ibm</impl>
<version>17</version>
</disable>
</disables>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, we cannot have 2 impl in one <disable>. They have to be separated.

<disables>
	<disable>
		<comment>https://github.com/eclipse-openj9/openj9/issues/19360</comment>
		<impl>openj9</impl>
		<version>17</version>
	</disable>
	<disable>
		<comment>https://github.com/eclipse-openj9/openj9/issues/19360</comment>
		<impl>ibm</impl>
		<version>17</version>
	</disable>
</disables>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

vector is an incubator and by design there is no JIT support for jdk17
any more, resulting in test timeouts.

Issue eclipse-openj9/openj9#19360

Signed-off-by: Peter Shipton <[email protected]>
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JasonFengJ9 JasonFengJ9 merged commit c713839 into adoptium:master Jun 3, 2024
2 checks passed
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