Update WebGPU CTS (#30454)

* Fix webgpu-cts import script

* Update webgpu-cts to f2b59e0362

* Updated expectations
This commit is contained in:
Samson 2023-09-30 18:28:46 +02:00 committed by GitHub
parent ddc47aa56b
commit d74d51190a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
271 changed files with 147919 additions and 8349 deletions

View file

@ -782,6 +782,8 @@ tests/wpt/mozilla/tests for Servo-only tests""" % reference_path)
res = call(["npm", "run", "wpt"], cwd=clone_dir)
if res != 0:
return res
# https://github.com/gpuweb/cts/pull/2770
delete(path.join(clone_dir, "out-wpt", "cts-chunked2sec.https.html"))
cts_html = path.join(clone_dir, "out-wpt", "cts.https.html")
# patch
with open(cts_html, 'r') as file: