Changeset 265132 in webkit


Ignore:
Timestamp:
Jul 30, 2020 10:51:38 PM (4 years ago)
Author:
sbarati@apple.com
Message:

Skip stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js
https://bugs.webkit.org/show_bug.cgi?id=215001

Reviewed by Darin Adler.

The test takes > 4 minutes when run on an idle machine. That's too long.

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r265112 r265132  
     12020-07-30  Saam Barati  <sbarati@apple.com>
     2
     3        Skip stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js
     4        https://bugs.webkit.org/show_bug.cgi?id=215001
     5
     6        Reviewed by Darin Adler.
     7
     8        The test takes > 4 minutes when run on an idle machine. That's too long.
     9
     10        * stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:
     11
    1122020-07-30  Caio Lima  <ticaiolima@gmail.com>
    213
  • trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js

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