aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)Author
2020-12-23Account for VxWorks headers in libstdc++ test on namesOlivier Hainque
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka
2020-12-17libstdc++: Import MSVC floating-point std::to_chars testcasesPatrick Palka
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka
2020-12-17libstdc++: Fix condition for gthreads-timed effective-targetJonathan Wakely
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-12-16libstdc++: Fix errors from Library Fundamentals TS headers in C++11 [PR 98319]Jonathan Wakely
2020-12-16libstdc++: Add performance test for atomic_flag [PR 46447]Jonathan Wakely
2020-12-16libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely
2020-12-15libstdc++: Fix the test for rvalue stream extractionVille Voutilainen
2020-12-15libstdc++: Increase timeout for tests in debug modeJonathan Wakely
2020-12-15libstdc++: Fix required locales of a testcaseMarius Hillenbrand
2020-12-14libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTEDFrançois Dumont
2020-12-14Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor
2020-12-14libstdc++: Fix several _GLIBCXX_DEBUG testsFrançois Dumont
2020-12-12libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill
2020-12-04c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _...Jakub Jelinek
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor
2020-12-03libstdc++: Fix typos in #error stringsJonathan Wakely
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely
2020-12-02libstdc++: Use libatomic for tests on all 32-bit powerpc targetsJonathan Wakely
2020-12-02libstdc++: Use longer timeout for istream::gcount() overflow testsJonathan Wakely
2020-12-02libstdc++: Fix filesystem::path pretty printer test failureJonathan Wakely
2020-12-01Add feature test macro for atomic<T>::waitThomas Rodgers
2020-12-01libstdc++: Pretty printers for _Bit_reference and _Bit_iteratorMichael Weghorn
2020-12-01libstdc++: Use longer timeout for slow running testsJonathan Wakely
2020-12-01libstdc++: Link test with libatomic if needed [PR 98003]Jonathan Wakely
2020-11-30libstdc++: Reduce default test timeout to 360 secondsJonathan Wakely
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely
2020-11-27libstdc++: Refactor dejagnu effective-target checksJonathan Wakely
2020-11-27libstdc++: Fix -Wrange-loop-construct warnings in filesystem testsJonathan Wakely
2020-11-26libstc++: Fix typo in new check_effective_target_gthreads procJonathan Wakely
2020-11-26libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely
2020-11-26libstdc++: Allow dejagnu tool_timeout to be overriddenJonathan Wakely
2020-11-26libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely
2020-11-26libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely
2020-11-26libstdc++: Fix undefined FILE* operations in testJonathan Wakely
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely
2020-11-25libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]Jonathan Wakely
2020-11-25libstdc++: Fix test failure on AIXJonathan Wakely
2020-11-25libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely
2020-11-24libstdc++: Run all tests in fileJonathan Wakely
2020-11-23libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont