Skip to content

Commit

Permalink
Roll third_party/webgpu-cts/ 3d390f4e5..fe3a24a38 (17 commits)
Browse files Browse the repository at this point in the history
Regenerated:
 - expectations.txt
 - compat-expectations.txt
 - ts_sources.txt
 - test_list.txt
 - resource_files.txt
 - webtest .html files

https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/3d390f4e5b7d..fe3a24a38abc
 - fe3a24 Add validation tests on the use of struct with `blend_src` in shader io (#3830)
 - 9c8e5b Expand context dependent name test to include flat sampling (#3824)
 - e7f508 Early evaluation expression validation tests (#3831)
 - c68e05 Add syntax validation tests against `@blend_src` (#3829)
 - d769b5 print_environment: compat, fallback, features, and limits (#3827)
 - f2c712 Add lang="en" to standalone index.html (#3828)
 - 722d28 trackForCleanup(requestDevice()) -> requestDeviceTracked() (#3826)
 - f4163a trackForCleanup all devices, and await device.lost while cleaning up (#3823)
 - 96084b Add execution test for @interpolate(flat, either) (#3822)
 - 0e85ed trackForCleanup all buffers and textures (#3821)
 - 7f49bf Partial evaluation validation for constructors (#3820)
 - 62a07d Compat: Refactor tests to use @interpolate(flat, either) (#3814)
 - ea6fda Set document.title to query in standalone CTS (#3819)
 - 9f0b99 Compat: Add a test for requestDevice (#3813)
 - 703a13 Require query sets to be tracked for cleanup (#3816)
 - c7046d Out-of-bounds textureStore tests (#3781)
 - dc9b15 Rework insertBits count_offset tests to include runtime values (#3817)

Created with './tools/run cts roll'

Change-Id: I145917687991b051fa6701b89d58b0dccb214b16
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win10-x86-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196734
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
  • Loading branch information
Dawn Automated Expectations authored and Dawn LUCI CQ committed Jul 3, 2024
1 parent a011340 commit a10fbea
Show file tree
Hide file tree
Showing 6 changed files with 1,612 additions and 128 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ deps = {

# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@3d390f4e5b7dafd0172089ee43353a2ae023cdcc',
'url': '{chromium_git}/external/github.com/gpuweb/cts@fe3a24a38abcfd870af8ccbbc75afcd6e4a20c71',
'condition': 'build_with_chromium',
},

Expand Down
461 changes: 416 additions & 45 deletions third_party/gn/webgpu-cts/test_list.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion third_party/gn/webgpu-cts/ts_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ src/webgpu/util/unions.ts
src/webgpu/util/texture/base.ts
src/webgpu/util/texture/layout.ts
src/webgpu/format_info.ts
src/webgpu/util/buffer.ts
src/webgpu/util/pretty_diff_tables.ts
src/webgpu/util/check_contents.ts
src/webgpu/util/command_buffer_maker.ts
Expand Down Expand Up @@ -149,6 +148,7 @@ src/unittests/test_query.spec.ts
src/unittests/texture_ok.spec.ts
src/webgpu/error_test.ts
src/webgpu/examples.spec.ts
src/webgpu/inter_stage.ts
src/webgpu/listing.ts
src/webgpu/multisample_info.ts
src/webgpu/print_environment.spec.ts
Expand Down Expand Up @@ -722,6 +722,7 @@ src/webgpu/shader/validation/decl/let.spec.ts
src/webgpu/shader/validation/decl/override.spec.ts
src/webgpu/shader/validation/decl/util.ts
src/webgpu/shader/validation/decl/var.spec.ts
src/webgpu/shader/validation/expression/early_evaluation.spec.ts
src/webgpu/shader/validation/expression/overload_resolution.spec.ts
src/webgpu/shader/validation/expression/precedence.spec.ts
src/webgpu/shader/validation/expression/access/array.spec.ts
Expand Down
2 changes: 1 addition & 1 deletion third_party/webgpu-cts
Submodule webgpu-cts updated 214 files
Loading

0 comments on commit a10fbea

Please sign in to comment.