Support regex in disable impl
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>
Hello @llxia , may i be assigned this issue please. Thanks!
@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.