Changeset 260422 in webkit


Ignore:
Timestamp:
Apr 21, 2020 3:28:37 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[ARMv7][EWS] stress/check-stack-overflow-before-value-profiling-arguments.js is failing
https://bugs.webkit.org/show_bug.cgi?id=210720

Unreviewed gardening.

Skip test on arm since it is failing on EWS, causing significant delays.

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

  • stress/check-stack-overflow-before-value-profiling-arguments.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r260421 r260422  
     12020-04-21  Paulo Matos  <pmatos@igalia.com>
     2
     3        [ARMv7][EWS] stress/check-stack-overflow-before-value-profiling-arguments.js is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=210720
     5
     6        Unreviewed gardening.
     7
     8        Skip test on arm since it is failing on EWS, causing significant delays.
     9
     10        * stress/check-stack-overflow-before-value-profiling-arguments.js:
     11
    1122020-04-21  Paulo Matos  <pmatos@igalia.com>
    213
  • trunk/JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js

    r244865 r260422  
     1//@ skip if ["arm"].include?($architecture)
    12//@ runDefault("--useConcurrentJIT=0", "--thresholdForJITAfterWarmUp=10", "--slowPathAllocsBetweenGCs=10", "--useConcurrentGC=0")
    23
Note: See TracChangeset for help on using the changeset viewer.