Bug 120809

Summary: Port JSC stress test infrastructure to non-Mac platforms
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, gyuyoung.kim, mhahnenberg, ossy, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 120808, 121021, 124549, 124801, 124846, 125111, 128307    
Bug Blocks: 120696    

Description Filip Pizlo 2013-09-05 15:59:43 PDT
...
Comment 1 Zan Dobersek 2013-09-06 01:53:17 PDT
The ruby script works well on the GTK port, no failures for the stress tests reported when FTL JIT is disabled.
Comment 2 Filip Pizlo 2013-09-06 13:24:19 PDT
(In reply to comment #1)
> The ruby script works well on the GTK port, no failures for the stress tests reported when FTL JIT is disabled.

Cool - rs=me to enable it!

Note that I had to do some fudging with whether I use File.realpath or Pathname#realpath.  Hopefully it still works on your version of Ruby!
Comment 3 Zan Dobersek 2013-09-09 00:55:34 PDT
(In reply to comment #2)
> (In reply to comment #1)
> > The ruby script works well on the GTK port, no failures for the stress tests reported when FTL JIT is disabled.
> 
> Cool - rs=me to enable it!

Uploaded the patch that enables the stress tests on Linux-based ports in bug #121021.

Someone familiar with the AppleWin port should look into enabling these as well.

> Note that I had to do some fudging with whether I use File.realpath or Pathname#realpath.  Hopefully it still works on your version of Ruby!

I think this has already been fixed.
Comment 4 Csaba Osztrogonác 2014-02-06 08:49:06 PST
Reopen, because I checked wrong column and thought it is already fixed for Windows too.