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

Test Crashes/Failures seen on Samsung Galaxy S24 #8044

Open
johnzupin opened this issue May 21, 2024 · 2 comments
Open

Test Crashes/Failures seen on Samsung Galaxy S24 #8044

johnzupin opened this issue May 21, 2024 · 2 comments
Assignees
Labels
CI/Tests Anything related to CI or testing

Comments

@johnzupin
Copy link
Collaborator

johnzupin commented May 21, 2024

The following test issues were seen on a Samsung Galaxy S24 (build number UP1A.2310005.007.S928BXXU1AXCA) using VVL at v1.3.287-8-g28c0a5d84

        - NegativeGpuAVBufferDeviceAddress.ProxyStructLoadUint64
        - NegativeGpuAVBufferDeviceAddress.ProxyStructLoadBadAddress
        - PositiveGpuAVBufferDeviceAddress.StructLoad
        - NegativeGpuAVDescriptorIndexing.ArrayOOBGeom
        - NegativeGpuAVOOB.StorageBuffer
        - NegativeGpuAVOOB.Geometry
        - PositiveShaderSpirv.SpecializationWordBoundryOffset
        - NegativeWsi.SwapchainPresentModeInfoImplicit
        - NegativeWsi.SwapchainMaintenance1ExtensionAcquire
        - PositiveWsi.PresentFenceRetiresPresentQueueOperation
        - NegativeWsi.SwapchainMaintenance1ExtensionCaps
        # The folling tests crash
        - NegativeRenderPass.MultisampledRenderToSingleSampled
        - NegativeTransformFeedback.CmdBindTransformFeedbackBuffersEXT
        - NegativeTransformFeedback.CmdBeginTransformFeedbackEXT
        - NegativeTransformFeedback.CmdEndTransformFeedbackEXT
        - NegativeTransformFeedback.BindPipeline
        - NegativeTransformFeedback.EndRenderPass
        - NegativeTransformFeedback.CmdNextSubpass
        - NegativeWsi.SwapchainMaintenance1ExtensionRelease
        - PositiveWsi.PresentFenceWaitsForSubmission
@spencer-lunarg spencer-lunarg self-assigned this May 22, 2024
@spencer-lunarg spencer-lunarg added the CI/Tests Anything related to CI or testing label May 22, 2024
@r-potter
Copy link
Contributor

r-potter commented Jul 8, 2024

@spencer-lunarg If this hasn't already been progressed then feel free to assign to me and I'll see if I can triage VVL vs. driver issues here.

@spencer-lunarg
Copy link
Contributor

I haven't looked at this in months and assigned to you

some notes I have

  • NegativeTransformFeedback* these tests are all failing in one spot... but don't have a driver stack trace to figure out
  • NegativeWsi*/PositiveWsi* These are all around the VK_EXT_surface_maintenance1 extension and might actually be issues with VVL (or the test)... unfortunately haven't had time to fully grasp what that extension all did
  • SpecializationWordBoundryOffset - either driver bug or test is wrong
  • *GpuAV* these are a little nastier to debug, would suggest to do these last

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Tests Anything related to CI or testing
Projects
None yet
Development

No branches or pull requests

3 participants