Bug 120697

Summary: run-fast-jsc should work with new-school fast/js tests that loop until the DFG tiers up
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: Tools / TestsAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, ggaren, gyuyoung.kim, mark.lam, mhahnenberg, msaboff, oliver, rakuco, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 120696    
Attachments:
Description Flags
the patch mhahnenberg: review+

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