Commit 5026eef
Ewan Crawford
[SYCL][Graph] Fix E2E Filecheck regex
CI is showing fails like https://github.com/intel/llvm/actions/runs/11969728548/job/33373742453?pr=15843
where the test is expecting output like:
```
.phKernelAlternatives = {0x12ed110, 0x1501ac0, 0x1502b60}
```
but the `SYCL_UR_TRACE` output is formed like:
```
.phKernelAlternatives = 0x23b4070 {0x25529d0, 0x2555000, 0x25560a0}
```
Update the Filecheck regex1 parent db59b4f commit 5026eef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments