aboutsummaryrefslogtreecommitdiff
path: root/math/gen-auto-libm-tests.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-17 15:46:29 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-19 11:45:44 -0300
commit1c15464ca05f36db5c582856d3770d5e8bde9d61 (patch)
tree5278adbefa85c883801987d2c392306890859391 /math/gen-auto-libm-tests.c
parenta8ce8222343933d28665e1687ab8862c0664d9f7 (diff)
downloadglibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.zip
glibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.tar.gz
glibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.tar.bz2
math: Remove inline math tests
With mathinline removal there is no need to keep building and testing inline math tests. The gen-libm-tests.py support to generate ULP_I_* is removed and all libm-test-ulps files are updated to longer have the i{float,double,ldouble} entries. The support for no-test-inline is also removed from both gen-auto-libm-tests and the auto-libm-test-out-* were regenerated. Checked on x86_64-linux-gnu and i686-linux-gnu.
Diffstat (limited to 'math/gen-auto-libm-tests.c')
-rw-r--r--math/gen-auto-libm-tests.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/gen-auto-libm-tests.c b/math/gen-auto-libm-tests.c
index e18b540..71a55d4 100644
--- a/math/gen-auto-libm-tests.c
+++ b/math/gen-auto-libm-tests.c
@@ -92,8 +92,7 @@
permitted. In other cases (where no overflow or underflow is
permitted), errno is expected to be left unchanged.
- The flag "no-test-inline" indicates a test is disabled for inline
- function testing; "ignore-zero-inf-sign" indicates the the signs of
+ The flag "ignore-zero-inf-sign" indicates the the signs of
zero and infinite results should be ignored; "xfail" indicates the
test is disabled as expected to produce incorrect results,
"xfail-rounding" indicates the test is disabled only in rounding
@@ -119,7 +118,7 @@
plus_infty or minus_infty for infinite expected results, or as
integer constant expressions (not necessarily with the right type)
or IGNORE for integer inputs and outputs. Flags are
- "no-test-inline", "ignore-zero-info-sign", "xfail", "<exception>",
+ "ignore-zero-info-sign", "xfail", "<exception>",
"<exception>-ok", "errno-<value>", "errno-<value>-ok", which may be
unconditional or conditional. "<exception>" indicates that a
correct result means the given exception should be raised.
@@ -336,7 +335,6 @@ typedef struct
/* A type of input flag. */
typedef enum
{
- flag_no_test_inline,
flag_ignore_zero_inf_sign,
flag_xfail,
flag_xfail_rounding,
@@ -364,7 +362,6 @@ typedef enum
enumeration. */
static const char *const input_flags[num_input_flag_types] =
{
- "no-test-inline",
"ignore-zero-inf-sign",
"xfail",
"xfail-rounding",
@@ -2050,7 +2047,6 @@ output_for_one_input_case (FILE *fp, const char *filename, test_function *tf,
for (size_t i = 0; i < it->num_flags; i++)
switch (it->flags[i].type)
{
- case flag_no_test_inline:
case flag_ignore_zero_inf_sign:
case flag_xfail:
if (fprintf (fp, " %s%s",