[webkit-changes] [WebKit/WebKit] b094b7: Unreviewed, fix too slow tests

Yusuke Suzuki noreply at github.com
Fri Mar 3 17:09:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b094b7d23b77e566d9a468374ac50ea4a4c857b8
      https://github.com/WebKit/WebKit/commit/b094b7d23b77e566d9a468374ac50ea4a4c857b8
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M JSTests/wasm/references/externref_globals.js
    M JSTests/wasm/references/externref_table.js

  Log Message:
  -----------
  Unreviewed, fix too slow tests
https://bugs.webkit.org/show_bug.cgi?id=253359
rdar://106218491

This is invoking GC too frequently and simply test does not finish in a reasonable amount of time, so useless.
Fix GC invocation count.

* JSTests/wasm/references/externref_globals.js:
(doGCTest):
* JSTests/wasm/references/externref_table.js:
(doGCTest):

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




More information about the webkit-changes mailing list