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

Commit d9bf2c2

Browse files
[ESIMD] Temporary disabled stencil tests
1 parent 4e86afd commit d9bf2c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SYCL/ESIMD/Stencil.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
13+
// Temporary disabled on Windows
14+
// UNSUPPORTED: windows
1315

1416
#include "esimd_test_utils.hpp"
1517

SYCL/ESIMD/stencil2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
13+
// Temporary disabled on Windows
14+
// UNSUPPORTED: windows
1315

1416
#include "esimd_test_utils.hpp"
1517

0 commit comments

Comments
 (0)