OT: combinatorial source line swapper test

2005-02-17 Thread Davide Rossetti
Hello,
I remember I read on this mlist about a testing tool. a script or 
something which took a source file in input and tried to swap lines and 
compile it, then reported results... can't google it exacly.. any help ??
best regards



Re: OT: combinatorial source line swapper test

2005-02-18 Thread Davide Rossetti
Don Lindsay wrote:
On Feb 17, 2005, at 9:52 AM, Davide Rossetti wrote:
   

I remember I read on this mlist about a testing tool. a script or 
something which took a source file in input and tried to swap lines 
and compile it, then reported results... can't google it exacly.. any 
help ??
 

Here's something vaguely related: a quick hack for shrinking testcases,
when you're looking for a cutdown that still exhibits some
still-mysterious failure.
 

nice snippet :)
thanks a lot to both Mike and Don...