[Swan-dev] [Swan-commit] Changes to ref refs/heads/master

Paul Wouters paul at nohats.ca
Tue May 26 01:18:20 EEST 2015


On Mon, 25 May 2015, Andrew Cagney wrote:

> The additional checks are:
> 
>             check_console_log_for '^CORE FOUND'
>             check_console_log_for SEGFAULT
>             check_console_log_for GPFAULT
>             check_pluto_log_for 'ASSERTION FAILED'
>             check_pluto_log_for 'EXPECTATION FAILED'
>             # this blats CORE into all the .diff files; better than nothing
>             for i in OUTPUT/core* ; do
>                 if [ -f "$i" ] ; then
>                     echo "# CORE: $i"
>                     echo "$i " >> OUTPUT/${host}.console.tmp
>                 fi
>             done
> 
> they were lifted from "grep_4_known_errors" in swantest.  pluto-testlist-scan.sh also does similar tests.
> 
> Are any of these expected?
> 
> Andrew
> 
> (I had a test get an assertion-failed during exit so it didn't show up in the console log's diff)

Oh, that's fine. I thought you were looking at ALL error messages in
pluto.log

Paul


More information about the Swan-dev mailing list