Commit 33b50db
authored
[SYCL] test improvement, issue 16309 (intel#16389)
The kernel-bundle-merge-options test was recently marked XFAIL (and
tracker intel#16309 opened).
The root problem is that when using the MSVC CL compiler, the tests set
the `debug_option` flag to `/DEBUG` but it is `/Zi` that gets converted
to `-g` when the device driver is called. Updating that python var and
removing the `XFAIL` from the test.1 parent d21e679 commit 33b50db
File tree
2 files changed
+9
-9
lines changed- sycl/test-e2e
- KernelAndProgram
2 files changed
+9
-9
lines changedLines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments