Re: libstdc++ Testsuite extension for sort, partial_sort, partial_sort_copy, nth_element

2013-10-23 Thread Paolo Carlini
--- Chris, I went ahead and applied to my local trees the various tweaks I mentioned. I tested the below make check, check-debug and again both -m32/-m64. See if you can spot something you don't like, otherwise I will commit it later today. Thanks, Paolo. Index:

Re: libstdc++ Testsuite extension for sort, partial_sort, partial_sort_copy, nth_element

2013-10-21 Thread Paolo Carlini
Hi, On 10/19/2013 11:10 PM, Christopher Jefferson wrote: The following patch (related to my 58800 patch) adds many more tests for several important functions. While 58800 is my fault, the reason it was not caught earlier is that many functions in libstdc++ have almost no testing. This works

Re: libstdc++ Testsuite extension for sort, partial_sort, partial_sort_copy, nth_element

2013-10-20 Thread Paolo Carlini
On 10/19/2013 11:10 PM, Christopher Jefferson wrote: I plan to write my tests if these are accepted (although writing this reminded me why gcc is the worst open source project for submitting code to I have ever worked with). Why? If you really think something is wrong and have constructive

libstdc++ Testsuite extension for sort, partial_sort, partial_sort_copy, nth_element

2013-10-19 Thread Christopher Jefferson
The following patch (related to my 58800 patch) adds many more tests for several important functions. While 58800 is my fault, the reason it was not caught earlier is that many functions in libstdc++ have almost no testing. This works toward fixing that. These tests are kept to an acceptable