Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2250b17

Browse files
[SYCL] Temporarily disable failing tests (#1168)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent c9b5bf5 commit 2250b17

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

SYCL/DiscardEvents/invalid_event_exceptions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77
//
8+
// Temporarily disabled on Windows.
9+
// UNSUPPORTED: windows
10+
//
811
// The test checks 3 things:
912
// 1. An attempt to construct a queue with both properties(discard_events and
1013
// enable_profiling) throws an exception.

SYCL/Plugin/level_zero_batch_event_status.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// See https://github.com/intel/llvm-test-suite/issues/906
22
// REQUIRES: gpu, level_zero
33

4+
// Temporarily disabled on Windows.
5+
// UNSUPPORTED: windows
6+
47
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
58

69
// Set batching to 4 explicitly

SYCL/USM/depends_on.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
66

7+
// Temporarily disabled on Windows.
8+
// UNSUPPORTED: windows
9+
710
//==----------------- depends_on.cpp - depends_on test ---------------------==//
811
//
912
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)