mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 15:16:16 +00:00
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
c7d833badc..b83a6ae708
- b83a6a Remove using CaseCache in bitcast tests (#2594)
- e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590)
- 458aa9 Check exception type for Webgpu context configure test (#2575)
- c57f28 Check exception type for Webgpu getCurrentTexture test (#2537)
- dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505)
- 7b529d test bitcast f32 to {f32,u32,i32} (#2508)
- cf6069 Make maxBindingsPerBindGroup 1000 (#2519)
- 857e83 Add f16 comparison tests (#2503)
- cdef82 [wgsl] Validation tests for `enable` (#2511)
- 8814fa [wgsl] Add test for BOM. (#2504)
- 29b8e0 Add basic uniformity validation tests (#2497)
- a75df2 Replace hexToFoo function names with more accuracte names (#2502)
- f89971 Implement core abstract float support (#2498)
- 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496)
- bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494)
- 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493)
- d353b0 Remove numeric framework shim (#2492)
- 856059 Migrate fundamental error interval tests (#2491)
- a14d92 Migrate bespoke floating point tests (#2489)
- e0990d Replace calling Vector/Matrix constructors directly (#2490)
- cefabb Migrate Matrix -> tests (#2487)
- 9a964b Execution tests for atomic builtins (#2484)
Created with './tools/run cts roll'
Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583
Reviewed-by: Loko Kung <lokokung@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Loko Kung <lokokung@google.com>
Auto-Submit: Austin Eng <enga@chromium.org>
This commit is contained in:
2
third_party/gn/webgpu-cts/cache_list.txt
vendored
2
third_party/gn/webgpu-cts/cache_list.txt
vendored
@@ -1,3 +1,4 @@
|
||||
data/webgpu/shader/execution/case-cache/binary/f16_logical.json
|
||||
data/webgpu/shader/execution/case-cache/binary/f32_arithmetic.json
|
||||
data/webgpu/shader/execution/case-cache/binary/f32_logical.json
|
||||
data/webgpu/shader/execution/case-cache/binary/f32_matrix_arithmetic.json
|
||||
@@ -13,7 +14,6 @@ data/webgpu/shader/execution/case-cache/asinh.json
|
||||
data/webgpu/shader/execution/case-cache/atan.json
|
||||
data/webgpu/shader/execution/case-cache/atan2.json
|
||||
data/webgpu/shader/execution/case-cache/atanh.json
|
||||
data/webgpu/shader/execution/case-cache/bitcast.json
|
||||
data/webgpu/shader/execution/case-cache/ceil.json
|
||||
data/webgpu/shader/execution/case-cache/clamp.json
|
||||
data/webgpu/shader/execution/case-cache/cos.json
|
||||
|
||||
1853
third_party/gn/webgpu-cts/test_list.txt
vendored
1853
third_party/gn/webgpu-cts/test_list.txt
vendored
File diff suppressed because it is too large
Load Diff
28
third_party/gn/webgpu-cts/ts_sources.txt
vendored
28
third_party/gn/webgpu-cts/ts_sources.txt
vendored
@@ -116,8 +116,6 @@ src/webgpu/shader/execution/expression/case_cache.ts
|
||||
src/webgpu/util/compare.ts
|
||||
src/webgpu/shader/execution/expression/expression.ts
|
||||
src/webgpu/util/floating_point.ts
|
||||
src/webgpu/util/f32_interval.ts
|
||||
src/unittests/f32_interval.spec.ts
|
||||
src/unittests/floating_point.spec.ts
|
||||
src/unittests/getStackTrace.spec.ts
|
||||
src/unittests/listing.ts
|
||||
@@ -340,6 +338,7 @@ src/webgpu/shader/execution/expression/binary/binary.ts
|
||||
src/webgpu/shader/execution/expression/binary/bitwise.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/bitwise_shift.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/bool_logical.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/f16_comparison.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/f32_arithmetic.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/f32_comparison.spec.ts
|
||||
src/webgpu/shader/execution/expression/binary/f32_matrix_arithmetic.spec.ts
|
||||
@@ -359,17 +358,6 @@ src/webgpu/shader/execution/expression/call/builtin/asinh.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atan.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atan2.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atanh.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicAdd.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicAnd.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicCompareExchangeWeak.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicExchange.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicLoad.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicMax.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicMin.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicOr.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicStore.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicSub.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomicXor.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/bitcast.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/ceil.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/clamp.spec.ts
|
||||
@@ -459,6 +447,18 @@ src/webgpu/shader/execution/expression/call/builtin/unpack2x16unorm.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/unpack4x8snorm.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/unpack4x8unorm.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/workgroupBarrier.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/harness.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicAdd.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicAnd.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicCompareExchangeWeak.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicExchange.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicLoad.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicMax.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicMin.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicOr.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicStore.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicSub.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/atomics/atomicXor.spec.ts
|
||||
src/webgpu/shader/execution/expression/unary/unary.ts
|
||||
src/webgpu/shader/execution/expression/unary/bool_conversion.spec.ts
|
||||
src/webgpu/shader/execution/expression/unary/bool_logical.spec.ts
|
||||
@@ -502,6 +502,7 @@ src/webgpu/shader/validation/parse/comments.spec.ts
|
||||
src/webgpu/shader/validation/parse/const.spec.ts
|
||||
src/webgpu/shader/validation/parse/const_assert.spec.ts
|
||||
src/webgpu/shader/validation/parse/discard.spec.ts
|
||||
src/webgpu/shader/validation/parse/enable.spec.ts
|
||||
src/webgpu/shader/validation/parse/identifiers.spec.ts
|
||||
src/webgpu/shader/validation/parse/literal.spec.ts
|
||||
src/webgpu/shader/validation/parse/pipeline_stage.spec.ts
|
||||
@@ -517,6 +518,7 @@ src/webgpu/shader/validation/shader_io/entry_point.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/interpolate.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/invariant.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/locations.spec.ts
|
||||
src/webgpu/shader/validation/uniformity/uniformity.spec.ts
|
||||
src/webgpu/util/color_space_conversion.ts
|
||||
src/webgpu/util/copy_to_texture.ts
|
||||
src/webgpu/util/texture/texel_data.spec.ts
|
||||
|
||||
Reference in New Issue
Block a user