This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-516-g085b2d4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  085b2d41a45e9b8cf9f78876a10ca0869dbc64fd (commit)
      from  7208a313b93a42e3cef61c4249a59b4b32a5850b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=085b2d41a45e9b8cf9f78876a10ca0869dbc64fd

commit 085b2d41a45e9b8cf9f78876a10ca0869dbc64fd
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Sat Apr 6 17:13:19 2013 -0400

    README.libm-test: Use testrun.sh to run libm test.
    
    Document the use of the convenience testrun.sh script for
    running the libm test.
    
    ---
    
    2013-04-06  Carlos O'Donell  <carlos@redhat.com>
    
    	* math/README.libm-test (How can I generate "libm-test-ulps"?):
    	Use testrun.sh to run libm tests.

diff --git a/ChangeLog b/ChangeLog
index 197ea24..9e33f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
 
+	* math/README.libm-test (How can I generate "libm-test-ulps"?):
+	Use testrun.sh to run libm tests.
+
 	[BZ #15309]
 	* elf/dl-open.c (dl_open_worker): memset all of seen array.
 
diff --git a/math/README.libm-test b/math/README.libm-test
index 2929499..7003e5d 100644
--- a/math/README.libm-test
+++ b/math/README.libm-test
@@ -48,8 +48,7 @@ the changes, post your patch, and check it in after review.
 
 To manually generate a new "libm-test-ulps" file, first remove "ULPs"
 file in the current directory, then you can execute for example:
-  /build/elf/ld.so --library--path /build/:/build/elf:/build/math \
-    test-double -u --ignore-max-ulp=yes
+    ./testrun.sh math/test-double -u --ignore-max-ulp=yes
 This generates a file "ULPs" with all double ULPs in it, ignoring any
 previously calculated ULPs, and running with the newly built dynamic
 loader and math library (assumes you didn't install your build).  Now

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    3 +++
 math/README.libm-test |    3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]