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 failures seen on Windows Arm64 with a Qualcomm Snapdragon machine #8928

Open
johnzupin opened this issue Nov 26, 2024 · 1 comment
Open
Labels
CI/Tests Anything related to CI or testing

Comments

@johnzupin
Copy link
Collaborator

Some information from vulkaninfo about the machine:

Vulkan loader version: 1.3.277
deviceName: Qualcomm(R) Adreno(TM) X1-85 GPU
deviceType: VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
vendorID: 20803 (0x5143)
deviceID: 1124404225 (0x43050c01)
apiVersion: 4206868 (0x403114) (1.3.276)
driverVersion: 2150678528 (0x8030c000) (512.780.0)
driverID: VK_DRIVER_ID_QUALCOMM_PROPRIETARY
driverName: Qualcomm Technologies Inc. Adreno Vulkan Driver
driverInfo: Driver Build: , , 1661514817

Please note that Microsoft's VK_LAYER_MFST_driver_sorting implicit layer was disabled while running tests.

The following failures were seen:

  • NegativeGpuAV.UnnormalizedCoordinatesSeparateSamplerSharedSampler
  • NegativeGpuAV.ShareOpSampledImage
  • NegativeGpuAV.YcbcrDrawFetchIndexed
  • NegativeGpuAVDescriptorIndexing.PostProcesingOnly
  • NegativeRenderPass.MultisampledRenderToSingleSampled
  • PositiveSyncObject.WaitTimelineSemaphoreWithWin32HandleRetrieved
  • NegativeTransformFeedback.CmdBindTransformFeedbackBuffersEXT
  • NegativeTransformFeedback.CmdBeginTransformFeedbackEXT
  • NegativeTransformFeedback.CmdEndTransformFeedbackEXT
  • NegativeTransformFeedback.BindPipeline
  • NegativeTransformFeedback.EndRenderPass
  • NegativeTransformFeedback.CmdNextSubpass
  • NegativeWsi.UseDestroyedSwapchain
@spencer-lunarg spencer-lunarg added the CI/Tests Anything related to CI or testing label Nov 26, 2024
@artem-lunarg
Copy link
Contributor

PositiveSyncObject.WaitTimelineSemaphoreWithWin32HandleRetrieved - Fixed.

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