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+

Filip Pizlo
Reported 2013-09-04 13:50:05 PDT
Patch forthcoming.
Attachments
the patch (20.54 KB, patch)
2013-09-04 13:51 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-09-04 13:51:12 PDT
Created attachment 210489 [details] the patch
Filip Pizlo
Comment 2 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.
Mark Hahnenberg
Comment 3 2013-09-04 13:54:24 PDT
Comment on attachment 210489 [details] the patch r=me
Filip Pizlo
Comment 4 2013-09-04 20:09:14 PDT
Note You need to log in before you can comment on or make changes to this bug.