svn commit: r207529 - in stable/7/tools/test: . testfloat

Marius Strobl marius at FreeBSD.org
Sun May 2 16:55:13 UTC 2010


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

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/7/tools/test/testfloat/
     - copied from r207151, head/tools/test/testfloat/
Modified:
  stable/7/tools/test/README
Directory Properties:
  stable/7/tools/test/   (props changed)

Modified: stable/7/tools/test/README
==============================================================================
--- stable/7/tools/test/README	Sun May  2 16:55:10 2010	(r207528)
+++ stable/7/tools/test/README	Sun May  2 16:55:13 2010	(r207529)
@@ -10,3 +10,4 @@ Please make a subdir per program, and ad
 devrandom	Programs to test /dev/*random.
 malloc		A program to test and benchmark malloc().
 posixshm	A program to test POSIX shared memory.
+testfloat	Programs to test floating-point implementations


More information about the svn-src-stable-7 mailing list