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

Commit 7bd4b54

Browse files
committed
[SYCL] Mark unstable tests unsupported
1 parent 0873f91 commit 7bd4b54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/Basic/parallel_for_range_roundup.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
33

4+
// Issue #164 The test if failin sporadically on Windows
5+
// UNSUPPORTED: windows
46
#include <CL/sycl.hpp>
57

68
using namespace sycl;

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// Test timeouts on Windows Level Zero
10-
// UNSUPPORTED: windows && level_zero
9+
// Issue #162 Test timeouts on Windows
10+
// UNSUPPORTED: windows
1111
// RUN: %clangxx-esimd -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// UNSUPPORTED: cuda

0 commit comments

Comments
 (0)