Skip to content

dzn: Fix a couple device info conformance tests

Jesse Natalie requested to merge jenatali/mesa:dzn-conformance into main

Trying out a Vulkan 1.0 CTS run locally, and before even getting into the meat of the test content, I was seeing a couple of test failures due to device caps.

  1. Since we don't yet implement multi-view, temporarily disable reporting of extensions that depend on multi-view - I hope to get to this soon so I can flip these back on.
  2. The device info test is failing due to some values not being high enough because they were filled out correctly. Replace all current hardcoded values with D3D12 constants.

The device info test fails in CI too but I think the fraction option we're using is currently masking it. When I rebuilt the test container as part of !17600 (merged), I saw that failure pop up, so I want to merge this first to prevent that regression.

/cc @bbrezillon @kusma

Merge request reports