diff --git a/SYCL/DiscardEvents/invalid_event_exceptions.cpp b/SYCL/DiscardEvents/invalid_event_exceptions.cpp index b7ac6ceb7e..6c82402199 100644 --- a/SYCL/DiscardEvents/invalid_event_exceptions.cpp +++ b/SYCL/DiscardEvents/invalid_event_exceptions.cpp @@ -5,6 +5,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // +// Temporarily disabled on Windows. +// UNSUPPORTED: windows +// // The test checks 3 things: // 1. An attempt to construct a queue with both properties(discard_events and // enable_profiling) throws an exception. diff --git a/SYCL/Plugin/level_zero_batch_event_status.cpp b/SYCL/Plugin/level_zero_batch_event_status.cpp index a87d63eccc..29a4bbf0a1 100644 --- a/SYCL/Plugin/level_zero_batch_event_status.cpp +++ b/SYCL/Plugin/level_zero_batch_event_status.cpp @@ -1,6 +1,9 @@ // See https://github.com/intel/llvm-test-suite/issues/906 // REQUIRES: gpu, level_zero +// Temporarily disabled on Windows. +// UNSUPPORTED: windows + // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out // Set batching to 4 explicitly diff --git a/SYCL/USM/depends_on.cpp b/SYCL/USM/depends_on.cpp index 9dc2de9d46..04e39dbe55 100644 --- a/SYCL/USM/depends_on.cpp +++ b/SYCL/USM/depends_on.cpp @@ -4,6 +4,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out +// Temporarily disabled on Windows. +// UNSUPPORTED: windows + //==----------------- depends_on.cpp - depends_on test ---------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.