public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCHv2 0/6] Refactor several strtod tests to support more types
  2016-05-16 22:27 ` [PATCH 0/5] " Paul E. Murphy
@ 2016-05-17 22:53 Paul E. Murphy
  2016-05-16 22:27 ` [PATCH 0/5] " Paul E. Murphy
  2016-05-23 22:57 ` [PATCHv3 0/3] Refactor tst-strtod-round Paul E. Murphy
  10 siblings, 2 replies; 44+ messages in thread
From: Paul E. Murphy @ 2016-05-17 22:53 UTC (permalink / raw)
  To: libc-alpha

This applies the cleanups requested in the first patch series.  I've also
added a sixth patch to make the output of gen-tst-strtod-round.c type
generic.

NOTE: patch 4 and 6 require some extra steps to apply. They apply changes
to the generated code which otherwise substantially bloats the patches.
Please regard the comments I have added to them when applying.

Paul E. Murphy (6):
  Refactor bug-strtod.c to better test new types.
  Refactor bug-strtod2.c to be type generic
  Refactor tst-strtod6.c
  Refactor tst-strtod-round.c
  Refactor tst-strtod-round.c for type-generic-ness
  Refactor tst-strtod-round-data.h to avoid adding a type suffix

 stdlib/bug-strtod.c                                |   103 +-
 stdlib/bug-strtod2.c                               |    47 +-
 stdlib/gen-tst-strtod-round.c                      |    89 +-
 ...{tst-strtod-round.c => tst-strtod-round-data.h} |  8140 ++++++------
 stdlib/tst-strtod-round.c                          | 12563 +------------------
 stdlib/tst-strtod.h                                |   146 +
 stdlib/tst-strtod6.c                               |    99 +-
 7 files changed, 4326 insertions(+), 16861 deletions(-)
 copy stdlib/{tst-strtod-round.c => tst-strtod-round-data.h} (86%)
 create mode 100644 stdlib/tst-strtod.h

-- 
2.4.11

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2016-05-24 19:44 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 22:53 [PATCHv2 0/6] Refactor several strtod tests to support more types Paul E. Murphy
2016-05-16 22:27 ` [PATCH 0/5] " Paul E. Murphy
2016-05-16 22:27   ` [PATCH 3/5] Refactor tst-strtod6.c Paul E. Murphy
2016-05-17 21:36     ` Joseph Myers
2016-05-16 22:27   ` [PATCH 2/5] Refactor bug-strtod2.c to be type generic Paul E. Murphy
2016-05-17 21:29     ` Joseph Myers
2016-05-16 22:27   ` [PATCH 1/5] Refactor bug-strtod.c to better test new types Paul E. Murphy
2016-05-17 18:03     ` Joseph Myers
2016-05-16 22:27   ` [PATCH 5/5] Refactor tst-strtod-round.c for type-generic-ness Paul E. Murphy
2016-05-17 21:47     ` Joseph Myers
2016-05-16 22:29   ` [PATCH 4/5] Refactor tst-strtod-round.c Paul E. Murphy
2016-05-16 22:49     ` Paul E. Murphy
2016-05-17  0:14     ` Joseph Myers
2016-05-17 16:14       ` Paul E. Murphy
2016-05-17 16:37         ` Joseph Myers
2016-05-17 17:32           ` Paul E. Murphy
2016-05-17 22:09             ` Joseph Myers
2016-05-20 21:24       ` Duplicated messages on libc-alpha Was: " Tulio Magno Quites Machado Filho
2016-05-17 22:53   ` [PATCHv2 5/6] Refactor tst-strtod-round.c for type-generic-ness Paul E. Murphy
2016-05-17 22:53   ` [PATCHv2 2/6] Refactor bug-strtod2.c to be type generic Paul E. Murphy
2016-05-20 20:01     ` Joseph Myers
2016-05-23 20:49       ` Paul E. Murphy
2016-05-17 22:53   ` [PATCHv2 4/6] Refactor tst-strtod-round.c Paul E. Murphy
2016-05-20 20:08     ` Joseph Myers
2016-05-20 21:02     ` Joseph Myers
2016-05-17 22:53   ` [PATCHv2 1/6] Refactor bug-strtod.c to better test new types Paul E. Murphy
2016-05-20 19:59     ` Joseph Myers
2016-05-20 20:00     ` Joseph Myers
2016-05-23 19:41       ` Paul E. Murphy
2016-05-23 20:17         ` Joseph Myers
2016-05-23 20:49           ` Paul E. Murphy
2016-05-17 22:53   ` [PATCHv2 6/6] Refactor tst-strtod-round-data.h to avoid adding a type suffix Paul E. Murphy
2016-05-17 23:07   ` [PATCHv2 3/6] Refactor tst-strtod6.c Paul E. Murphy
2016-05-20 20:04     ` Joseph Myers
2016-05-23 21:16       ` Paul E. Murphy
2016-05-23 22:57 ` [PATCHv3 0/3] Refactor tst-strtod-round Paul E. Murphy
2016-05-23 22:18   ` [PATCHv3 2/3] Refactor tst-strtod-round.c for type-generic-ness Paul E. Murphy
2016-05-24 15:43     ` Joseph Myers
2016-05-24 16:59       ` Paul E. Murphy
2016-05-24 17:43         ` Joseph Myers
2016-05-23 22:18   ` [PATCHv3 3/3] Refactor tst-strtod-round-data.h to avoid adding a type suffix Paul E. Murphy
2016-05-23 22:18   ` [PATCHv3 1/3] Refactor tst-strtod-round.c Paul E. Murphy
2016-05-24 15:26     ` Joseph Myers
2016-05-24 20:03       ` Paul E. Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).