Branch: refs/heads/webkitglib/2.52
  Home:   https://github.com/WebKit/WebKit
  Commit: abb2dc51831254f7778315424c04d77aa8f4090f
      
https://github.com/WebKit/WebKit/commit/abb2dc51831254f7778315424c04d77aa8f4090f
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-07-18 (Sat, 18 Jul 2026)

  Changed paths:
    M JSTests/stress/array-prototype-flat-reentrant-mutation.js

  Log Message:
  -----------
  JSTests/stress/array-prototype-flat-reentrant-mutation.js uses $memoryHog 
which is not available in 2.52. branch
https://bugs.webkit.org/show_bug.cgi?id=319746

Unreviewed gardening test fix.

This test is failing with:
  `block (3 levels) in parseRunCommands': undefined method `memoryHog!'

The problem is that the $memoryHog tag was introduced in 311130@main which is 
not
backported to this branch.

I tried to backport 311130@main but doesn't merge clean, several conflicts 
because
it touches lot of tests and also introduces major changes to the test runner.

It seems this is the only one test in this branch that needs that definition,
so switch it to use the old $memoryLimited tag.

* JSTests/stress/array-prototype-flat-reentrant-mutation.js:

Canonical link: https://commits.webkit.org/305877.1003@webkitglib/2.52



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

Reply via email to