Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable crashing level zero tests #2103

Open
20 tasks
RossBrunton opened this issue Sep 19, 2024 · 1 comment
Open
20 tasks

Re-enable crashing level zero tests #2103

RossBrunton opened this issue Sep 19, 2024 · 1 comment
Labels
ci/cd Continuous integration/devliery conformance Conformance test suite issues.

Comments

@RossBrunton
Copy link
Contributor

A number of tests in the CTS cause crashes or memory corruption with the level zero backend. This causes the entire gtest process to die, which results in any tests that would run after the crashing test not doing so. As well as "hiding" results from tests, this causes the failures reported (for use in our CI match scripts) to change based on which order tests are ran in (this can happen if GTEST_SHUFFLE is specified, or the presence/absence of -flto).

These tests have been disabled, and this issue is a tracker for enabling them again once the crashing issues have been resolved:

  • urEnqueueEventsWaitTest.Success
  • urEnqueueEventsWaitWithBarrierTest.Success
  • urEnqueueMemBufferCopyTestWithParam.Success
  • urEnqueueMemBufferCopyRectTestWithParam.Success
  • urEnqueueMemBufferFillTest.Success
  • urEnqueueMemBufferFillTest.SuccessPartialFill
  • urEnqueueMemBufferFillTest.SuccessOffset
  • urEnqueueMemBufferWriteRectTestWithParam.Success
  • urEnqueueMemImageCopyTest.Success
  • urEnqueueMemImageCopyTest.SuccessPartialCopy
  • urEnqueueMemImageCopyTest.SuccessPartialCopyWithSrcOffset
  • urEnqueueMemImageCopyTest.SuccessPartialCopyWithDstOffset
  • urEnqueueMemImageReadTest.InvalidRegion1D
  • urEnqueueMemImageReadTest.InvalidRegion2D
  • urEnqueueMemImageReadTest.InvalidRegion3D
  • urEventCreateWithNativeHandleTest.Success
  • urEventGetInfoTest.Success
  • urMemImageCreateTest.InvalidSize
  • urMemImageCreateWithHostPtrFlagsTest.Success
  • urMemImageCreateTestWithImageFormatParam.Success
@RossBrunton RossBrunton added ci/cd Continuous integration/devliery conformance Conformance test suite issues. labels Sep 19, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 19, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 19, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 20, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 20, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 20, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 20, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 20, 2024
RossBrunton added a commit to RossBrunton/unified-runtime that referenced this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous integration/devliery conformance Conformance test suite issues.
Projects
None yet
Development

No branches or pull requests

2 participants
@RossBrunton and others