> On Thu, Jan 27, 2011 at 6:38 AM, Richard Nienaber <rjniena...@gmail.com> > wrote: > > Issues that reference 'SNAP' and 'merlin-*' e.g. > > > > SNAP: test_memory.py has begun failing > > IronPython: test_weakref.py fails on merlin-18 > > > > If the test passes, is it okay to close issues like this? I know SNAP > > was a Microsoft specific test running framework but I'm not sure about > merlin-*. > > I think merlin was the code name for the DLR. If those tests are now passing, > feel free to close them.
Yep, and the "merlin-" here is just referring to a particular machine. These are both tests which can have intermittent failures due to their non-deterministic nature (waiting for the garbage collector to kick in and free memory/run finalizers). You might want to make sure the tests pass over multiple runs but generally speaking if they pass once then things are working. _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com