Assertion failure: aScale >= 0.0f (negative scaling factors must be handled manually)
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: truber, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 5•8 years ago
|
||
| Assignee | ||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
| Assignee | ||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Updated•3 years ago
|
Comment 11•26 days ago
|
||
This issue is no longer reported by the fuzzers and the attached testcase is no longer reproducing the issue.
dholbert: Is the testcase worth landing or can we close this issue?
| Assignee | ||
Comment 12•1 day ago
|
||
Sure, we might as well land the testcase.
(The testcase used a large animation-duration, 1855 i.e. nearly 2 seconds, and in practice we'll probably move to the next test before that time passes, so we'll never see the animation finish in a crashtest. Not sure if that was needed to trigger the assertion in the original testcase or not. In any case, I'll add a second variant of the testcase with a shorter duration -- maybe 5ms -- in case it was important to get a chance to sample the end of the animation.)
| Assignee | ||
Comment 13•1 day ago
|
||
I'm adding the crashtest from the bug, as well as a variant with a much shorter
animation duration, in case the bad-outcome depended on reaching the end of the
animation.
(We could use add reftest-animate etc. and wait for the animation to be done,
but I'm not sure if that was necessary; it's likely that the version with the
shortened duration will complete at least some of the time in CI, giving us a
chance to sample the animation end-state.)
Updated•1 day ago
|
Comment 14•1 day ago
|
||
Comment 15•12 hours ago
|
||
| bugherder | ||
Updated•5 hours ago
|
Description
•