Changeset 249611 in webkit


Ignore:
Timestamp:
Sep 7, 2019 3:13:34 AM (5 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: temporarily skipping these tests until the fix can be reviewed and landed.

Not reviewed.

See https://bugs.webkit.org/show_bug.cgi?id=201579 for the fix.

  • stress/disable-gigacage-arrays.js:
  • stress/disable-gigacage-strings.js:
  • stress/disable-gigacage-typed-arrays.js:
Location:
trunk/JSTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r249610 r249611  
     12019-09-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: temporarily skipping these tests until the fix can be reviewed and landed.
     4
     5        Not reviewed.
     6
     7        See https://bugs.webkit.org/show_bug.cgi?id=201579 for the fix.
     8
     9        * stress/disable-gigacage-arrays.js:
     10        * stress/disable-gigacage-strings.js:
     11        * stress/disable-gigacage-typed-arrays.js:
     12
    1132019-09-07  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/JSTests/stress/disable-gigacage-arrays.js

    r223239 r249611  
    1 //@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
     1//@ skip
     2// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
    23
    34(function() {
  • trunk/JSTests/stress/disable-gigacage-strings.js

    r223239 r249611  
    1 //@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
     1//@ skip
     2// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
    23
    34(function() {
  • trunk/JSTests/stress/disable-gigacage-typed-arrays.js

    r223239 r249611  
    1 //@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
     1//@ skip
     2// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
    23
    34(function() {
Note: See TracChangeset for help on using the changeset viewer.