Skip validation tests failing with the wire

Bug: dawn:654
Change-Id: Ieeb9a34f3a6ff354107fa65ca496204bb0775129
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39400
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2021-01-28 21:20:36 +00:00 committed by Commit Bot service account
parent 1b42ad94ba
commit 7aba08e69b
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ class BindGroupValidationTest : public ValidationTest {
// Test the validation of BindGroupDescriptor::nextInChain
TEST_F(BindGroupValidationTest, NextInChainNullptr) {
// TODO(crbug.com/dawn/654): Crashes with the wire. Diagnose and fix this.
DAWN_SKIP_TEST_IF(UsesWire());
wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout(device, {});
wgpu::BindGroupDescriptor descriptor;