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
_______________________________________________
Swan-dev mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-dev

Reply via email to