25 Jun
2019
25 Jun
'19
6:55 a.m.
The commit summary line could be better. On Mon, Jun 24, 2019 at 4:24 PM Conor McCarthy <cmccarthy(a)codeweavers.com> wrote:
@@ -2023,7 +2019,7 @@ static void test_get_containing_output(void) hr = IDXGISwapChain_GetContainingOutput(swapchain, &output); ok(hr == S_OK || broken(hr == DXGI_ERROR_UNSUPPORTED), "Failed to get containing output, hr %#x.\n", hr); - if (hr == DXGI_ERROR_UNSUPPORTED) + if (hr != S_OK) continue;
Unrelated change.