Lines Matching refs:error
946 my ($testnum, $error) = @_;
949 $AZURE_RESULT_ID = azure_update_test_result($ACURL, $AZURE_RUN_ID, $AZURE_RESULT_ID, $testnum, $error,
953 appveyor_update_test_result($ACURL, $testnum, $error, $timeprepini{$testnum}, $timevrfyend{$testnum});
1011 die "Internal error: runner ID $runnerid not found";
1020 my $errorreturncode = 1; # 1 means normal error, 2 means ignored error
1532 # but this error condition should never happen except during
1604 # accept multiple comma-separated error codes
1609 # a fine error code
1756 # an error code and a flag that indicates if the state machine has completed,
1830 my ($rid, $why, $error, $logs, $testtimings) = runnerar($runnerid);
1838 if($error == -2) {
1853 $error = singletest_count($testnum, $why);
1854 if($error) {
1856 citest_finishtest($testnum, $error);
1859 return ($error, 0);
1876 my ($rid, $error, $logs, $testtimings, $cmdres, $CURLOUT, $tool, $usedvalgrind) = runnerar($runnerid);
1884 if($error == -1) {
1895 elsif($error == -2) {
1896 # fill in the missing timings on error
1899 citest_finishtest($testnum, $error);
1902 return ($error, 0);
1904 elsif($error > 0) {
1908 citest_finishtest($testnum, $error);
1911 return ($error, 0);
1922 $error = singletest_check($runnerid, $testnum, $cmdres, $CURLOUT, $tool, $usedvalgrind);
1923 if($error == -1) {
1932 elsif($error == -2) {
2349 # error instead of warning on server unexpectedly alive
2385 -u error instead of warning on server unexpectedly alive
2784 my $error = singletest_count($testnum, $why);
2847 my ($error, $again) = singletest($runnerid, $testnum, $countforrunner{$runnerid}, $totaltests);
2853 if($error >= 0) {
2855 # $error properly here, but we must handle the case of runner
2857 die "Internal error: test must not complete on first call";
2865 scalar(@runtests) && die 'Internal error: still have tests to run';
2876 # On Linux, a closed pipe still shows up as ready instead of error.
2878 # treat it as an error if not.
2886 defined $testnum || die "Internal error: test for runner $ridready unknown";
2888 my ($error, $again) = singletest($ridready, $testnum, $countforrunner{$ridready}, $totaltests);
2896 if($error < 0) {
2903 if($error>0) {
2904 if($error==2) {
2915 if($error==2) {
2924 elsif(!$error) {