linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] LTP-20030206
@ 2003-03-06 16:49 Robert Williamson
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Williamson @ 2003-03-06 16:49 UTC (permalink / raw)
  To: ltp-list, ltp-announce, linux-kernel

The Linux Test Project test suite ltp-full-20030206.tgz has been released.
Visit our website (http://ltp.sourceforge.net) to download the latest
version of the testsuite that contains 1000+ tests for the Linux OS.  Our
site also contains other information such as: test results, a Linux test
tools matrix, technical papers and HowTos on Linux testing, and a code
coverage analysis tool.  A new area for keeping up with fixes for known
blocking problems in 2.5 kernel releases has been added as well, and can
be found at http://ltp.sourceforge.net/errata .

The list of test cases that are expected to fail is located at:
http://ltp.sourceforge.net/expected-errors.php

The highlights of this release are:

- All tests from the Open POSIX* Testsuite have been ported and merged in.
- New test scripts have been added for system stress and LVM testing.
- Entire suite has been updated to support non-root 'make install'
- New API added to allow test creators to easily query the kernel
  version of the test machine.
- Changes were implemented to support GCC 3.3 standards.
- All patches, fixes, and updates accepted into CVS have been included.

We encourage the community to post results, patches, or new tests on our
mailing list, and to use the CVS bug tracking facility to report problems
that you might encounter. More details available at our web-site.

- Robbie

Robert V. Williamson <robbiew@us.ibm.com>
Linux Test Project
IBM Linux Technology Center
Phone: (512) 838-9295   T/L: 678-9295
Fax: (512) 838-4603
Web: http://ltp.sourceforge.net
IRC: #ltp on freenode.irc.net
====================
"Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former." -Albert Einstein

ChangeLog
---------
- Changed IDcheck.sh to only prompt for id        ( Robbie Williamson )
  creation if the user is root.
- Added LVM test execution scripts.               ( Marty Ridgeway )
- Added system stress execution script.           ( Robbie Williamson )
- Added tst_kvercmp() API to allow test           ( Paul Larson )
  creators to query the kernel version.
- Removed all external int declarations of        ( Anton Blanchard,
  "errno" and replaced with includes of errno.h     Susanne Wintenberger,
                                                    Robbie Williamson )
- Replaced usage of sigaction() with signal()     ( Nathan Straz )
  in `pan`.
- Ported and merged all tests from the Open       ( Robbie Williamson )
  POSIX* Testsuite:
    pthreads
    semaphores
    timers
    clock()
    nanosleep()
    raise()
    sigsetops
- Added flock06 test.                             ( Matthew Wilcox )
- Added ipchains and dhcpd (server) tests.        ( Manoj Iyer )
- Patched Makefiles to stop execution on errors.  ( Vasan Sundar )
- Patched Makefiles to allow non-root users to    ( Robbie Williamson )
  run 'make install'.
- Fixed 'ar' test to use CC defintion in          ( Anton Blanchard )
  Makefile.
- Corrected typos in install section of           ( Manoj Iyer )
  commands/fileutils/<test> Makefiles.
- Added tests for gzip/gunzip.                    ( Manoj Iyer )
- Added tests for unzip.                          ( Manoj Iyer )
- Applied patch to fsstress's Makefile to         ( Anton Blanchard )
  define _GNU_SOURCE to allow O_DIRECT.
- Applied changes to allow testcases to be        ( Susanne Wintenberger )
  GCC 3.3 compliant.
- Fixed semaphore initialization bug in sem02.    ( Jacky Malcles )
- Applied patch to mem/mtest07/shm_test.c to      ( Chris Dearman )
  correct character buffer variable: buff.
- Fixed hangup01 to initialize variable,          ( Robbie Williamson )
  usrstr.len, to avoid junk data storage.
- Applied patch to clone01 to allow test to       ( Andi Kleen )
  be more architecture independent.
- Added kernel checking code to module tests.     ( Paul Larson )
- Applied 31bit emulation s390x patch to          ( Susanne Wintenberger )
  delete_module02 and query_module03.
- Fixed cleanup section of ftruncate01.           ( Robbie Williamson )
- Applied patch to gettimeofday01 to not allow    ( Andi Kleen )
  execution on x86_64 architectures.
- Added x86_64 as valid architecture for ioperm() ( Andi Kleen )
  and iopl() tests.
- Applied patch to semctl() tests to correctly    ( Anton Blanchard )
  test the ipc call.
- Removed unspecified/undocumented case from      ( Anton Blanchard )
  munlock01.
- Fixed personality02 test.                       ( Paul Larson )
- Applied MIPS specific architecture patch to     ( Chris Dearman )
  profil01.
- Removed unspecified/undocumented case from      ( Robbie Williamson )
  sendmsg01.
- Applied patch to swapoff() and swapon()         ( Jacky Malcles )
  testcases to allow correct execution on IA64
- Applied patch to sysfs01 to allow execution on  ( Susanne Wintenberger )
  64bit machines.
- Added test for ustat().                         ( Aniruddha Marathe )
- Patched float_ tests to generate datafiles      ( Robbie Williamson )
  during execution.
- Added test for iproute.                         ( Manoj Iyer )
- Added test for xinetd.                          ( Manoj Iyer )
- Added test for traceroute.                      ( Manoj Iyer )





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ANNOUNCE] LTP-20030206
@ 2003-02-06 20:23 Robert Williamson
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Williamson @ 2003-02-06 20:23 UTC (permalink / raw)
  To: linux-kernel

