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
[NFC][SYCL] Change ExtOneapiBarrierOpt to use TEST_F (#20241)
This unit test failed in sycl-rel and internal CI (see
https://github.com/intel/llvm/actions/runs/18096621667/job/51489057567)
because the test is using members of class `ExtOneapiBarrierOptTest`,
and these members need to be re-initialized in between two test runs.
`TEST_F` does exactly that.
0 commit comments