<div class="gmail_quote">On Fri, Jul 9, 2010 at 11:16 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The one dashboard test that is guaranteed to break is TestSetGet.<br>
Some of the BTX'd methods are Get methods that segfault when they are<br>
called, and if BTX is ignored, then TestSetGet will call them. These<br>
methods will either have to be fixed or excluded from TestSetGet.<br></blockquote><div><br></div><div>The main point of that test is to ensure that any Get method may be called directly after instantiating any VTK object. I would argue for fixing, not excluding. VTK should not crash if somebody "accidentally" calls a Get method before the object is ready for it. It should just return 0, or false, or uninitialized...</div>
<div><br></div><div>It might be ok to add error or warning macro output, but crashing is not cool.</div><div><br></div></div>