The Linux Test Project test suite LTP-20030206.tgz has been released. Visit
our website (http://ltp.sourceforge.net) to download the latest version of
the testsuite that contains
950+ tests for the Linux OS.  The site also contains other information such
as: test results, a Linux test tools matrix, technical papers and HowTos on
Linux testing, and a code coverage analysis tool.  There is also a list of
test cases that are expected to fail, located at
(http://ltp.sourceforge.net/expected-errors.php)

The highlights of this release are:

 - New options added to 'pan'.
   - quiet mode to reduce output ( -q )
   - pretty mode to format logfile output ( -p ).
 - New options added and changes made to "runalltests.sh".
   - network tests can be run from runalltests (-N).
   - Optional cpu (-c), memory (-m), i/o (-i), and network (-n)
     load generation.
   - default result log directory is now /results.
 - New tests added that cover:
   - hyperthreading
   - stressing mmap()
   - libmm
   - commands such as: cpio, ln, and cp
 - Inclusion of all submitted and accepted patches/fixes through 02/05/03.

We encourage the community to post results, patches, or new tests on our
mailing list, and to use the CVS bug tracking facility to report problems
that you might encounter. More details available at our web-site.


ChangeLog
---------
- Applied cross-compiler patch for top-level      ( V.R. Sundar )
  Makefile.
- Added additional runtime options to the         ( Manoj Iyer &
  "runalltests.sh" script.                          Robbie Williamson )
- Corrected runalltests.sh -l option to require   ( Paul Larson )
  an absolute path.
- Added additional runtime and output options     ( Manoj Iyer )
  to `pan`.
- Added hyperthreading tests.                     ( Sonic Zhang )
- Added ftruncate04 tests.                  ( Robbie Williamson )
- Changed top-level Makefiles to not require      ( Robbie Williamson )
  updating everytime a directory is added.
- Applied s390/64-bit enablement patch.           ( Susanne Wintenberger )
- Applied 64bit patch to stress_cd.         ( Jay Turner )
- Applied optimization patches (-O2).             ( Mikael Starvik &
                                        V.R. Sundar )
- Added mmapstress testsuite.               ( Ananda Venkataraman )
- Added new testcases to test shared library      ( Manoj Iyer )
  libmm.
- Applied patch to mem01 to allow test to run     ( Jacky Malcles )
  on 2.4 and 2.5 kernels.
- Changed sched_stress testsuite from using       ( Robbie Williamson )
  the bootfile, to generating its' own
  datafile.
- Corrected cleanup section of abort01 test.      ( Robbie Williamson )
- Added code to acct(2) tests to check for        ( Robbie Williamson )
  BSD accounting before execution.
- Corrected description of flock03.               ( Robbie Williamson )
- Added code to handle formatting issues with     ( Robbie Williamson )
  gethostid01 test.
- Applied patch to ioperm(2) & iopl(2) tests to   ( V.R. Sundar )
  check for IA32 architecture before executing.
- Added code to msgctl08 and msgctl09 to ensure   ( Robbie Williamson )
  correct and better execution with respect to
  message queue limits.
- Fix recvfrom01 & recvmsg01 to test for the      ( Paul Larson )
  correct expected errors and their associated
  returns.
- Applied patch to sendfile02 to allow the test   ( V.R. Sundar )
  to function correctly and keep track of its'
  children.
- Applied patch to setrlimit01 to test for        ( V.R. Sundar )
  SIGXFSZ
- Applied patch to swapoff02 and swapon02 to      ( Susanne Wintenberger )
  allow the test to use /dev/tty, instead of
  /dev/mouse.
- Applied buffer overflow patch to swapon02.      ( Chris Dearman )
- Added code to fptest03 to check endianess       ( Robbie Williamson )
  before defining unions.
- Added testsuite for multi-threaded core dump    ( Guo Min )
  kernel patch.
- Added netpipe as a network traffic generator    ( Robbie Williamson )
  tool.
- Added `cpio` command test.                ( Manoj Iyer )
- Added `ln` command test.                  ( Manoj Iyer )
- Added `cp` command test.                  ( Manoj Iyer )
- Added `mkdir` command test.               ( Manoj Iyer )
- Added `mv` command test.                  ( Manoj Iyer )



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-06 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-06 16:49 [ANNOUNCE] LTP-20030206 Robert Williamson
  -- strict thread matches above, loose matches on Subject: below --
2003-02-06 20:23 Robert Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).