Function wgpu_test::execute_test

source ·
pub async fn execute_test(
    config: GpuTestConfiguration,
    test_info: Option<TestInfo>,
    adapter_index: usize
)
Expand description

Execute the given test configuration with the given adapter index.

If test_info is specified, will use the information whether to skip the test. If it is not, we’ll create the test info from the adapter itself.