Bug 1441

Summary: TestRunner can dump core before it gets a chance to print the failures
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 1839, 2234    

Description Andrew Cagney 2005-10-08 21:56:25 UTC
junit.textui.TestRunner only prints the failures at the end.  While this works
well when running pure java (which shouldn't crash), it isn't so good for frysk
where a failure can result in a core dump.
Comment 1 Andrew Cagney 2005-10-08 22:00:56 UTC
2005-10-08  Andrew Cagney  <cagney@redhat.com>

        * TestRunner.sh: Add class Results, extends ResultPrinter.  Use
        Results to print each failure as soon as it occures.

is an improvement, perhaphs it should print dots, and then a full dump when one
fails.
Comment 2 Andrew Cagney 2005-11-10 15:59:01 UTC
this is caused by gcc aborting while attempting to construct the backtrace for a
throw