gcc/libstdc++-v3/testsuite
Jonathan Wakely 5f6acdfb0b Implement C++17 rounding functions for std::chrono (P0092R1)
* include/std/chrono (floor, ceil, round, abs): New for C++17.
	* testsuite/20_util/duration_cast/rounding.cc: New test.
	* testsuite/20_util/time_point_cast/rounding.cc: New test.
	* doc/xml/manual/status_cxx2017.xml: Update status table.
	* doc/html/manual/status.html: Regenerate.
	* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust
	dg-error lineno.
	* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
	* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
	* testsuite/20_util/duration/literals/range.cc: Likewise.

From-SVN: r239170
2016-08-05 14:52:59 +01:00
..
17_intro Remove "-x c" from dg-options in libstdc++ C++ test 2016-08-01 13:18:23 +01:00
18_support Skip C tests if test flags include C++ options 2016-08-02 14:32:26 +01:00
19_diagnostics Move dg-error directives to relevant lines 2016-08-02 20:34:25 +01:00
20_util Implement C++17 rounding functions for std::chrono (P0092R1) 2016-08-05 14:52:59 +01:00
21_strings Fix std::wstring allocator tests 2016-08-02 20:34:36 +01:00
22_locale
23_containers Remove ignored "xfail" from dg-do compile directives 2016-08-01 15:13:06 +01:00
24_iterators
25_algorithms Make libstdc++ debug mode test valid for C++98 2016-08-01 13:18:13 +01:00
26_numerics Enable Mathematical Special Functions for C++17 2016-08-03 16:54:13 +01:00
27_io Run std::ios_base enum tests for C++11 and up 2016-08-01 13:17:43 +01:00
28_regex Remove unused headers and variables from libstdc++ tests 2016-08-01 13:18:08 +01:00
29_atomics Skip scan-assembler test when -flto is used 2016-08-02 11:02:25 +01:00
30_threads
abi Skip C tests if test flags include C++ options 2016-08-02 14:32:26 +01:00
backward Fix __gnu_cxx::hash_set test to pass in C++98 mode 2016-08-01 13:45:47 +01:00
config
data
decimal
experimental Define std::owner_less<void> specialization (P0074R0) 2016-08-03 19:11:18 +01:00
ext Only run math special function tests for C++11 and later 2016-08-02 14:32:16 +01:00
lib Improve comments on check_v3_target_filesystem_ts 2016-08-02 20:34:30 +01:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions Only run math special function tests for C++11 and later 2016-08-02 14:32:16 +01:00
tr1 Test TR1 special functions without adding them to std 2016-08-02 14:32:21 +01:00
tr2
util
Makefile.am
Makefile.in