TKG
TKG copied to clipboard
Increase granularity to handle disabled tests
We are currently storing test prefix(i.e., disabled, echo.disabled) information per test target in TKG, we would like to increase the granularity to each test variation. This can allow multiple enhancements including but not limited to:
- support executing disabled tests in test list
- generate disabled parallel lists
- skip disabled/skipped test in dynamic compilation
support executing disabled tests in test list: https://github.com/adoptium/TKG/pull/305
skip disabled/skipped test in dynamic compilation: https://github.com/adoptium/TKG/pull/315