reftest.list (834B)
1 # The following condition is trying to capture "CI jobs that can't use 2 # webgpu". Using WebGPU in CI requires that it is enabled in the build, not 3 # disabled by preference, and that a GPU is present on the CI host. 4 # 5 # Since this condition applies to all tests in this file, and taskcluster will 6 # drop suites that have no enabled tests, it is important that this condition 7 # not erroneously skip these tests when evaluated under taskcluster's more 8 # limited view of the configuration. 9 #defaults skip-if(swgl||Android||win_no_dxc) 10 11 # TODO: enable these tests after figuring out a proper skip condition 12 13 skip fuzzy(0-255,0-800) == draw.html draw-ref.html 14 skip fuzzy(0-255,0-800) == draw-storage-compute.html draw.html 15 skip fuzzy(0-255,0-800) == draw-storage.html draw.html 16 skip fuzzy(0-255,0-800) == draw-storage-bundle.html draw.html