Changeset 285758 in webkit
- Timestamp:
- Nov 12, 2021, 4:01:00 PM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
typeProfiler/getter-richards.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r285712 r285758 1 2021-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 1 13 2021-11-12 Xan Lopez <xan@igalia.com> 2 14 -
trunk/JSTests/typeProfiler/getter-richards.js
r257743 r285758 1 //@ if $buildType == "debug" or not $jitTests or $architecture = ~ /(^arm$)|mips/then skip else runTypeProfiler end1 //@ if $buildType == "debug" or not $jitTests or $architecture == "mips" then skip else runTypeProfiler end 2 2 3 3 // Copyright 2006-2008 the V8 project authors. All rights reserved.
Note:
See TracChangeset
for help on using the changeset viewer.