Re: [PATCH, 4.7] Enable the libstdc++ prettyprinters test suite

2012-08-01 Thread Jonathan Wakely
On 31 July 2012 22:29, Michael Hope wrote: > cc'ed the libstdc++ list. Ping? OK for 4.7 > -- Michael > > On 25/07/12 12:12, Michael Hope wrote: >> >> The libstdc++ prettyprinters test suite isn't called out in Makefile.am. >> Backport Andreas's >> patch from mainline so that a sequential test r

Re: [PATCH, 4.7] Enable the libstdc++ prettyprinters test suite

2012-07-31 Thread Michael Hope
cc'ed the libstdc++ list. Ping? -- Michael On 25/07/12 12:12, Michael Hope wrote: The libstdc++ prettyprinters test suite isn't called out in Makefile.am. Backport Andreas's patch from mainline so that a sequential test run gives the same results as a parallel test. Tested with no regressi