Bug 108662 - REGRESSION(r140594): It made 2 tests crash on MIPS
Summary: REGRESSION(r140594): It made 2 tests crash on MIPS
Status: RESOLVED FIXED
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: 101328
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-01 10:53 PST by Balazs Kilvady
Modified: 2013-12-06 07:54 PST (History)
12 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:53:29 PST
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.
Comment 1 Balazs Kilvady 2013-02-27 04:18:42 PST
As DFG for MIPS is accepted this bug is resolved.