Skip to content

Commit

Permalink
Fixup phys_dev_inst_ext_tests
Browse files Browse the repository at this point in the history
Add tests which exercise the case of a ICD being 1.0 with support for
VK_KHR_get_physical_device_properties2 while the ICD enables 1.1 and the
extension but tries to use the extension.

Removed TEST_F in this file, wasn't needed and caused an extra ICD to be found.

Converted the CompareXXX functions from internally using ASSERT_EQ to returning
a bool. This made the tests more robust since ASSERT_EQ in a function will just
return the function early, not end the test.
  • Loading branch information
charles-lunarg committed Jan 10, 2022
1 parent 6d8af31 commit 3cae9d8
Showing 1 changed file with 871 additions and 352 deletions.
Loading

0 comments on commit 3cae9d8

Please sign in to comment.