Commit Graph

2 Commits

Author SHA1 Message Date
Charles Giessen
b8f496c409 Refactor tests FrameworkEnvironment class
Move all the behavior found in child classes of FrameworkEnvironment to the
FrameworkEnvironment itself, allowing easier composibility of behavior. The
original idea was to allow special case behavior for specific test cases but
this resulted in a lot of code duplication and difficulty combining different
framework behavior, such as adding a fake ICD and setting VK_ICD_FILENAMES at
the same time.
2021-12-10 17:08:23 -07:00
Charles Giessen
5e849b89b4 Add test for unknown physical device functions
Requires adding support in the ICD for unknown instance and physical device
functions separately.
2021-11-08 15:15:31 -07:00