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

Commit 461e2b5

Browse files
[SYCL] Temporary disable of DeviceLib tests (#625)
1 parent e6d9aae commit 461e2b5

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

SYCL/DeviceLib/built-ins/vector_relational.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME unsupported on windows (opencl and level-zero) until fix of libdevice
2+
// UNSUPPORTED: windows && (opencl || level_zero)
13
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/cmath_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
13
// RUN: %clangxx -fsycl %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/cmath_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
13
// RUN: %clangxx -fsycl -fno-builtin %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/math_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
13
// RUN: %clangxx -fsycl %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/math_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
13
// RUN: %clangxx -fsycl %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)