|
|
|
@ -1787,13 +1787,13 @@ COMMAND $cmd |
|
|
|
} |
|
|
|
|
|
|
|
if (!$leaked && !$failed_headers) { |
|
|
|
if (isset($section_text['XFAIL'] )) { |
|
|
|
$warn = true; |
|
|
|
$info = " (warn: XFAIL section but test passes)"; |
|
|
|
}else { |
|
|
|
show_result("PASS", $tested, $tested_file, '', $temp_filenames); |
|
|
|
return 'PASSED'; |
|
|
|
} |
|
|
|
if (isset($section_text['XFAIL'] )) { |
|
|
|
$warn = true; |
|
|
|
$info = " (warn: XFAIL section but test passes)"; |
|
|
|
}else { |
|
|
|
show_result("PASS", $tested, $tested_file, '', $temp_filenames); |
|
|
|
return 'PASSED'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -1816,13 +1816,13 @@ COMMAND $cmd |
|
|
|
} |
|
|
|
|
|
|
|
if (!$leaked && !$failed_headers) { |
|
|
|
if (isset($section_text['XFAIL'] )) { |
|
|
|
$warn = true; |
|
|
|
$info = " (warn: XFAIL section but test passes)"; |
|
|
|
}else { |
|
|
|
show_result("PASS", $tested, $tested_file, '', $temp_filenames); |
|
|
|
return 'PASSED'; |
|
|
|
} |
|
|
|
if (isset($section_text['XFAIL'] )) { |
|
|
|
$warn = true; |
|
|
|
$info = " (warn: XFAIL section but test passes)"; |
|
|
|
}else { |
|
|
|
show_result("PASS", $tested, $tested_file, '', $temp_filenames); |
|
|
|
return 'PASSED'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|