[webkit-changes] [WebKit/WebKit] d12810: V8 huge memory tests for WASM should be skipped on...

Commit Queue noreply at github.com
Mon Mar 13 11:09:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d12810b70871829b4c4ed3bd1fc319b79a3f1e10
      https://github.com/WebKit/WebKit/commit/d12810b70871829b4c4ed3bd1fc319b79a3f1e10
  Author: David Degazio <d_degazio at apple.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M JSTests/wasm/v8/grow-huge-memory.js
    M JSTests/wasm/v8/huge-memory.js
    M JSTests/wasm/v8/huge-typedarray.js

  Log Message:
  -----------
  V8 huge memory tests for WASM should be skipped on memory limited platforms
https://bugs.webkit.org/show_bug.cgi?id=253736
rdar://106216553

Reviewed by Justin Michaud, Mark Lam and Yusuke Suzuki.

Skips V8 WASM huge memory tests on memory-limited devices. This fixes intermittent
test failures, where on memory-limited devices we would (correctly) fail with an
out-of-memory exception when these tests try to allocate >2GB WASM memories.

* JSTests/wasm/v8/grow-huge-memory.js:
* JSTests/wasm/v8/huge-memory.js:
* JSTests/wasm/v8/huge-typedarray.js:

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




More information about the webkit-changes mailing list