Cleanup test creation of queues
authorCharles Giessen <charles@lunarg.com>
Mon, 19 Jun 2023 02:52:43 +0000 (20:52 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 20 Jun 2023 19:49:58 +0000 (13:49 -0600)
commit9a0470932171cecc2dd096d6990cf31d280ad050
treebdc88d26f55560d9111b5f5f6d2e80af29ceb85e
parent5ac893fa09ca59b19fae54d9c5c397f1be5b30ed
Cleanup test creation of queues

This commit removes queue creation from many tests because they were not a
primary part of the test. Many tests are written by first copying a previous
test and modifying it, which meant that a handful of initial tests would
include queue creation logic then get copied into many other tests where it
does not make sense.
tests/framework/icd/test_icd.cpp
tests/loader_alloc_callback_tests.cpp
tests/loader_get_proc_addr_tests.cpp
tests/loader_handle_validation_tests.cpp
tests/loader_layer_tests.cpp
tests/loader_regression_tests.cpp
tests/loader_threading_tests.cpp
tests/loader_unknown_ext_tests.cpp
tests/loader_wsi_tests.cpp