Changeset 259530 in webkit


Ignore:
Timestamp:
Apr 4, 2020 9:14:49 AM (4 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.
https://bugs.webkit.org/show_bug.cgi?id=210003

Not reviewed.

  • stress/typed-array-subarray-can-throw-oom-error.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r259529 r259530  
     12020-04-04  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.
     4        https://bugs.webkit.org/show_bug.cgi?id=210003
     5
     6        Not reviewed.
     7
     8        * stress/typed-array-subarray-can-throw-oom-error.js:
     9
    1102020-04-03  Alexey Shvayka  <shvaikalesh@gmail.com>
    211
  • trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js

    r259478 r259530  
     1//@ skip if ["arm", "mips"].include?($architecture)
     2
    13function foo() {
    24  Object.freeze(arguments);
Note: See TracChangeset for help on using the changeset viewer.