Author: marius
Date: Sun May  2 16:55:10 2010
New Revision: 207528
URL: http://svn.freebsd.org/changeset/base/207528

Log:
  MFC: r207151
  
  Add a TestFloat based test suite for floating-point implementations
  currently supporting sparc64. After a `make depend all` there are
  three programs; testsoftfloat for testing against the SoftFloat in
  src/lib/libc/softfloat for reference purposes, testemufloat for
  testing the emulator source in src/lib/libc/sparc64/fpu and testfloat
  for testing with the installed libc. Support for other architectures
  can be added as needed.
  
  PR:           144900
  Submitted by: Peter Jeremy

Added:
  stable/8/tools/test/testfloat/
     - copied from r207151, head/tools/test/testfloat/
Modified:
  stable/8/tools/test/README
Directory Properties:
  stable/8/tools/test/   (props changed)

Modified: stable/8/tools/test/README
==============================================================================
--- stable/8/tools/test/README  Sun May  2 16:52:24 2010        (r207527)
+++ stable/8/tools/test/README  Sun May  2 16:55:10 2010        (r207528)
@@ -11,3 +11,4 @@ devrandom     Programs to test /dev/*random.
 dtrace         DTrace test suite
 malloc         A program to test and benchmark malloc().
 posixshm       A program to test POSIX shared memory.
+testfloat      Programs to test floating-point implementations
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to