Bug 108664 - [meta] MIPS related bugs
Summary: [meta] MIPS related bugs
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 105560 125920 150412 99706 101328 106739 110969 114264 116552 116612 119152 119447 119742 125168 125528 150376 150380 150381 150403 153463 153464
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-01 10:59 PST by Balazs Kilvady
Modified: 2016-01-28 16:15 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kilvady 2013-02-01 10:59:33 PST
It is a meta bug to collect MIPS related bugs.
Comment 1 Julien Brianceau 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.
Comment 2 Guillaume Emont 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
Comment 3 Guillaume Emont 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