Bug 119742

Summary: REGRESSION(FTL): Fix register usage in mips implementation of ctiVMHandleException
Product: WebKit Reporter: Balazs Kilvady <kilvadyb>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, fu, gergely, ggaren, jbriance, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108664    
Attachments:
Description Flags
proposed patch.
none
rebased patch. none

Description Balazs Kilvady 2013-08-13 05:26:49 PDT
+++ This bug was initially created as a clone of Bug #119447 +++

Crashes are observed during javascriptcore tests around exception catching (lint_op_catch).
Comment 1 Balazs Kilvady 2013-08-13 05:39:47 PDT
Created attachment 208621 [details]
proposed patch.

Applying this patch all mozilla test are passed and SunSpider can runs also on MIPS boards.
Comment 2 Balazs Kilvady 2013-08-16 03:10:51 PDT
Created attachment 208900 [details]
rebased patch.

Rebased on r154168.
Comment 3 WebKit Commit Bot 2013-08-16 03:15:44 PDT
Comment on attachment 208900 [details]
rebased patch.

Rejecting attachment 208900 [details] from review queue.

jbrianceau@nds.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 4 WebKit Commit Bot 2013-08-16 03:16:21 PDT
Comment on attachment 208900 [details]
rebased patch.

Rejecting attachment 208900 [details] from commit-queue.

jbrianceau@nds.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 5 Julien Brianceau 2013-08-16 03:17:05 PDT
Comment on attachment 208900 [details]
rebased patch.

Sorry about that, wrong manipulation :(
Comment 6 WebKit Commit Bot 2013-08-16 03:59:47 PDT
The commit-queue encountered the following flaky tests while processing attachment 208900 [details]:

http/tests/navigation/ping-cross-origin-from-https.html bug 51314 (authors: japhet@chromium.org and rniwa@webkit.org)
The commit-queue is continuing to process your patch.
Comment 7 WebKit Commit Bot 2013-08-16 04:01:33 PDT
Comment on attachment 208900 [details]
rebased patch.

Clearing flags on attachment: 208900

Committed r154173: <http://trac.webkit.org/changeset/154173>
Comment 8 WebKit Commit Bot 2013-08-16 04:01:36 PDT
All reviewed patches have been landed.  Closing bug.