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

Commit e49aaf0

Browse files
committed
Change XFAIL to UNSUPPORTED
1 parent e028d84 commit e49aaf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/USM/usm_leak_check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out l 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-LARGE-BUF
1010

1111
// This test is expected to fail until new pooling is enabled
12-
// XFAIL: level_zero
12+
// UNSUPPORTED: level_zero
1313

1414
#include <CL/sycl.hpp>
1515
using namespace sycl;

SYCL/USM/usm_pooling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=2,,2 %t.out s 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-1245
2525

2626
// This test is expected to fail until new pooling is enabled
27-
// XFAIL: level_zero
27+
// UNSUPPORTED: level_zero
2828

2929
#include "CL/sycl.hpp"
3030
using namespace sycl;

0 commit comments

Comments
 (0)