Vulkan: skip a test that's failing with newer VVL.

Bug: dawn:1696
Change-Id: Ie14e3d124342228edef17a122f380e2bdfaf1e57
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123502
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
Auto-Submit: Stephen White <senorblanco@chromium.org>
Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
Stephen White 2023-03-09 22:59:38 +00:00 committed by Dawn LUCI CQ
parent 7972a10aa8
commit cc2e9eca1a
1 changed files with 4 additions and 0 deletions

View File

@ -864,6 +864,10 @@ TEST_P(TimestampQueryTests, TimestampWritesOnRenderPassWithNoPipline) {
TEST_P(TimestampQueryTests, TimestampWritesOnRenderPassWithOnlyVertexStage) {
DAWN_TEST_UNSUPPORTED_IF(HasToggleEnabled("use_placeholder_fragment_in_vertex_only_pipeline"));
// TODO(dawn:1696): VVL claims that this configuration is invalid without a fragment shader.
// Investigate and remove this suppression.
DAWN_SUPPRESS_TEST_IF(IsVulkan());
wgpu::QuerySet querySet = CreateQuerySetForTimestamp(2);
TestTimestampWritesOnRenderPass({{querySet, 0, wgpu::RenderPassTimestampLocation::Beginning},
{querySet, 1, wgpu::RenderPassTimestampLocation::End}},