Bug 124233 - [sh4] ASSERTION FAILED in fast/regex/pcre-test-1 test
Summary: [sh4] ASSERTION FAILED in fast/regex/pcre-test-1 test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 14:24 PST by Julien Brianceau
Modified: 2013-11-12 15:07 PST (History)
2 users (show)

See Also:


Attachments
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT. (1.67 KB, patch)
2013-11-12 14:32 PST, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-11-12 14:24:26 PST
ASSERTION FAILED occurs in fast/regex/pcre-test-1 test for sh4 architecture

    [...]
    PASS regex131.exec(input0); is results
    PASS regex131.exec(input1); is results
    PASS regex132.exec(input0); is results
    PASS regex132.exec(input1); is results
    ASSERTION FAILED: (m_claimscratchReg != 0x3)
    /home/ubuntu/work/sh4/webkit-dbg/Source/JavaScriptCore/assembler/SH4Assembler.h(386) : JSC::SH4Assembler::RegisterID JSC::SH4Assembler::claimScratch()
Comment 1 Julien Brianceau 2013-11-12 14:32:07 PST
Created attachment 216726 [details]
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT.
Comment 2 WebKit Commit Bot 2013-11-12 15:07:32 PST
Comment on attachment 216726 [details]
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT.

Clearing flags on attachment: 216726

Committed r159153: <http://trac.webkit.org/changeset/159153>
Comment 3 WebKit Commit Bot 2013-11-12 15:07:33 PST
All reviewed patches have been landed.  Closing bug.