Skip QueryInternalShaderTests.TimestampComputeShader with Tint

Partial revert of https://dawn-review.googlesource.com/c/dawn/+/42560

Change-Id: Iec7ad3bcb56d38726e9464784dec9c3ba57b87ab
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/42740
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2021-02-25 19:34:15 +00:00 committed by Commit Bot service account
parent 36dcb1a51a
commit 12827fb805
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ class QueryInternalShaderTests : public DawnTest {};
TEST_P(QueryInternalShaderTests, TimestampComputeShader) {
DAWN_SKIP_TEST_IF(UsesWire());
// TODO(bclayton): DLL symbol linker issue?
DAWN_SKIP_TEST_IF(HasToggleEnabled("use_tint_generator") && IsWindows());
constexpr uint32_t kTimestampCount = 10u;
// A gpu frequency on Intel D3D12 (ticks/second)
constexpr uint64_t kGPUFrequency = 12000048u;