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

Commit e63cce9

Browse files
[SYCL] Reenable previously failing tests (#1172)
This reverts commit 2250b17.
1 parent 4869162 commit e63cce9

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

SYCL/DiscardEvents/invalid_event_exceptions.cpp

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

SYCL/Plugin/level_zero_batch_event_status.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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-
74
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
85

96
// Set batching to 4 explicitly

SYCL/USM/depends_on.cpp

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

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

0 commit comments

Comments
 (0)