Bug 120809 - Port JSC stress test infrastructure to non-Mac platforms
Summary: Port JSC stress test infrastructure to non-Mac platforms
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: Nobody
URL:
Keywords:
Depends on: 120808 121021 124549 124801 124846 125111 128307
Blocks: 120696
  Show dependency treegraph
 
Reported: 2013-09-05 15:59 PDT by Filip Pizlo
Modified: 2015-02-02 09:01 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.