Bug 21766

Summary: REGRESSION: 12 JSC tests fail
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch zwarich: review+

Description Cameron Zwarich (cpst) 2008-10-20 19:30:35 PDT
The following tests now fail on assertion failures:

	ecma/Expressions/11.2.1-3-n.js
	ecma/Expressions/11.2.1-4-n.js
	ecma/Expressions/11.2.2-2-n.js
	ecma/Expressions/11.2.2-3-n.js
	ecma/Expressions/11.2.3-3-n.js
	ecma/Expressions/11.2.3-4-n.js
	ecma_2/Exceptions/expression-002.js
	ecma_2/Exceptions/expression-003.js
	ecma_2/Exceptions/expression-004.js
	ecma_2/Exceptions/expression-007.js
	ecma_2/Exceptions/expression-008.js
	ecma_2/Exceptions/expression-016.js

The assertions are of the following form:

ASSERTION FAILED: m_structureID->propertyStorageCapacity() == inlineStorageCapacity
(./kjs/JSObject.h:216 JSC::JSObject::JSObject(WTF::PassRefPtr))
Comment 1 Sam Weinig 2008-10-20 22:11:34 PDT
Created attachment 24537 [details]
patch
Comment 2 Cameron Zwarich (cpst) 2008-10-20 22:58:28 PDT
Comment on attachment 24537 [details]
patch

r=me
Comment 3 Sam Weinig 2008-10-21 00:35:57 PDT
Fix landed in r37759.