Skip to content

Commit

Permalink
Cherry-pick 259548.776@safari-7615-branch (7849e30). https://bugs.web…
Browse files Browse the repository at this point in the history
…kit.org/show_bug.cgi?id=257215

    [JSC] Skip memory limited systems for test case allocating large size array
    https://bugs.webkit.org/show_bug.cgi?id=257215
    rdar://109729172

    Reviewed by Yusuke Suzuki.

    * JSTests/stress/regress-109102631.js:

    Canonical link: https://commits.webkit.org/259548.776@safari-7615-branch
  • Loading branch information
hyjorc1 authored and mcatanzaro committed Jul 28, 2023
1 parent d784299 commit fff78f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSTests/stress/regress-109102631.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ skip if $memoryLimited
function main() {
const buffer = new ArrayBuffer(4294967296);

Expand Down

0 comments on commit fff78f2

Please sign in to comment.