On Thu, Jun 4, 2015 at 2:49 AM, Jonas Sicking <[email protected]> wrote: > > It feels like right now we have three incompatible desires: > > * Test lots of failure cases. > * Make errors warn in debug builds on all/most frames as the failure > is propagated up the callstack. > * Don't warn a lot when testing debug builds. > > It seems like we can only pick two out of these three.
Do warnings (as opposed to NS_ASSERTION) do anything in tests? I don't think they do. If that's right, a warning is only useful if a human looks at it and acts on it, and that's clearly not happening for a lot of these. Nick _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

