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: Simplify gen-libm-test.pl handling of tests with extra outputs


On 05/18/2013 02:41 PM, Joseph S. Myers wrote:
This patch simplifies how gen-libm-test.pl handles tests with extra
outputs (through pointers or global variables).  Pointer parameters
are no longer shown in the version of the call appearing in test names
(since there are several other ways in which that call is not a
literal C call, this seems a reasonable simplification to me).  The
test names for the extra output just say "extra output N" rather than
naming the output variable or the expected value.  This means
gen-libm-test.pl no longer cares about the names of output variables
at all and no longer has any special cases for individual such
functions.  Tested x86_64 and x86.  No existing ulps involve any of
the tests whose names this changes.

ok, thanks,

Andreas
--
 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]