Suppresses failing tests due to tint:1632.
Bug: tint:1632 Change-Id: I432cc08d5a7f9e47bcd5381e144a7d8195d3e45e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98062 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Loko Kung <lokokung@google.com>
This commit is contained in:
parent
02791e95f3
commit
16ee6f8566
|
@ -137,6 +137,9 @@ class ComputeLayoutMemoryBufferTests
|
|||
};
|
||||
|
||||
TEST_P(ComputeLayoutMemoryBufferTests, Fields) {
|
||||
// TODO(tint:1632) Re-enable after the bug is fixed for Vulkan.
|
||||
DAWN_SUPPRESS_TEST_IF(IsVulkan());
|
||||
|
||||
// Sentinel value markers codes used to check that the start and end of
|
||||
// structures are correctly aligned. Each of these codes are distinct and
|
||||
// are not likely to be confused with data.
|
||||
|
|
Loading…
Reference in New Issue