Bug 21766 - REGRESSION: 12 JSC tests fail
Summary: REGRESSION: 12 JSC tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Sam Weinig
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2008-10-20 19:30 PDT by Cameron Zwarich (cpst)
Modified: 2008-10-21 00:35 PDT (History)
0 users

See Also:


Attachments
patch (8.13 KB, patch)
2008-10-20 22:11 PDT, Sam Weinig
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.