Roll WebGPU CTS from 789eaa638dcd to 8dc82d09a9c6 (1 revision)
789eaa638d..8dc82d09a9
2024-02-22 alanbaker@google.com Validate address space layout constraints (#3426)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webgpu-cts-chromium-autoroll
Please CC shrekshao@google.com,webgpu-developers@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: shrekshao@google.com
Change-Id: I8d201494730cc7eed2b6a52842eda30bbe191649
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5318444
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1264306}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ed8b1025fe
commit
c199cc79f6
2
DEPS
2
DEPS
@ -1847,7 +1847,7 @@ deps = {
|
||||
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'f4bf599a8b575df685c31d9c4729a70a04e377ed',
|
||||
|
||||
'src/third_party/webgpu-cts/src':
|
||||
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '789eaa638dcd3c884f4e3ceb92303a270f5639cf',
|
||||
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '8dc82d09a9c69d4ea8e3227a75713e8c27365c15',
|
||||
|
||||
'src/third_party/webrtc':
|
||||
Var('webrtc_git') + '/src.git' + '@' + 'e166dec0a9f143140377af113ba66fbf0e052b01',
|
||||
|
2
third_party/webgpu-cts/src
vendored
2
third_party/webgpu-cts/src
vendored
Submodule third_party/webgpu-cts/src updated: 789eaa638d...8dc82d09a9
1
third_party/webgpu-cts/ts_sources.txt
vendored
1
third_party/webgpu-cts/ts_sources.txt
vendored
@ -770,6 +770,7 @@ src/webgpu/shader/validation/shader_io/group_and_binding.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/id.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/layout_constraints.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/locations.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/size.spec.ts
|
||||
src/webgpu/shader/validation/shader_io/workgroup_size.spec.ts
|
||||
|
Reference in New Issue
Block a user