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

[SYCL] Temporarily disable failing tests #1168

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SYCL/DiscardEvents/invalid_event_exceptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions SYCL/Plugin/level_zero_batch_event_status.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions SYCL/USM/depends_on.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down