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

Commit 16e1518

Browse files
committed
Revert "XFAIL tests regressed in GPU RT"
This reverts commit 0585b37.
1 parent aed77ae commit 16e1518

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
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-
2219
#include <CL/sycl.hpp>
2320
#include <iostream>
2421

0 commit comments

Comments
 (0)