Am Donnerstag, 3. August 2006 23:29 schrieb Chip Salzenberg:
> Wow. So I've just learned that our test harness ignores seg faults.
Nope. It's Test::* TODO magic. From t/examples/japh.t:
# known reasons for failure
my %todo = ( 1 => 'opcode "pack" is gone',
2 => 'opcode "pack" is gone',
4 => 'namespace has changed',
9 => 'P1 is no longer special',
10 => 'core dump',
...
Todo tests are run and supposed to fail or not to give the correct result, but
they are running ...
> > run --gc-debug t/examples/japh_10.pasm
This *does* of course segfault.
leo