[Webkit-unassigned] [Bug 58233] fast/css/dashboard-regions-attr-crash.html asserts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 08:48:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58233





--- Comment #1 from Andras Becsi <abecsi at webkit.org>  2011-04-11 08:48:10 PST ---
(In reply to comment #0)
> fast/css/dashboard-regions-attr-crash.html asserts on the Qt debug bots.
> It is is a very very old assertion.
> 
> stdout for r83435:
> -------------------
> ASSERTION FAILED: unimplemented propertyID: 1287
> ../../../Source/WebCore/css/SVGCSSParser.cpp(294) : bool WebCore::CSSParser::parseSVGValue(int, bool)

AFAIK dashboard region is Mac-specific, and in CSSParser::parseValue the CSSPropertyWebkitDashboardRegion case is guarded by ENABLE(DASHBOARD_SUPPORT). Since Qt does not support it, it falls though further to parseSVGValue where in the default case there is this ASSERT_WITH_MESSAGE.

I think the test should either be skipped permanently or there should be an elif define with a break in parseValue to catch the CSSPropertyWebkitDashboardRegion property.

I vote for the first approach ot make the debug bot happy.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list