Bug 274887 - Skip some wasm tests when $memoryLimited.
Summary: Skip some wasm tests when $memoryLimited.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-29 22:36 PDT by Mark Lam
Modified: 2024-05-29 22:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2024-05-29 22:36:46 PDT
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.
Comment 1 Radar WebKit Bug Importer 2024-05-29 22:37:06 PDT
<rdar://problem/128984804>
Comment 2 Mark Lam 2024-05-29 22:41:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29291
Comment 3 EWS 2024-05-29 22:59:25 PDT
Committed 279498@main (e352090f0dd4): <https://commits.webkit.org/279498@main>

Reviewed commits have been landed. Closing PR #29291 and removing active labels.