]> sourceware.org Git - glibc.git/commit
Move libm-test TEST_MSG definitions to libm-test-driver.c.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 6 Feb 2017 23:07:22 +0000 (23:07 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 6 Feb 2017 23:07:22 +0000 (23:07 +0000)
commita622c2db5511e9633870e3ced9fb2406e4ebdb09
tree7ecea0e09aad5d703409012cb7695dd12f10e7d5
parent5cbb58493df391ac6712ac6f078569ccb96f3568
Move libm-test TEST_MSG definitions to libm-test-driver.c.

Various files using the libm-test infrastructure define a TEST_MSG
macro with an informal description of the tests being run.

This patch moves this macro to libm-test-driver.c (the definition
depending on other macros already defined), so files specific to
(type, choice of whether to test inline functions or finite-math-only
functions, vector length) no longer need to define it.  This is in
preparation for replacing files such as test-float.c with per-function
test-float-<func>.c etc. automatically generated in the build
directory when tests are run.

Tested for x86_64.

* math/libm-test-driver.c (STRX): New macro.
(STR): Likewise.
(STR_FLOAT): Likewise.
(STR_VEC_LEN): Likewise.
(TEST_MSG): Likewise.  Define here instead of expecting to be
defined by including file.
* math/test-double-finite.c (TEST_MSG): Remove macro.
* math/test-double-vlen2.h (TEST_MSG): Likewise.
* math/test-double-vlen4.h (TEST_MSG): Likewise.
* math/test-double-vlen8.h (TEST_MSG): Likewise.
* math/test-double.c (TEST_MSG): Likewise.
* math/test-float-finite.c (TEST_MSG): Likewise.
* math/test-float-vlen16.h (TEST_MSG): Likewise.
* math/test-float-vlen4.h (TEST_MSG): Likewise.
* math/test-float-vlen8.h (TEST_MSG): Likewise.
* math/test-float.c (TEST_MSG): Likewise.
* math/test-idouble.c (TEST_MSG): Likewise.
* math/test-ifloat.c (TEST_MSG): Likewise.
* math/test-ildouble.c (TEST_MSG): Likewise.
* math/test-ldouble-finite.c (TEST_MSG): Likewise.
* math/test-ldouble.c (TEST_MSG): Likewise.
17 files changed:
ChangeLog
math/libm-test-driver.c
math/test-double-finite.c
math/test-double-vlen2.h
math/test-double-vlen4.h
math/test-double-vlen8.h
math/test-double.c
math/test-float-finite.c
math/test-float-vlen16.h
math/test-float-vlen4.h
math/test-float-vlen8.h
math/test-float.c
math/test-idouble.c
math/test-ifloat.c
math/test-ildouble.c
math/test-ldouble-finite.c
math/test-ldouble.c
This page took 0.055897 seconds and 5 git commands to generate.