Bug 108662
Summary: | REGRESSION(r140594): It made 2 tests crash on MIPS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Balazs Kilvady <kilvadyb> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, benjamin, fpizlo, fu, gergely, gustavo, ojan.autocc, oliver, ossy, palfia, philn, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux | ||
Bug Depends on: | 101328 | ||
Bug Blocks: |
Balazs Kilvady
2 functions are implemented only in dfg branch and the master branch crashes in 2 tests because of calling RELEASE_ASSERT_NOT_REACHED in their body:
** Danger, Will Robinson! Danger! The following failures have been introduced:
ecma/String/15.5.4.7-2.js
ecma_2/String/split-002.js
2 regressions found.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Balazs Kilvady
As DFG for MIPS is accepted this bug is resolved.