Re: [testsuite] scan-dump variants to use 'unresolved' for missing dump file

2011-06-19 Thread Mike Stump
On Jun 16, 2011, at 6:11 PM, Janis Johnson wrote: > Currently, scan-dump variants treat a missing dump file as a failure and > append ": dump file does not exist" to the test message that would be > used with pass or fail. This patch treats it as unresolved instead, > using the same test message a

[testsuite] scan-dump variants to use 'unresolved' for missing dump file

2011-06-16 Thread Janis Johnson
Currently, scan-dump variants treat a missing dump file as a failure and append ": dump file does not exist" to the test message that would be used with pass or fail. This patch treats it as unresolved instead, using the same test message as for pass/fail and reporting the reason in the log file.