[webkit-changes] [WebKit/WebKit] 0d1af8: [JSC] Skip `wasm/stress/only-referenced.js` on 32-...

jjgriego noreply at github.com
Thu Feb 2 11:07:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d1af8a18827e1222164047d78d92c8fdeba2166
      https://github.com/WebKit/WebKit/commit/0d1af8a18827e1222164047d78d92c8fdeba2166
  Author: Joseph Griego <jgriego at igalia.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M JSTests/wasm/stress/only-referenced.js

  Log Message:
  -----------
  [JSC] Skip `wasm/stress/only-referenced.js` on 32-bit ARM
https://bugs.webkit.org/show_bug.cgi?id=251593

Reviewed by Yusuke Suzuki.

Test case uses shared memory--skip for now.

In practice it should be possible to change the .wasm blob to avoid declaring
the memory as shared but I'd rather not muddle with the binary--and we're trying
to enable shared mem on 32-bit anyways.

* JSTests/wasm/stress/only-referenced.js:

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




More information about the webkit-changes mailing list