Changeset 255355 in webkit


Ignore:
Timestamp:
Jan 29, 2020 6:40:02 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Skip slow test operand-should-fit-in-abstract-heap-encoded-payload-format.js on mips and arm
https://bugs.webkit.org/show_bug.cgi?id=206926

Unreviewed test gardening.

This test has quadratic behaviour with the size of a, and on mips and arm it just takes too
long to run with such high value of a. Therefore we skip.

Patch by Paulo Matos <Paulo Matos> on 2020-01-29

  • stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r255230 r255355  
     12020-01-29  Paulo Matos  <pmatos@igalia.com>
     2
     3        Skip slow test operand-should-fit-in-abstract-heap-encoded-payload-format.js on mips and arm
     4        https://bugs.webkit.org/show_bug.cgi?id=206926
     5
     6        Unreviewed test gardening.
     7
     8        This test has quadratic behaviour with the size of a, and on mips and arm it just takes too
     9        long to run with such high value of a. Therefore we skip.
     10
     11        * stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:
     12
    1132020-01-28  Paulo Matos  <pmatos@igalia.com>
    214
  • trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js

    r255110 r255355  
    1 //@ skip if $buildType == "debug"
     1//@ skip if $buildType == "debug" or ["arm", "mips"].include?($architecture)
    22//@ runDefault("--useConcurrentJIT=0", "--jitPolicyScale=0")
    33const a = [];
Note: See TracChangeset for help on using the changeset viewer.