Changeset 229365 in webkit


Ignore:
Timestamp:
Mar 7, 2018 10:09:43 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Disable test stress/var-injection-cache-invalidation.js on systems with limited memory
https://bugs.webkit.org/show_bug.cgi?id=183334

Patch by Dominik Infuehr <dinfuehr@igalia.com> on 2018-03-07
Reviewed by Žan Doberšek.

  • stress/var-injection-cache-invalidation.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r229314 r229365  
     12018-03-07  Dominik Infuehr  <dinfuehr@igalia.com>
     2
     3        Disable test stress/var-injection-cache-invalidation.js on systems with limited memory
     4        https://bugs.webkit.org/show_bug.cgi?id=183334
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * stress/var-injection-cache-invalidation.js:
     9
    1102018-03-06  Dominik Infuehr  <dinfuehr@igalia.com>
    211
  • trunk/JSTests/stress/var-injection-cache-invalidation.js

    r228193 r229365  
     1//@ skip if $memoryLimited
     2
    13a = 0;
    24
Note: See TracChangeset for help on using the changeset viewer.