mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Update WebGPU CTS (#30454)
* Fix webgpu-cts import script
* Update webgpu-cts to f2b59e0362
* Updated expectations
This commit is contained in:
parent
ddc47aa56b
commit
d74d51190a
271 changed files with 147919 additions and 8349 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue