Bug 93246 - New tests introduced in r124555 asserts on 32 bit platforms
Summary: New tests introduced in r124555 asserts on 32 bit platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79668 91074
  Show dependency treegraph
 
Reported: 2012-08-06 03:16 PDT by Csaba Osztrogonác
Modified: 2012-09-12 07:14 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-08-06 03:16:53 PDT
... at least on Qt 32 bit debug mode

fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html:
-------------------------------------------------------------------------------------------------------
STDERR: ASSERTION FAILED: at(m_compileIndex).canExit() || m_isCheckingArgumentTypes
STDERR: /mnt/raptor3/slaves/qt-linux-32-debug/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp(63) : void JSC::DFG::SpeculativeJIT::speculationCheck(JSC::DFG::ExitKind, JSC::DFG::JSValueSource, JSC::DFG::NodeIndex, JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump)

fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html:
----------------------------------------------------------------------------------------------
STDERR: ASSERTION FAILED: at(m_compileIndex).canExit() || m_isCheckingArgumentTypes
STDERR: /mnt/raptor3/slaves/qt-linux-32-debug/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp(63) : void JSC::DFG::SpeculativeJIT::speculationCheck(JSC::DFG::ExitKind, JSC::DFG::JSValueSource, JSC::DFG::NodeIndex, JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump)
Comment 1 Csaba Osztrogonác 2012-08-06 03:32:18 PDT
I skipped them to paint the 32 bit debug bot green - https://trac.webkit.org/changeset/124751

Please unskip them with the proper fix. Thanks.
Comment 2 Allan Sandfeld Jensen 2012-09-12 05:51:02 PDT
It could look like this was solved in bug #94026  with commit r126081, and bug #94538 with commit r126082.
Comment 3 Allan Sandfeld Jensen 2012-09-12 07:14:34 PDT
Committed r128306: <http://trac.webkit.org/changeset/128306>