On Sat, May 15, 2004 at 07:51:50PM -0000, Ryan Bloom wrote: > rbb 2004/05/15 12:51:50 > > Modified: test testshm.c > Log: > If we can't create the shared memory segment, don't try to keep going > through the test. Doing so causes a segfault to occur. Re-enable this > test.
Oh, I hadn't realised that assumption had changed. Where are you going with this? Without the assumption that a failed test causes a longjmp out of the test function, the entire suite is unreliable, it will segfault in so many failure cases... joe
