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

Commit 6d48ffb

Browse files
authored
[SYCL] xfail on zedebug (#707)
Signed-off-by: Byoungro So <[email protected]>
1 parent 5f4d951 commit 6d48ffb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SYCL/DeprecatedFeatures/program-merge-options-env.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: env SYCL_PI_TRACE=-1 SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS SYCL_DEVICE_FILTER=%sycl_be %t.out | FileCheck %s
33
// REQUIRES: gpu
44
// UNSUPPORTED: cuda || hip
5+
// XFAIL: ze_debug-1,ze_debug4
56
#include "program-merge-options.hpp"
67

78
// CHECK: piProgramBuild

SYCL/DeprecatedFeatures/program-merge-options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Debug option -g is not passed to device code compiler when CL-style driver
77
// is used and /DEBUG options is passed.
8-
// XFAIL: cl_options
8+
// XFAIL: cl_options,ze_debug-1,ze_debug4
99
#include "program-merge-options.hpp"
1010

1111
// CHECK: piProgramBuild

0 commit comments

Comments
 (0)