aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-08-06* testsuite/lib/libstdc++.exp: Fix typo in comment.Jonathan Wakely1-1/+1
2016-08-06Use ::new to avoid finding overloaded operator newJonathan Wakely1-0/+27
2016-08-06Add std::apply for C++17Jonathan Wakely2-1/+68
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely6-4/+120
2016-08-05Use __invoke in std::function internalsJonathan Wakely1-0/+31
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely12-0/+568
2016-08-04Define std::enable_shared_from_this::weak_from_thisJonathan Wakely1-5/+1
2016-08-04Simplify std::__invoke_impl definitionsJonathan Wakely2-1/+59
2016-08-03Define feature-test macro for std::enable_shared_from_thisJonathan Wakely1-0/+4
2016-08-03Define std::shared_ptr::weak_typeJonathan Wakely3-2/+33
2016-08-03Define std::as_constJonathan Wakely2-0/+58
2016-08-03Define std::owner_less<void> specialization (P0074R0)Jonathan Wakely2-2/+50
2016-08-03Define __cpp_lib_generic_associative_lookup feature-test macroJonathan Wakely1-5/+19
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely1-0/+111
2016-08-03Remove deprecated has_trivial_xxx traitsJonathan Wakely15-392/+7
2016-08-02Fix std::wstring allocator testsJonathan Wakely7-19/+19
2016-08-02Improve comments on check_v3_target_filesystem_tsJonathan Wakely1-1/+3
2016-08-02Move dg-error directives to relevant linesJonathan Wakely3-12/+5
2016-08-02Skip C tests if test flags include C++ optionsJonathan Wakely2-0/+2
2016-08-02Test TR1 special functions without adding them to stdJonathan Wakely1-2/+0
2016-08-02Only run math special function tests for C++11 and laterJonathan Wakely91-44/+91
2016-08-02Make TR1 special function tests support C++98Jonathan Wakely6-114/+114
2016-08-02Skip scan-assembler test when -flto is usedJonathan Wakely1-0/+1
2016-08-02Support using -flto with libstdc++ testsuiteJonathan Wakely1-1/+2
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely2-0/+80
2016-08-01Remove ignored "xfail" from dg-do compile directivesJonathan Wakely5-12/+7
2016-08-01Fix __gnu_cxx::hash_set test to pass in C++98 modeJonathan Wakely1-12/+14
2016-08-01Remove "-x c" from dg-options in libstdc++ C++ testJonathan Wakely1-1/+1
2016-08-01Limit std::tuple tests to run for C++11 and laterJonathan Wakely2-1/+4
2016-08-01Make libstdc++ debug mode test valid for C++98Jonathan Wakely1-1/+1
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely5-32/+4
2016-08-01Remove duplicate dg-options directive in string_view testJonathan Wakely1-1/+0
2016-08-01Use -std=gnu++98 instead of -std=gnu++03 in testJonathan Wakely1-1/+1
2016-08-01Remove linker options from compile-only testsJonathan Wakely2-2/+0
2016-08-01Run std::ios_base enum tests for C++11 and upJonathan Wakely3-9/+12
2016-07-31Change std::conditional test to compile-onlyJonathan Wakely1-17/+7
2016-07-31Ensure std::atomic test is compiled with optimizationJonathan Wakely1-1/+1
2016-07-31Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely1-1/+1
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely1-0/+1
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely1-4/+13
2016-07-31Allow std::pair test to run in C++11 mode tooJonathan Wakely1-2/+1
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely1-0/+61
2016-07-31Move dg-error directives to relevant linesJonathan Wakely9-164/+83
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen10-9/+75
2016-07-31Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely9-1/+17
2016-07-31Fix file extension of libstdc++ testJonathan Wakely1-0/+0
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen5-0/+498
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely1-2/+3
2016-07-28Fix DR 438 container tests to pass in C++98 modeJonathan Wakely11-11/+11
2016-07-28Fix std::vector test to pass in C++98 modeJonathan Wakely1-2/+5