Skip to content

Commit 3be9b21

Browse files
authored
Add XFAIL tracker issue to kernel-bundle-merge-options.cpp
1 parent e9df0a4 commit 3be9b21

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16309
810

911
#include "kernel-bundle-merge-options.hpp"
1012

@@ -13,7 +15,7 @@
1315

1416
// TODO: Uncomment when build options are properly passed to compile and link
1517
// commands for kernel_bundle
16-
// CHECK: <--- urProgramCompile(
17-
// CHECK-SAME: -g
18-
// CHECK: <--- urProgramLink(
19-
// CHECK-SAME: -g
18+
// xCHECK: <--- urProgramCompile(
19+
// xCHECK-SAME: -g
20+
// xCHECK: <--- urProgramLink(
21+
// xCHECK-SAME: -g

0 commit comments

Comments
 (0)