Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bdb3bdda85a2f7225c081be03cfd20b1eb2a4781
      
https://github.com/WebKit/WebKit/commit/bdb3bdda85a2f7225c081be03cfd20b1eb2a4781
  Author: Tadeu Zagallo <[email protected]>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M 
LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/bitwise_shift-expected.txt
    M 
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/value_constructor-expected.txt
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebGPU/WGSL/TypeCheck.cpp

  Log Message:
  -----------
  REGRESSION ( 296795@main): [ Sequoia Release WK2 arm64  ] 8X 
http/tests/webgpu/webgpu/shader are consistent  failures
https://bugs.webkit.org/show_bug.cgi?id=295253
rdar://154721362

Reviewed by Mike Wyrzykowski and Dan Glastonbury.

There were 3 issues that for some reason weren't caught by EWS:
- a few tests just needed updated expectations, since they included multiple 
errors
  in the output and now the type checker only returns a single error
- lambda functions didn't mark the result as WARN_UNUSED_RETURN, so one function
  was missing the CHECK on the lambda result. All lambdas have now been updated.
- in one place the Result was being checked as a boolean, so there was no unused
  warning, but the error wasn't propagated

* 
LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/bitwise_shift-expected.txt:
* 
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/value_constructor-expected.txt:
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::declareBuiltins):
(WGSL::TypeChecker::check):
(WGSL::TypeChecker::visit):
(WGSL::TypeChecker::allocateSimpleConstructor):
(WGSL::TypeChecker::allocateTextureStorageConstructor):

Canonical link: https://commits.webkit.org/296911@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to