Bug 120809
Summary: | Port JSC stress test infrastructure to non-Mac platforms | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | Tools / Tests | Assignee: | 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 |
Filip Pizlo
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
The ruby script works well on the GTK port, no failures for the stress tests reported when FTL JIT is disabled.
Filip Pizlo
(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!
Zan Dobersek
(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.
Csaba Osztrogonác
Reopen, because I checked wrong column and thought it is already fixed for Windows too.