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

Add <disables> example for platform #648

Open
llxia opened this issue Dec 6, 2024 · 0 comments
Open

Add <disables> example for platform #648

llxia opened this issue Dec 6, 2024 · 0 comments

Comments

@llxia
Copy link
Contributor

llxia commented Dec 6, 2024

Add <disables> example for platform in https://github.com/adoptium/TKG/tree/master/examples

For example:

<disables>
	<disable>
		<comment>disable on JDK8 x86-64_linux</comment>
		<version>8</version>
		<platform>x86-64_linux</platform>
	</disable>
</disables>
<disables>
	<disable>
		<comment>disable on eclipse vendor</comment>
		<vendor>eclipse</vendor>
	</disable>
	<disable>
		<comment>Only applicable on aix, pliunx, xlinux, wins64 and zlinux atm</comment>
		<platform>^((?!(ppc64_aix|ppc64le_linux|x86-64_linux|x86-64_windows|s390x_linux)).)*$</platform>
	</disable>
</disables>
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

No branches or pull requests

1 participant