Android: don't report xfail
Change-Id: I2998632cffc29161eb26421b07cf51a4138fcad3 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
parent
1909ab4b8f
commit
a15569b269
@ -334,7 +334,7 @@ sub checkXMLOutput
|
|||||||
while (my($test_key, $test_valule) = each (%{$function_valule})) {
|
while (my($test_key, $test_valule) = each (%{$function_valule})) {
|
||||||
next if $test_key ne "Incident";
|
next if $test_key ne "Incident";
|
||||||
for my $incident (@{$test_valule}) {
|
for my $incident (@{$test_valule}) {
|
||||||
if ($incident->{type} ne "pass") {
|
if (($incident->{type} ne "pass") && ($incident->{type} ne "xfail")) {
|
||||||
print "test $testName::$function_key failed $incident->{file}:$incident->{line}\n";
|
print "test $testName::$function_key failed $incident->{file}:$incident->{line}\n";
|
||||||
$fail = 1;
|
$fail = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user