X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05d08dda9b06ef25d9eff37873249d26056dcb16..b69b6e67e893ddd809ba10284c74996b54392247:/checkall diff --git a/checkall b/checkall index 7cf2a7a096..8bfc39f894 100755 --- a/checkall +++ b/checkall @@ -77,6 +77,11 @@ if (scalar @xpass) { print "Unexpected pass:\n"; map {print " $_\n";print LOG " $_\n"} @xpass; } +if (scalar @xfail) { + print LOG "Expected failures:\n"; + print "Expected failures:\n"; + map {print " $_\n";print LOG " $_\n"} @xfail; +} if (scalar @fail) { print LOG "Failed tests:\n"; print "Failed tests:\n";