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 jfr tests on aarch32 linux #5469

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

roberttoyonaga
Copy link
Contributor

@roberttoyonaga roberttoyonaga commented Jul 31, 2024

JFR tests will fail on aarch32. We should exclude them to avoid false positives. See explanation here: #3115 (comment)

@@ -1475,6 +1475,10 @@
<test>
<testCaseName>jdk_jfr</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/3115#issuecomment-2256561374</comment>
<vendor>eclipse</vendor>
Copy link
Contributor

Choose a reason for hiding this comment

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

needs a <platform> element to specify just disabling for a particular platform

@sophia-guo
Copy link
Contributor

Should this be limited to jdk8?

	
			<version>8</version>
	

@roberttoyonaga
Copy link
Contributor Author

Updated to specify platform and JDK version. Thanks for the reviews!

@sophia-guo sophia-guo merged commit 6c93937 into adoptium:master Aug 6, 2024
3 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.

4 participants