Skip ClearTwiceInD3D12ReadbackInD3D11 for WARP + validation
Bug: dawn:735 Change-Id: I26d06528aebb4f2c2a391d65ab8a16ef1e6e01f7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46360 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
fed33fa18a
commit
2922d8d603
|
@ -508,6 +508,10 @@ TEST_P(D3D12SharedHandleUsageTests, ClearInD3D12ReadbackInD3D11) {
|
|||
// 3. Readback the texture with D3D11.
|
||||
// 4. Verify the readback color was the final color cleared.
|
||||
TEST_P(D3D12SharedHandleUsageTests, ClearTwiceInD3D12ReadbackInD3D11) {
|
||||
// TODO(crbug.com/dawn/735): This test appears to hang for
|
||||
// D3D12_Microsoft_Basic_Render_Driver_CPU when validation is enabled.
|
||||
DAWN_SKIP_TEST_IF(IsD3D12() && IsWARP() && IsBackendValidationEnabled());
|
||||
|
||||
DAWN_SKIP_TEST_IF(UsesWire());
|
||||
|
||||
const wgpu::Color d3d11ClearColor{1.0f, 1.0f, 0.0f, 1.0f};
|
||||
|
|
Loading…
Reference in New Issue