Bug 274887
| Summary: | Skip some wasm tests when $memoryLimited. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128984804>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/29291
EWS
Committed 279498@main (e352090f0dd4): <https://commits.webkit.org/279498@main>
Reviewed commits have been landed. Closing PR #29291 and removing active labels.