aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/tr1
AgeCommit message (Expand)AuthorFilesLines
2024-01-06libstdc++: Fix testsuite with -WformatGwenole Beauchesne1-2/+2
2024-01-03Update copyright years.Jakub Jelinek580-580/+580
2023-10-13libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with rece...Jakub Jelinek2-2/+2
2023-09-15libstdc++: Replace dg-options "-std=c++17" with dg-add-options strict_stdJonathan Wakely2-2/+2
2023-09-04libstdc++: Remove dg-options "-std=c++98" from TR1 testsJonathan Wakely2-13/+13
2023-09-04libstdc++: Enable std::auto_ptr tests for C++11 and laterJonathan Wakely6-6/+12
2023-01-16Update copyright years.Jakub Jelinek580-580/+580
2022-09-16libstdc++: Fix tr1::variate_generator::engine_value_typeJonathan Wakely2-7/+44
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely8-0/+68
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-0/+3
2022-01-03Update copyright years.Jakub Jelinek580-580/+580
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely9-18/+0
2021-04-12libstdc++: Fix some tests that fail in C++20 modeJonathan Wakely1-1/+2
2021-01-04Update copyright years.Jakub Jelinek580-580/+580
2020-10-29libstdc++: Prevent deprecation warnings from <tr1/shared_ptr>Jonathan Wakely1-2/+2
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely2-1/+5
2020-07-31libstdc++: Ensure c++NN effective-target present in more testsJonathan Wakely1-1/+1
2020-03-12libstdc++: Fix test failure due to -Wnonnull warningsJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek580-580/+580
2019-10-23Adjust extension types to use allocator_traitsJonathan Wakely4-8/+14
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler6-0/+6
2019-09-11Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely1-0/+2
2019-03-06PR libstdc++/86655 - std::assoc_legendre should not constrainEdward Smith-Rowland2-0/+112
2019-01-01Update copyright years.Jakub Jelinek578-578/+578
2018-11-18PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000Michele Pezzutti2-0/+68
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely1-0/+1
2018-05-11...and actually resture the *new* testcase.Edward Smith-Rowland1-265/+265
2018-05-11Restore the testcase that was clobbered by the recent PR83140 patches.Edward Smith-Rowland1-0/+2052
2018-05-10PR libstdc++/83140 - assoc_legendre returns negated value when m is oddEdward Smith-Rowland1-2052/+0
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland2-42/+0
2018-05-07Revert 20001.Edward Smith-Rowland3-0/+2094
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-2052/+0
2018-05-03PR libstdc++/82644 define TR1 hypergeometric functions in strict modesJonathan Wakely2-0/+62
2018-01-03Update copyright years.Jakub Jelinek576-576/+576
2017-12-07re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)David Edelsohn1-1/+2
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely1-10/+1
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland25-51792/+36153
2017-06-15Use pthread effective-target in testsuiteRainer Orth2-4/+6
2017-04-20PR libstdc++/68397 std::tr1::expint fails ... long double arguments.Edward Smith-Rowland1-0/+46
2017-01-01Update copyright years.Jakub Jelinek575-575/+575
2016-11-13DR 374 - specialization in outer namespaceJason Merrill10-62/+55
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini236-491/+1
2016-08-26Use effective-target instead of -std optionsJonathan Wakely4-5/+4
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely2-4/+2
2016-08-18Remove unintended dg-options directiveJonathan Wakely1-1/+0
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely1-1/+4
2016-08-02Test TR1 special functions without adding them to stdJonathan Wakely1-2/+0
2016-08-02Make TR1 special function tests support C++98Jonathan Wakely6-114/+114
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory265-10723/+10723
2016-02-23libstdc++/69893 make <tr1/cmath> work with C++11Jonathan Wakely2-0/+27