Home | History | Annotate | Download | only in test

Lines Matching refs:report

173                 report = libcxx.util.makeReport(cmd, out, err, rc)
174 report += "Compilation failed unexpectedly!"
175 return lit.Test.FAIL, report
197 report = libcxx.util.makeReport(cmd, out, err, rc)
198 report = "Compiled With: %s\n%s" % (compile_cmd, report)
199 report += "Compiled test failed unexpectedly!"
200 return lit.Test.FAIL, report
235 report = libcxx.util.makeReport(cmd, out, err, rc)
238 return lit.Test.FAIL, report + report_msg + '\n'