WebGPU CTS run: https://treeherder.mozilla.org/jobs?repo=try&revision=02e0b7243aedb87972250504dd6bf64d74ff3f96 I updated the patch with the expectations from that run. There were some regressions in tier 2: - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureStore/cts.https.html.ini` - test path: `webgpu:shader,execution,expression,call,builtin,textureStore:bgra8unorm_swizzle:*` - with error: "Error: Unexpected validation error occurred: Shader module creation failed: Parsing error" - see: https://treeherder.mozilla.org/logviewer?job_id=496834446&repo=try&lineNumber=3089 - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/value_constructor/cts.https.html.ini` - new failures related to vector/matrix constructors with abstract types - see: https://treeherder.mozilla.org/logviewer?job_id=496835790&repo=try&lineNumber=2094 There were also a new failures in tier 3 related to abstract types: - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/and_or_xor/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/bitwise_shift/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/comparison/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/div_rem/cts.https.html.ini` Overall, there were lots of new passes related to abstract types and I suspect those new failures were actually false positives previously. Limit tests at `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/api/validation/capability_checks/limits/` are as noisy as always... One more try push with all the changes: https://treeherder.mozilla.org/jobs?repo=try&revision=e3b4d3b039ca9e84aa2f4ec0b824c4530f41695d Differential Revision: https://phabricator.services.mozilla.com/D239942
17 lines
380 B
TOML
17 lines
380 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "document-features"
|
|
version = "0.2.11"
|
|
dependencies = [
|
|
"litrs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "litrs"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|