2006-05-16 02:41:42

by Michael Reed

[permalink] [raw]
Subject: [ANNOUNCE] The Linux Test project ltp-20060515 Released

The Linux Test Project test suite <http://www.linuxtestproject.org> has
been released. The latest version of the testsuite contains 2900+ tests
for the Linux OS. Our web site also contains other information such as:
- A Linux test tools matrix
- Technical papers
- How To's on Linux testing
- Code coverage analysis tool.

Release Highlights:

* Code Cleanups by Jacky Malcles, Jane Lv, Bibo Maoand Thomas Gleixner
* The date of the version of LTP is now printed in log files.

We encourage the community to post results to [email protected],
and patches, new tests, or comments/questions to [email protected]

See ChangeLog Below

LTP-20060515
-Added a -e option to print out the date of the ltp release. Also
the date of the version of LTP will be printed in log files.
-A patch for parse_opts.c was removed because it caused several test
cases to fail
-Added a patch from Jacky Malcles to correct typos in ltp-aiodio.sh
-Added a patch from Jacky Malcles to fix aiodio_append.c
-Added a patch from Bibo Mao that fixes setrlimit03
-Added a patch that fixes file_test.sh.
-Added a patch that fixes gethostid01
- Patches submitted by Thomas Gleixner to initialize interval values in
setitimer03
-A problem that was reported by Jane Lv, mmap() returns an unsigned
value (MAP_FAILED) upon error, so checking with <= 0 will not work was
fixed in link04.c, lstate02.c mkdir01, mkdir03, mknod06, open08
read02.c rmdir06.c stat03.c statfs03 symlink03.c sysfs06.c truncate03.c
uplink07.c write03.c and writev01.c - writev05.c