⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 205317 in webkit


Ignore:
Timestamp:
Sep 1, 2016, 2:45:52 PM (10 years ago)
Author:
benjamin@webkit.org
Message:

arith-abs-on-various-types.js is flaky

Unreviewed.

Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-01

  • stress/arith-abs-on-various-types.js:

Two compilation is too small for the worst case.
Math.abs() can be typed integer->number->untyped if we are very unlucky.

Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r205304 r205317  
     12016-09-01  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        arith-abs-on-various-types.js is flaky
     4
     5        Unreviewed.
     6
     7        * stress/arith-abs-on-various-types.js:
     8        Two compilation is too small for the worst case.
     9        Math.abs() can be typed integer->number->untyped if we are very unlucky.
     10
    1112016-09-01  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/JSTests/stress/arith-abs-on-various-types.js

    r205112 r205317  
    7474        }
    7575    }
    76     if (numberOfDFGCompiles(opaqueAllTypesAbs) > 2)
     76    if (numberOfDFGCompiles(opaqueAllTypesAbs) > 3)
    7777        throw "We should have detected abs() was polymorphic and generated a generic version.";
    7878}
Note: See TracChangeset for help on using the changeset viewer.