Bug 108664
| Summary: | [meta] MIPS related bugs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Balazs Kilvady <kilvadyb> |
| Component: | JavaScriptCore | Assignee: | 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
It is a meta bug to collect MIPS related bugs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Julien Brianceau
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
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
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