spirv-reader: disable dumping for known bug
Bug: tint:1043 Change-Id: I43759420c1d4f7104de02645505c23049bd867eb Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/59450 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: David Neto <dneto@google.com>
This commit is contained in:
parent
85ca807a00
commit
1fd3d95dd5
|
@ -1199,6 +1199,9 @@ Assignment{
|
|||
}
|
||||
ScalarConstructor[not set]{0u}
|
||||
})")) << p->error();
|
||||
|
||||
p->SkipDumpingPending(
|
||||
"crbug.com/tint/1041 track access mode in spirv-reader parser type");
|
||||
}
|
||||
|
||||
TEST_F(SpvParserMemoryTest, RemapStorageBuffer_ThroughCopyObject_WithHoisting) {
|
||||
|
|
|
@ -114,6 +114,9 @@ TEST_F(SpvParserImportTest, Import_NonSemantic_IgnoredExtInsts) {
|
|||
)"));
|
||||
EXPECT_TRUE(p->BuildAndParseInternalModule());
|
||||
EXPECT_TRUE(p->error().empty());
|
||||
|
||||
p->SkipDumpingPending(
|
||||
"crbug.com/tint/1041 track access mode in spirv-reader parser type");
|
||||
}
|
||||
|
||||
// TODO(dneto): We don't currently support other kinds of extended instruction
|
||||
|
|
Loading…
Reference in New Issue