Commit 028f0c1
authored
[E2E] fix check in Matrix/lit.local.cfg (#19061)
arch-intel_gpu_pvc is not a part of available_features when the
lit.local.cfg file is executed. This led
to Matrix tests not being skiped on PVC for V2 as
expected.
Fix this by parsing config.sycl_dev_features, similarly to
MemorySanitizer/lit.local.cfg1 parent b643b8b commit 028f0c1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments