You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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-L1389It would be nice if we could support regex in disable impl. The above can be specified in one
<disable>
.The text was updated successfully, but these errors were encountered: