cvs commit: src/tools/regression/lib/libc/stdio Makefile test-printfloat.c

David Schultz das at FreeBSD.org
Tue Mar 1 01:43:05 GMT 2005


das         2005-03-01 01:43:05 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/libc/stdio Makefile test-printfloat.c 
  Log:
  - Split the printfloat test into 11 individually wrapped and packaged
    tests.  (Buy 10, get one free!)  The separate categories were
    already there; they just weren't labeled.
  - Use fesetround() instead of fpsetround(), since the former is
    standard and implemented on all supported architectures.  Add
    tests for each rounding mode.
  - Add additional tests for subnormals.
  
  Some of these tests won't pass until problems in vendor sources
  (gdtoa and gcc) are fixed and new versions imported, but I
  want to get these changes into the tree before I accidentally
  blow them away.
  
  Revision  Changes    Path
  1.4       +1 -0      src/tools/regression/lib/libc/stdio/Makefile
  1.9       +99 -8     src/tools/regression/lib/libc/stdio/test-printfloat.c


More information about the cvs-src mailing list