BTW, I'm failing a bunch of tests now (Mac OS X); not sure if it's related:
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------- --------
t/op/gc.t 1 256 13 1 7.69% 11
t/pmc/dumper.t 13 3328 13 13 100.00% 1-13
t/pmc/object-meths.t 1 256 19 1 5.26% 9
t/pmc/objects.t 7 1792 37 7 18.92% 23-26 28 35-36
And of those, only these 2 fail if run without --gc-debug, _or_ if configured with --optimize (seems like an odd correlation):
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
t/op/gc.t 1 256 13 1 7.69% 11
t/pmc/dumper.t 1 256 13 1 7.69% 12
JEff