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

Changeset 285758 in webkit


Ignore:
Timestamp:
Nov 12, 2021, 4:01:00 PM (5 years ago)
Author:
guijemont@igalia.com
Message:

Unskip typeProfiler/getter-richards.js on armv7
https://bugs.webkit.org/show_bug.cgi?id=233050

Unreviewed gardening.

Our arm bots are now fast enough to run this, it does still timeout on
some of our test mips devices though.

  • typeProfiler/getter-richards.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r285712 r285758  
     12021-11-12  Guillaume Emont  <guijemont@igalia.com>
     2
     3        Unskip typeProfiler/getter-richards.js on armv7
     4        https://bugs.webkit.org/show_bug.cgi?id=233050
     5
     6        Unreviewed gardening.
     7
     8        Our arm bots are now fast enough to run this, it does still timeout on
     9        some of our test mips devices though.
     10
     11        * typeProfiler/getter-richards.js:
     12
    1132021-11-12  Xan Lopez  <xan@igalia.com>
    214
  • trunk/JSTests/typeProfiler/getter-richards.js

    r257743 r285758  
    1 //@ if $buildType == "debug" or not $jitTests or $architecture =~ /(^arm$)|mips/ then skip else runTypeProfiler end
     1//@ if $buildType == "debug" or not $jitTests or $architecture == "mips" then skip else runTypeProfiler end
    22
    33// Copyright 2006-2008 the V8 project authors. All rights reserved.
Note: See TracChangeset for help on using the changeset viewer.