Skip to content

Commit

Permalink
Disable large_obj_prop_limit.js under MallocGC
Browse files Browse the repository at this point in the history
Summary: MallocGC has a much larger property limit, so disable the test.

Reviewed By: dannysu

Differential Revision: D69007363

fbshipit-source-id: 1dc27f15595847cdbdac0c0244d66c872a2ca685
  • Loading branch information
neildhar authored and facebook-github-bot committed Feb 3, 2025
1 parent fad9a9a commit 6afa03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hermes/literal_obj_prop_limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// RUN: %hermes %s | (! %hermes - 2>&1 -gc-sanitize-handles=0 ) | %FileCheck --match-full-lines %s
// REQUIRES: !slow_debug
// REQUIRES: !slow_debug && !gc_malloc

// Print a huge object literal with 300,000 entries.

Expand Down

0 comments on commit 6afa03a

Please sign in to comment.