Skip to content

Commit

Permalink
[SYCL] Disable SchedulerTest/ShortcutFunctionWithWaitList on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Aug 13, 2024
1 parent 1519089 commit b1c06cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sycl/unittests/scheduler/EnqueueWithDependsOnDeps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,12 @@ ur_result_t redefinedEnqueueEventsWaitWithBarrier(void *pParams) {
return UR_RESULT_SUCCESS;
}

// https://github.com/intel/llvm/issues/15049
#ifdef _WIN32
TEST_F(DependsOnTests, DISABLED_ShortcutFunctionWithWaitList) {
#else
TEST_F(DependsOnTests, ShortcutFunctionWithWaitList) {
#endif
mock::getCallbacks().set_before_callback("urEnqueueUSMMemcpy",
&redefinedextUSMEnqueueMemcpy);
sycl::queue Queue = detail::createSyclObjFromImpl<queue>(QueueDevImpl);
Expand Down

0 comments on commit b1c06cd

Please sign in to comment.