[LLVMdev] Some blogged LLVM experience.
Ralph Corderoy
ralph at inputplus.co.uk
Fri Feb 15 07:06:26 PST 2008
Hi Michael,
> All I get is a bunch of pacifier dots on the screen as one test after
> another is run (there are thousands) and then that message. It will
> take me a while to figure out where the error is happening. (Binary
> search for the win!) Once I have it narrowed down to one specific
> test, I will update the bug report with the steps required to
> replicate the error.
Take a look at the test harness source. Most likely, where it's
printing those dots, there's a conditional "if verbose, print the test
name". You can then look to see how to turn on verbose, etc.
Cheers,
Ralph.
More information about the llvm-dev
mailing list