Skip to content

Commit

Permalink
[WebGPU] CommandEncoder::beginRenderPass can fail metal validation fo…
Browse files Browse the repository at this point in the history
…r destroyed textures

https://bugs.webkit.org/show_bug.cgi?id=273503
<radar://127229769>

Reviewed by Dan Glastonbury.

Destroyed textures have one mip level and one slice.

* LayoutTests/TestExpectations:
* LayoutTests/fast/webgpu/fuzz-273503-expected.txt: Added.
* LayoutTests/fast/webgpu/fuzz-273503.html: Added.
Add regression test.

* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::beginRenderPass):

Canonical link: https://commits.webkit.org/278346@main
  • Loading branch information
mwyrzykowski committed May 3, 2024
1 parent c53d438 commit 1c194cc
Show file tree
Hide file tree
Showing 4 changed files with 51,022 additions and 3 deletions.
4 changes: 4 additions & 0 deletions LayoutTests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,10 @@ webkit.org/b/139639 [ Debug ] cssom/non-subpixel-scroll-top-left-values.html [ S
[ Release ] fast/webgpu/fuzz-273573.html [ Pass Failure Timeout ]
[ Debug ] fast/webgpu/fuzz-273570.html [ Skip ]
[ Release ] fast/webgpu/fuzz-273570.html [ Pass Failure Timeout ]
[ Debug ] fast/webgpu/fuzz-273505.html [ Skip ]
[ Release ] fast/webgpu/fuzz-273505.html [ Pass Failure Timeout ]
[ Debug ] fast/webgpu/fuzz-273503.html [ Skip ]
[ Release ] fast/webgpu/fuzz-273503.html [ Pass Failure Timeout ]

# Imported W3C HTML/DOM ref tests that are failing.
imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ ImageOnlyFailure ]
Expand Down
Loading

0 comments on commit 1c194cc

Please sign in to comment.