Re: [Factor-talk] Graphviz unit tests

2011-09-18 Thread John Benediktsson
Unfortunately, this is all I get from the command-line. I'll need to do more debugging at some point: ( scratchpad ) USE: graphviz ( scratchpad ) "graphviz" test Unit Test: { { t } [ 5 K_n smoke-test ] } factor(53761,0x7fff7512c960) malloc: *** error for object 0xc000: pointer being f

Re: [Factor-talk] Graphviz unit tests

2011-09-18 Thread Alexander James Vondrak
> I get a kernel-error trying to run the first smoke-test (5 K_n), with > Graphviz 2.28.0 on Mac OS X 10.7.1 x86_64. And running "graphviz" test > causes Factor to quit unexpectedly... which might be a different bug? I hate Graphviz. I really, really do. I'm not sure about the kernel-error, but

Re: [Factor-talk] Graphviz unit tests

2011-09-18 Thread John Benediktsson
> > - The current tests pass on my machine. But then, my machine = a Debian > box > with Graphviz 2.26.3 installed (since I guess 2.28 is too "bleeding-edge" > for > Debian) and erg's plugin-list fix reverted (which I'm certainly thankful > for, > but 2.26 doesn't have the gvPluginList function

[Factor-talk] Graphviz unit tests

2011-09-18 Thread Alexander James Vondrak
Finally got some spare time (and got off my lazy ass), so I pushed a few unit tests to https://github.com/ajvondrak/factor/tree/graphviz that run through almost all of the supported engines/formats to make sure they produce output without any issues. A few points: - There are currently only a han