diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 16:45:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 16:45:15 +0000 |
commit | b7dab1e4d7265fc75a9890cbce897be3f8e4f044 (patch) | |
tree | 87933456a37cc1c76638744851f0bf35d3d8f247 /ChangeLog | |
parent | a7548d41a7459ff85a751ae84b4bd77631833473 (diff) | |
download | glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.tar glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.tar.gz glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.tar.bz2 glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.zip |
Remove unused libm-test expected-failure mechanism.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,5 +1,36 @@ 2013-05-04 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (noXFails): Remove variable. + (noXPasses): Likewise. + (BUILD_COMPLEX_INT): Remove macro. + (print_screen): Remove xfail argument. + (print_screen_max_error): Likewise. + (update_stats): Likewise. + (print_max_error): Likewise. Update calls to other affected + functions. + (print_complex_max_error): Likewise. + (test_single_exception): Update calls to print_screen. + (test_single_errno): Likewise. + (check_float_internal): Remove xfail argument. Update calls to + other affected functions. + (check_float): Likewise. + (check_complex): Likewise. + (check_int): Likewise. + (check_long): Likewise. + (check_bool): Likewise. + (check_longlong): Likewise. + (main): Don't print noXFails and noXPasses. + * math/gen-libm-test.pl (top level): Don't mention expected + failure handling in comment. + (new_test): Don't handle expected failures. + (parse_args): Don't mention expected failure handling in comment. + (generate_testfile): Don't handle expected failures. + (parse_ulps): Likewise. + (print_ulps_file): Likewise. + (get_failure): Remove function. + (output_test): Don't handle expected failures. + * make/README.libm-test: Don't mention expected failure handling. + * math/libm-test.inc (plus_zero): Make const. Add initializer. (minus_zero): Likewise. (plus_infty): Likewise. |