[webkit-changes] [WebKit/WebKit] ab5348: JSC test stress/proxy-helper-this.js.default fails...

Michael Catanzaro noreply at github.com
Tue Jun 20 10:18:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab5348ee83f64ca66d9aa3ac50bfbdb38af2da13
      https://github.com/WebKit/WebKit/commit/ab5348ee83f64ca66d9aa3ac50bfbdb38af2da13
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  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




More information about the webkit-changes mailing list