This is the mail archive of the libc-alpha@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]

Re: [PATCH] math/libm-test.inc (ldexp_test): Add missing START/ENDmarkers.


On 03/08/2013 10:10 AM, Thomas Schwinge wrote:
 From a quick look at the libm-test-ulps files, no errors seem to have
been attributed falsely to the preceding jn tests.

* math/libm-test.inc (ldexp_test): Add missing START/END markers.

This is fine, thanks,


Andreas

---
  math/libm-test.inc |    4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)

diff --git math/libm-test.inc math/libm-test.inc
index 19aa203..88d9b05 100644
--- math/libm-test.inc
+++ math/libm-test.inc
@@ -6382,6 +6382,8 @@ jn_test (void)
  static void
  ldexp_test (void)
  {
+  START (ldexp);
+
    TEST_ff_f (ldexp, 0, 0, 0);
    TEST_ff_f (ldexp, minus_zero, 0, minus_zero);

@@ -6394,6 +6396,8 @@ ldexp_test (void)

    /* ldexp (x, 0) == x.  */
    TEST_ff_f (ldexp, 1.0L, 0L, 1.0L);
+
+  END (ldexp);
  }





--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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