TKG icon indicating copy to clipboard operation
TKG copied to clipboard

Increase granularity to handle disabled tests

Open renfeiw opened this issue 3 years ago • 2 comments

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

renfeiw avatar Mar 30 '22 19:03 renfeiw

support executing disabled tests in test list: https://github.com/adoptium/TKG/pull/305

renfeiw avatar Mar 30 '22 19:03 renfeiw

skip disabled/skipped test in dynamic compilation: https://github.com/adoptium/TKG/pull/315

renfeiw avatar Jun 06 '23 19:06 renfeiw