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

Commit 0585b37

Browse files
committed
XFAIL tests regressed in GPU RT
1 parent 8c7772f commit 0585b37

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: level_zero

SYCL/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: level_zero

SYCL/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: level_zero

SYCL/USM/badmalloc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
// This test verifies that things fail in the proper way when they should.
1818

19+
// Regression in GPU RT 21.16.19610
20+
// XFAIL: level_zero && gpu
21+
1922
#include <CL/sycl.hpp>
2023
#include <iostream>
2124

0 commit comments

Comments
 (0)