Commit 01e67f8
authored
[SYCL][E2E][CI] Disable
The issue is specific to the post-commit CI using OneAPI compiler to
build SYCL RT (see intel/llvm#18458). Ideally,
we'd like to use `/Qno-intel-lib` during such build but OneAPI seems to
have a bug related to that (reported internally). It will take an
official release for it to reach this CI even after it's implemented, so
we need to disable the test on that specific configuration only for the
time being.std_array.cpp at CI level (#18545)1 parent 95df4ec commit 01e67f8
3 files changed
Lines changed: 2 additions & 5 deletions
File tree
- .github/workflows
- devops/actions/run-tests/windows/e2e
- sycl/test-e2e/Basic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments