Closed
Bug 404125
Opened 16 years ago
Closed 16 years ago
"ASSERTION: Unexpected index" with XBL and <xul:listcell>
Categories
(Core :: XBL, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 403962
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
605 bytes,
application/xhtml+xml
|
Details |
Loading the testcase triggers: ###!!! ASSERTION: Unexpected index: 'PRUint32(index) == singleIndex', file /Users/jruderman/trunk/mozilla/content/xbl/src/nsBindingManager.cpp, line 1384
![]() |
||
Comment 1•16 years ago
|
||
The patch in bug 403962 will fix this (for one thing, it'll remove this assertion, which is firing for the expected reasons here: the correct nested insertion point is not the same as the outermost single insertion point, and has a totally different index).
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•16 years ago
|
||
The testcase doesn't trigger any assertions now that bug 403962 is fixed :) Boris, should/did this testcase go into the test suite?
Status: RESOLVED → VERIFIED
![]() |
||
Comment 3•16 years ago
|
||
It hasn't, but since the assert got removed there's nothing to really test...
Reporter | ||
Comment 4•16 years ago
|
||
Does it still test a code path not covered by other tests?
![]() |
||
Comment 5•16 years ago
|
||
Probably, if other tests don't include xul:listcell elements. If they do, I have no idea. In general, I would assume that any given file tests a codepath not tested by other files, since we have so many codepaths.
Reporter | ||
Comment 6•15 years ago
|
||
Added crashtest: http://hg.mozilla.org/mozilla-central/rev/63120a5301f2
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•