Commit 70cddca
committed
Fix L0 match entry for urEnqueueEventsWaitMultiDeviceMTTest
The match entry for `urEnqueueEventsWaitMultiDeviceMTTest` previously
matches `urEnqueueEventsWaitMultiDeviceMTTest/*` but this doesn't
actually match the test names which are of the form
`urEnqueueEventsWaitMultiDeviceMTTest.<TestName>/...`. This patch
removes the `/` in order to match all tests using this fixture name.
Failures like the following have been occurring in unrelated PR's today:
```
[ RUN ] urEnqueueEventsWaitMultiDeviceMTTest.EnqueueWaitSingleQueueMultiOps/MultiThread
/home/test-user/actions-runner/_work/unified-runtime/unified-runtime/test/conformance/enqueue/urEnqueueEventsWaitMultiDevice.cpp:54: Failure
Expected equality of these values:
reinterpret_cast<uint32_t *>(ptr)[i]
Which is: 0
pattern
Which is: 42
[ FAILED ] urEnqueueEventsWaitMultiDeviceMTTest.EnqueueWaitSingleQueueMultiOps/MultiThread, where GetParam() = 40-byte object
```1 parent 9df68fc commit 70cddca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments