Home | History | Annotate | Download | only in tests

Lines Matching full:stderr

101   fprintf (stderr, "Command line was: '%s'\n", cmdline);
103 fprintf (stderr, "Expected result (%d args):\n", result->argc);
108 fprintf (stderr, " %3d '%s'\n", i, result->argv[i]);
112 fprintf (stderr, "Actual result (%d args):\n", argc);
117 fprintf (stderr, " %3d '%s'\n", i, argv[i]);
133 fprintf (stderr, "Error parsing command line that should work fine: %s\n",
141 fprintf (stderr, "Expected and actual argc don't match\n");
151 fprintf (stderr, "Expected and actual arg %d do not match\n", i);
161 fprintf (stderr, "argv didn't get NULL-terminated\n");
202 fprintf (stderr, "\n");
204 fprintf (stderr, "FAIL: check failed in %s, line %d\n", file_name, line_number);
205 fprintf (stderr, " evaluated: %s\n", expression);
206 fprintf (stderr, " expected: %s\n", expected == NULL ? "NULL" : expected);
207 fprintf (stderr, " got: %s\n", result == NULL ? "NULL" : result);