Bug 120697 - run-fast-jsc should work with new-school fast/js tests that loop until the DFG tiers up
Summary: run-fast-jsc should work with new-school fast/js tests that loop until the DF...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 120696
  Show dependency treegraph
 
Reported: 2013-09-04 13:50 PDT by Filip Pizlo
Modified: 2013-09-04 20:09 PDT (History)
10 users (show)

See Also:


Attachments
the patch (20.54 KB, patch)
2013-09-04 13:51 PDT, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-09-04 13:50:05 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-09-04 13:51:12 PDT
Created attachment 210489 [details]
the patch
Comment 2 Filip Pizlo 2013-09-04 13:52:08 PDT
Comment on attachment 210489 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=210489&action=review

> LayoutTests/fast/js/resources/standalone-pre.js:217
> -            if (testRunner.numberOfDFGCompiles(argument.f[i]) < numberOfCompiles)
> +            if (testRunner.numberOfbjsDFGCompiles(argument.f[i]) < numberOfCompiles)

I don't know what is this.  I will revert.
Comment 3 Mark Hahnenberg 2013-09-04 13:54:24 PDT
Comment on attachment 210489 [details]
the patch

r=me
Comment 4 Filip Pizlo 2013-09-04 20:09:14 PDT
Landed in http://trac.webkit.org/changeset/155090