From c20336fe03fe7f1fabe4d1515bb1b1039843f652 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 14 Feb 2023 14:10:33 +0100 Subject: Update recent rhi autotest to skip on D3D12 as well Change-Id: I4da78cd0cd1fd5015bc28bf01e59884abafa6995 Reviewed-by: Laszlo Agocs --- tests/auto/gui/rhi/qrhi/tst_qrhi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/gui/rhi/qrhi/tst_qrhi.cpp') diff --git a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp index 225226eccf..41ba8e9e58 100644 --- a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp +++ b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp @@ -6039,7 +6039,7 @@ void tst_QRhi::storageBufferRuntimeSizeGraphics() QSKIP("Tessellation is not supported with this graphics API, skipping test"); } - if (rhi->backend() == QRhi::D3D11) + if (rhi->backend() == QRhi::D3D11 || rhi->backend() == QRhi::D3D12) QSKIP("Skipping tessellation test on D3D for now, test assets not prepared for HLSL yet"); QScopedPointer texture(rhi->newTexture(QRhiTexture::RGBA8, QSize(64, 64), 1, -- cgit v1.2.3