Up to [Development] / projects / ltp / tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 2 21:17:39 2001 UTC (16 years, 7 months ago) by nstraz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +23 -19
lines
Diff to previous 1.4 (colored)
Changed dup03 to use sysconf(_SC_OPEN_MAX) instead of OPEN_MAX. These values can differ greatly and the test breaks when that happens.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 14 22:47:34 2000 UTC (16 years, 11 months ago) by nstraz
Branch: MAIN
Changes since 1.3: +10 -9
lines
Diff to previous 1.3 (colored)
I guess that last fix for the defines wasn't quite right. I've moved the inclusion of linux/limits.h up so dup03 now compiles again
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 31 17:17:57 2000 UTC (16 years, 11 months ago) by nstraz
Branch: MAIN
Changes since 1.2: +7 -3
lines
Diff to previous 1.2 (colored)
- Fixed a typo in INSTALL - updated tests/Makefile to work better - fixed defines in dup03, sbrk01 - added -l option to pathconf01 to specified tested path
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 30 18:43:38 2000 UTC (17 years, 2 months ago) by nstraz
Branch: MAIN
Changes since 1.1: +6 -28
lines
Diff to previous 1.1 (colored)
- Removed mc_getopt.c and used getopt() instead. user defined help is now passed into parse_opts(). Related changes to all tests. - Fixed prototype issues and code cleanup on all tests. cc -Wall now produces no warnings on Linux.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 4 20:48:23 2000 UTC (17 years, 2 months ago) by nstraz
Branch: MAIN
Here are 92 tests and 2 new library functions.