summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Account for VxWorks headers in libstdc++ test on namesOlivier Hainque2020-12-231-0/+41
* libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka2020-12-214-0/+11
* libstdc++: Import MSVC floating-point std::to_chars testcasesPatrick Palka2020-12-172-0/+61142
* libstdc++: Add floating-point std::to_chars implementationPatrick Palka2020-12-171-0/+199
* libstdc++: Fix condition for gthreads-timed effective-targetJonathan Wakely2020-12-171-1/+1
* libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely2020-12-163-6/+24
* libstdc++: Fix errors from Library Fundamentals TS headers in C++11 [PR 98319]Jonathan Wakely2020-12-161-57/+36
* libstdc++: Add performance test for atomic_flag [PR 46447]Jonathan Wakely2020-12-161-0/+71
* libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely2020-12-162-16/+39
* libstdc++: Fix the test for rvalue stream extractionVille Voutilainen2020-12-151-0/+2
* libstdc++: Increase timeout for tests in debug modeJonathan Wakely2020-12-154-2/+9
* libstdc++: Fix required locales of a testcaseMarius Hillenbrand2020-12-151-1/+3
* libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTEDFrançois Dumont2020-12-143-3/+3
* Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor2020-12-142-0/+8
* libstdc++: Fix several _GLIBCXX_DEBUG testsFrançois Dumont2020-12-144-3/+4
* libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont2020-12-125-0/+206
* c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill2020-12-081-2/+2
* c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _...Jakub Jelinek2020-12-042-18/+14
* Add support for detecting mismatched allocation/deallocation calls.Martin Sebor2020-12-031-2/+6
* libstdc++: Fix typos in #error stringsJonathan Wakely2020-12-032-4/+4
* libtdc++: Define std::source_location for C++20JeanHeyd Meneide2020-12-034-0/+356
* libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely2020-12-032-0/+108
* libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely2020-12-033-11/+42
* libstdc++: Use libatomic for tests on all 32-bit powerpc targetsJonathan Wakely2020-12-021-4/+5
* libstdc++: Use longer timeout for istream::gcount() overflow testsJonathan Wakely2020-12-022-0/+2
* libstdc++: Fix filesystem::path pretty printer test failureJonathan Wakely2020-12-021-0/+39
* Add feature test macro for atomic<T>::waitThomas Rodgers2020-12-012-0/+59
* libstdc++: Pretty printers for _Bit_reference and _Bit_iteratorMichael Weghorn2020-12-012-0/+62
* libstdc++: Use longer timeout for slow running testsJonathan Wakely2020-12-012-0/+2
* libstdc++: Link test with libatomic if needed [PR 98003]Jonathan Wakely2020-12-011-2/+3
* libstdc++: Reduce default test timeout to 360 secondsJonathan Wakely2020-11-301-1/+1
* libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely2020-11-30199-0/+199
* libstdc++: Refactor dejagnu effective-target checksJonathan Wakely2020-11-271-477/+145
* libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely2020-11-2752-58/+58
* libstc++: Fix typo in new check_effective_target_gthreads procJonathan Wakely2020-11-261-3/+5
* libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely2020-11-2612-1/+13
* libstdc++: Allow dejagnu tool_timeout to be overriddenJonathan Wakely2020-11-261-1/+4
* libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely2020-11-264-4/+20
* libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely2020-11-263-8/+41
* libstdc++: Fix undefined FILE* operations in testJonathan Wakely2020-11-261-1/+2
* libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely2020-11-257-10/+20
* libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]Jonathan Wakely2020-11-251-0/+56
* libstdc++: Fix test failure on AIXJonathan Wakely2020-11-251-0/+2
* libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely2020-11-252-2/+0
* libstdc++: Disable failing tests [PR 97936]Jonathan Wakely2020-11-244-7/+11
* libstdc++: Run all tests in fileJonathan Wakely2020-11-241-1/+2
* libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely2020-11-233-0/+3
* libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely2020-11-215-10/+15
* libstdc++: Add C++2a synchronization supportThomas Rodgers2020-11-2018-0/+1150
* libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont2020-11-203-18/+399