Bug 108664

Summary: [meta] MIPS related bugs
Product: WebKit Reporter: Balazs Kilvady <kilvadyb>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: fu, gergely, guijemont, jbriance, ossy, palfia
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Bug Depends on: 105560, 125920, 150412, 99706, 101328, 106739, 110969, 114264, 116552, 116612, 119152, 119447, 119742, 125168, 125528, 150376, 150380, 150381, 150403, 153463, 153464    
Bug Blocks:    

Balazs Kilvady
Reported 2013-02-01 10:59:33 PST
It is a meta bug to collect MIPS related bugs.
Attachments
Julien Brianceau
Comment 1 2013-08-14 14:05:33 PDT
FYI, you may be interested by https://bugs.webkit.org/show_bug.cgi?id=119794 if you generate debug builds of JSC for mips.
Guillaume Emont
Comment 2 2015-10-21 13:59:16 PDT
With the following patches and with JIT disabled (so, only LLInt), the tests in Source/JavaScriptCore/tests/stress all pass on qemu/MIPS for me (except impure-get-own-property-slot-inline-cache.js which seems to fail on other platforms with JIT disabled): https://bugs.webkit.org/show_bug.cgi?id=150376 https://bugs.webkit.org/show_bug.cgi?id=150380 https://bugs.webkit.org/show_bug.cgi?id=150381 https://bugs.webkit.org/show_bug.cgi?id=150403 https://bugs.webkit.org/show_bug.cgi?id=150412
Guillaume Emont
Comment 3 2016-01-28 16:15:59 PST
If I apply the following patches to a recent-ish trunk, and run JavaScriptCore/regress and JavaScriptCore/stress, I only get two tests that fail (enabling both JIT and DFG) https://bugs.webkit.org/show_bug.cgi?id=153463 https://bugs.webkit.org/show_bug.cgi?id=153464
Note You need to log in before you can comment on or make changes to this bug.