Changeset 2135 for trunk/src/libctests/glibc/posix/runptests.c
- Timestamp:
- Jul 1, 2005, 6:20:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/posix/runptests.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2134 r2135 43 43 size_t cnt; 44 44 int errors = 0; 45 int errors_expected = argc > 1 ? atoi(argv[argc - 1]) : 0; 45 46 46 47 for (cnt = 0; cnt < sizeof (tests) / sizeof (tests[0]); ++cnt) … … 118 119 } 119 120 120 printf ("\n%Zu tests, %d errors \n", cnt, errors);121 printf ("\n%Zu tests, %d errors, expected %d\n", cnt, errors, errors_expected); 121 122 122 return errors != 0;123 return errors != errors_expected; 123 124 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.