This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Mar 10, 2011, at 10:22 AM, Jakub Jelinek wrote: > The standard way of signalizing a test failure is calling abort (), > not returning 1, see http://gcc.gnu.org/codingconventions.html Actually, returning 0 or 1 is a perfectly fine way to signal pass/fail in the testsuites, as it exit.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |