mbox series

[v3,0/3] Tests for argp/err/error functions with long double

Message ID 20180828215427.18653-1-gabriel@inconstante.eti.br
Headers show
Series Tests for argp/err/error functions with long double | expand

Message

Gabriel F. T. Gomes Aug. 28, 2018, 9:54 p.m. UTC
Florian, thanks for the review.  It definitely looks better with the use
of support_capture_subprocess.

Changes since v2:

  - Removed shell scripts to deal with program output, replacing them
    with in-memory buffers.
  - Now using support/capture_subprocess.h to avoid the need for
    multiple test files on patches 1/3 and 3/3.
  - No changes to patch 2/3.

Changes since v1:

  - Removed tst-ldbl-warn.sh from patch 2/3 and replaced it with an
    in-memory buffer, as suggested by Florian.
  - No changes to patches 1/3, and 3/3.

Gabriel F. T. Gomes (3):
  Add tests for argp_error and argp_failure with floating-point
    parameters
  Add test for warn, warnx, vwarn, and vwarnx with floating-point
    parameters
  Add tests with floating-point arguments for err* and verr* functions

 argp/Makefile         |   2 +
 argp/tst-ldbl-argp.c  | 109 ++++++++++++++++++++++++++++++++++++++++++++
 misc/Makefile         |   3 ++
 misc/tst-ldbl-error.c | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++
 misc/tst-ldbl-warn.c  | 115 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 352 insertions(+)
 create mode 100644 argp/tst-ldbl-argp.c
 create mode 100644 misc/tst-ldbl-error.c
 create mode 100644 misc/tst-ldbl-warn.c

Comments

Gabriel F. T. Gomes Oct. 31, 2018, 1:50 p.m. UTC | #1
Ping.

This patch set is pending review.
(https://sourceware.org/ml/libc-alpha/2018-08/msg00583.html)

On Tue, 28 Aug 2018, Gabriel F. T. Gomes wrote:

>Florian, thanks for the review.  It definitely looks better with the use
>of support_capture_subprocess.
>
>Changes since v2:
>
>  - Removed shell scripts to deal with program output, replacing them
>    with in-memory buffers.
>  - Now using support/capture_subprocess.h to avoid the need for
>    multiple test files on patches 1/3 and 3/3.
>  - No changes to patch 2/3.
>
>Changes since v1:
>
>  - Removed tst-ldbl-warn.sh from patch 2/3 and replaced it with an
>    in-memory buffer, as suggested by Florian.
>  - No changes to patches 1/3, and 3/3.
>
>Gabriel F. T. Gomes (3):
>  Add tests for argp_error and argp_failure with floating-point
>    parameters
>  Add test for warn, warnx, vwarn, and vwarnx with floating-point
>    parameters
>  Add tests with floating-point arguments for err* and verr* functions
>
> argp/Makefile         |   2 +
> argp/tst-ldbl-argp.c  | 109 ++++++++++++++++++++++++++++++++++++++++++++
> misc/Makefile         |   3 ++
> misc/tst-ldbl-error.c | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++
> misc/tst-ldbl-warn.c  | 115 ++++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 352 insertions(+)
> create mode 100644 argp/tst-ldbl-argp.c
> create mode 100644 misc/tst-ldbl-error.c
> create mode 100644 misc/tst-ldbl-warn.c
>