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
[SYCL][NFC] Fix skipping KernelBundleWith2Kernels test (#5225)
Currently most of unit tests print something and just return if test
pre-requisites are not met. llvm-lit reports such tests as "passed"
instead of "skipped" because Google Test framework reports test status
incorrectly. GTEST_SKIP must be used to indicate the framework "skipped"
test status.
Fixed a typo in PiMock.hpp.
TODO: the same approach must be applied to all other unittests.
0 commit comments