Changeset 260361 in webkit


Ignore:
Timestamp:
Apr 20, 2020 5:01:56 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[32-bits] stress/for-of-array-different-globals.js is failing
https://bugs.webkit.org/show_bug.cgi?id=210718

Unreviewed gardening.

Skip test for arm and mips, failing due to r260323

Patch by Paulo Matos <Paulo Matos> on 2020-04-20

  • stress/for-of-array-different-globals.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r260349 r260361  
     12020-04-20  Paulo Matos  <pmatos@igalia.com>
     2
     3        [32-bits] stress/for-of-array-different-globals.js is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=210718
     5
     6        Unreviewed gardening.
     7
     8        Skip test for arm and mips, failing due to r260323
     9
     10        * stress/for-of-array-different-globals.js:
     11
    1122020-04-19  Ross Kirsling  <ross.kirsling@sony.com>
    213
  • trunk/JSTests/stress/for-of-array-different-globals.js

    r260323 r260361  
     1//@ skip if ["arm", "mips"].include?($architecture)
    12let count = 0;
    23
Note: See TracChangeset for help on using the changeset viewer.