Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab5348ee83f64ca66d9aa3ac50bfbdb38af2da13
      
https://github.com/WebKit/WebKit/commit/ab5348ee83f64ca66d9aa3ac50bfbdb38af2da13
  Author: Michael Catanzaro <[email protected]>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M JSTests/stress/proxy-helper-this.js

  Log Message:
  -----------
  JSC test stress/proxy-helper-this.js.default fails when built with cloop 
enabled
https://bugs.webkit.org/show_bug.cgi?id=258179

Reviewed by Yusuke Suzuki.

The test stress/proxy-helper-this.js.default fails when built with cloop
enabled because returnEarlyFromInfiniteLoopsForFuzzing is not
implemented.

It's not a perfect solution, but we've dealt with this in the past (e.g.
bug #216406) by sabotaging the test whenever JIT is disabled.

* JSTests/stress/proxy-helper-this.js:
(vm.useJIT.async let):
(vm.useJIT):
(let.handler.string_appeared_here): Deleted.
(async let): Deleted.

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to