Skip to content

Commit

Permalink
[SYCL] Disable SchedulerTest/StreamBufferDeallocation on Windows (#15050
Browse files Browse the repository at this point in the history
)

Failing on Windows

#15049

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Aug 13, 2024
1 parent fe6e307 commit a6a1f55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sycl/unittests/scheduler/GraphCleanup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,12 @@ struct AttachSchedulerWrapper {
};

// Check that stream buffers are released alongside graph cleanup.
// https://github.com/intel/llvm/issues/15049
#ifdef _WIN32
TEST_F(SchedulerTest, DISABLED_StreamBufferDeallocation) {
#else
TEST_F(SchedulerTest, StreamBufferDeallocation) {
#endif
unittest::UrMock<> Mock;
platform Plt = sycl::platform();
context Ctx{Plt};
Expand Down

0 comments on commit a6a1f55

Please sign in to comment.