[Swan-dev] a scan of failing tests

Andrew Cagney andrew.cagney at gmail.com
Mon Jul 11 23:35:15 UTC 2016


On 11 July 2016 at 16:37, Antony Antony <antony at phenome.org> wrote:
>>   $ ls testing/pluto/*/*-console.txt | wc -l
>>   134
>
> Which is about 14, i.e 7 tests.

$ ls testing/pluto/*/*-console.txt | cut -d/ -f3 | sort -u | wc -l
64

These seem to have been converted, and I guess should go:

$ ls testing/pluto/*/*-console.txt | cut -d/ -f3 | sort -u | while
read t ; do grep $t testing/pluto/TESTLIST ; done | grep ^kvmplutotest
kvmplutotest    basic-pluto-07-sourceip        good
kvmplutotest    ikev2-08-delete-notify            good
kvmplutotest    ikev2-allow-narrow-02            good
kvmplutotest    ikev2-allow-narrow-05            good
kvmplutotest    ikev2-allow-narrow-06            good
kvmplutotest    ikev2-liveness-01    good
kvmplutotest    klips-basic-pluto-09        skiptest
kvmplutotest    netkey-algo-null-02    good

and these seem to go nowhere:

$ ls testing/pluto/*/*-console.txt | cut -d/ -f3 | sort -u | while
read t ; do grep $t testing/pluto/TESTLIST > /dev/null || echo $t ;
done
alias-01
co-terminal-01
co-terminal-04
dh1-pluto-01
dns-pluto-01
fail-pluto-06
fail-x509-13
helper-queue-01
ike-algo-01
ipv6-v6-through-v4-netkey-netkey
iv-01
klips-ikev2-liveness-01
l2tp-03
l2tp-04
mast-l2tp-01
mast-l2tp-02
mast-l2tp-03
mast-l2tp-04
mast-l2tp-05
mast-pluto-01
mast-pluto-02
myid-road-06
nat-double-01
nat-oe-03
nat-transport-03
pluto-algo-01
policy-01
two-keys-01
whackrecord-01


More information about the Swan-dev mailing list