Just for thoroughness and clarity... I would like to put BOTH a skip that outputs that test was skipped and assert that then keeps any further damage being done. This is in the case of maxUlps. Any objections?
Thanks Misha
On Jul 10, 2010 12:11 PM, "Reece Dunn" msclrhd@googlemail.com wrote:
On 10 July 2010 17:40, Misha Koshelev misha680@gmail.com wrote: On Sat, 2010-07-10 at 07:40 +010...
Ok that makes sense.
What about in the case of something like this:
/*
Is assert ok here or do I need to change it to some kind of skip statement as well?
T...