Clear up a bunch of expectations

With the CTS global timeout extended, and tweaks to how const-eval loops are emitted, we now have a whole lot of passing tests.

Adjust the 'Slow' threshold to account for the new global timeout.

Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Change-Id: I9a4d3278048e72e6560552164522395423dedf99
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116296
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
Ben Clayton
2023-01-07 17:53:27 +00:00
committed by Dawn LUCI CQ
parent 1d04cf841c
commit 64e900e456
2 changed files with 11 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
{
"Test": {
"Prefix": "ninja://chrome/test:telemetry_gpu_integration_test/gpu_tests.webgpu_cts_integration_test.WebGpuCtsIntegrationTest.",
"SlowThreshold": 15000000000 // 15 seconds
"SlowThreshold": 45000000000 // 45 seconds
},
"Gerrit": {
"Host": "https://dawn-review.googlesource.com",