gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely d4baef5be8 PR libstdc++/78179 run long double tests separately
Split the long double testing into a separate file, so that we can XFAIL
targets where the long double precision doesn't meet the expected
tolerances. The float and double tests are still expefted to PASS for
all targets.

	PR libstdc++/78179
	* testsuite/26_numerics/headers/cmath/hypot-long-double.cc: New test
	that runs the long double part of hypot.cc.
	* testsuite/26_numerics/headers/cmath/hypot.cc: Disable long double
	tests unless TEST_HYPOT_LONG_DOUBLE is defined.

From-SVN: r264063
2018-09-03 15:54:28 +01:00
..
accumulate PR libstdc++/84928 use std::move in <numeric> algorithms 2018-07-06 15:16:13 +01:00
adjacent_difference PR libstdc++/84928 use std::move in <numeric> algorithms 2018-07-06 15:16:13 +01:00
bit Avoid undefined shifts in ceil2 operations 2018-08-30 16:07:35 +01:00
complex Update copyright years. 2018-01-03 11:03:58 +01:00
gcd Update copyright years. 2018-01-03 11:03:58 +01:00
headers PR libstdc++/78179 run long double tests separately 2018-09-03 15:54:28 +01:00
inner_product PR libstdc++/84928 use std::move in <numeric> algorithms 2018-07-06 15:16:13 +01:00
iota Update copyright years. 2018-01-03 11:03:58 +01:00
lcm Update copyright years. 2018-01-03 11:03:58 +01:00
partial_sum PR libstdc++/84928 use std::move in <numeric> algorithms 2018-07-06 15:16:13 +01:00
random Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
slice Update copyright years. 2018-01-03 11:03:58 +01:00
slice_array Update copyright years. 2018-01-03 11:03:58 +01:00
valarray LWG 3074 make scalar types non-deduced in valarray non-member functions 2018-06-14 20:36:54 +01:00