Closed
Bug 152015
Opened 22 years ago
Closed 17 years ago
layout regression tests should have fewer asserts
Categories
(Core Graveyard :: Tracking, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bernd_mozilla, Assigned: bernd_mozilla)
References
Details
This bug tracks the assertions revealed by the layout regression tests. In
principle this list should shrink, but this is not a bug to silence the
messages, but to track those problems. Assertions caused by the layout
regression tests have a positive side: there is a testcase to trigger them, and
a negative somebody changed the source and did not pay attention to the problems
his changes may have caused. Please add new asserts to the bug if you encounter
them.
bug 139568
nsFrameManager::GenerateStateKey didn't find content by type!: 'index > -1'
bug 125090
Bad tag enum passed to CNavDTD::IntTagToStringTag()!!:
nsDependentString must wrap a non-NULL buffer: 'aPtr'
bug 143512
attribute encountered -- this shouldn't happen unless the attr
ibute was not part of a start tag!: 'Error'
bug 151582
AddPrincipal: 'Not Reached', file nsXULDocument.cpp
bug 151285
damage area expanded incorrectly: 'PR_FALSE'
bug 133989
containing block height must be constrained: 'containingBlockHeight !=
NS_AUTOHEIGHT'
bug 151883
parent frame but no child frame or undisplayed entry: '!parentFrame
bug 127544
CellIterator program error: 'PR_FALSE
bug 151888
nsVoidArray::ElementAt(index past end array) - note on bug 96108
bug 151983
imgLoader::LoadImage -- NULL URI pointer
bug 151590
data loss - incomplete row needed more height than available, on top of page:
'desiredSize.height <= rowReflowState.availableHeight'
bug 153679
aWidgetView must have a widget: 'nsnull != widget'
Updated•22 years ago
|
Summary: layout regression tests should have less asserts → layout regression tests should have fewer asserts
I verified all bugs on the dependency list, they are fixed. As we do not use the rtest frame work anymore, I close this bug as wfm
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•