[webkit-changes] [WebKit/WebKit] e35209: Skip some wasm tests when $memoryLimited.

Commit Queue noreply at github.com
Wed May 29 22:59:43 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e352090f0dd488a7b823ab03c766b0e3350f6e4e
      https://github.com/WebKit/WebKit/commit/e352090f0dd488a7b823ab03c766b0e3350f6e4e
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2024-05-29 (Wed, 29 May 2024)

  Changed paths:
    M JSTests/wasm/gc/array_new_data.js
    M JSTests/wasm/stress/cc-int-to-int-cross-module-with-exception.js
    M Tools/Scripts/run-jsc-stress-tests

  Log Message:
  -----------
  Skip some wasm tests when $memoryLimited.
https://bugs.webkit.org/show_bug.cgi?id=274887
rdar://128984804

Reviewed by Yusuke Suzuki.

wasm/stress/cc-int-to-int-cross-module-with-exception.js fails due the 600M
JSCTEST_memoryLimit on $memoryLimited devices.

wasm/gc/array_new_data.js with the wasm-agressive-inline test configuration fails due the
600M JSCTEST_memoryLimit on $memoryLimited devices.

Skip these tests when running on $memoryLimited devices.  To skip wasm/gc/array_new_data.js
only on the wasm-agressive-inline test configuration, we also need to enhance to
run-jsc-stress-tests to support adding :wasm_agressive_inline to $skipModes.

* JSTests/wasm/gc/array_new_data.js:
* JSTests/wasm/stress/cc-int-to-int-cross-module-with-exception.js:
* Tools/Scripts/run-jsc-stress-tests:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list