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

Commit 7cf58f1

Browse files
committed
XFAIL tests only on linux
1 parent 0585b37 commit 7cf58f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1
1313
// Regression in GPU RT 21.16.19610
14-
// XFAIL: level_zero
14+
// XFAIL: level_zero && linux

SYCL/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2
1313
// Regression in GPU RT 21.16.19610
14-
// XFAIL: level_zero
14+
// XFAIL: level_zero && linux

SYCL/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3
1313
// Regression in GPU RT 21.16.19610
14-
// XFAIL: level_zero
14+
// XFAIL: level_zero && linux

0 commit comments

Comments
 (0)