dxgi/tests: Do not run test_multi_adapter() in parallel with other tests.
test_multi_adapter() tests detaching non-primary outputs, interferencing other tests when non-primary outputs are enumerated. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
58486350eb
commit
a304bfa97d
|
@ -6505,7 +6505,6 @@ START_TEST(dxgi)
|
||||||
queue_test(test_maximum_frame_latency);
|
queue_test(test_maximum_frame_latency);
|
||||||
queue_test(test_output_desc);
|
queue_test(test_output_desc);
|
||||||
queue_test(test_object_wrapping);
|
queue_test(test_object_wrapping);
|
||||||
queue_test(test_multi_adapter);
|
|
||||||
queue_test(test_factory_check_feature_support);
|
queue_test(test_factory_check_feature_support);
|
||||||
|
|
||||||
run_queued_tests();
|
run_queued_tests();
|
||||||
|
@ -6515,6 +6514,7 @@ START_TEST(dxgi)
|
||||||
test_default_fullscreen_target_output();
|
test_default_fullscreen_target_output();
|
||||||
test_inexact_modes();
|
test_inexact_modes();
|
||||||
test_gamma_control();
|
test_gamma_control();
|
||||||
|
test_multi_adapter();
|
||||||
test_swapchain_parameters();
|
test_swapchain_parameters();
|
||||||
test_swapchain_window_messages();
|
test_swapchain_window_messages();
|
||||||
test_swapchain_window_styles();
|
test_swapchain_window_styles();
|
||||||
|
|
Loading…
Reference in New Issue