TKG icon indicating copy to clipboard operation
TKG copied to clipboard

Support regex in disable impl

Open llxia opened this issue 1 year ago • 2 comments

Currently, TKG does the exact match in disable. If we need to exclude 2 impls, we need to write 2 <disable> separately . See https://github.com/adoptium/aqa-tests/blob/0f1508971ddb416332fdf96de93fd9c1a9f4dfc3/openjdk/playlist.xml#L1380-L1389

It would be nice if we could support regex in disable impl. The above can be specified in one <disable>.

<disable>
		<comment>issue link</comment>
		<impl>openj9|ibm</impl>
</disable>

llxia avatar Jun 07 '24 19:06 llxia

Hello @llxia , may i be assigned this issue please. Thanks!

IamLRBA avatar Nov 27 '24 20:11 IamLRBA

@IamLRBA - if this is your first issue in this project, I suggest you select from the ones marked as 'good first issues' as a warm-up and to ensure you have created an Eclipse profile and signed the ECA (details here), then graduate to these issues that are more involved feature enhancements as you become more familiar with the code base.

smlambert avatar Nov 27 '24 22:11 smlambert