You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments