Re: [patch, libstdc++ testsuite] Shrink tests for simulator

2012-12-13 Thread Steve Ellcey
On Thu, 2012-12-13 at 20:27 +0100, Paolo Carlini wrote: > It's the same approach that we are following in many other places, right? Yes, it is the same approach. > > OK to checkin? > Yes, thanks. Done. Steve Ellcey sell...@mips.com

Re: [patch, libstdc++ testsuite] Shrink tests for simulator

2012-12-13 Thread Paolo Carlini
Hi, On 12/13/2012 07:42 PM, Steve Ellcey wrote: I have been running the libstdc++ testsuite using the gnu simulator for my mips-mti-elf target. Some of the tests fail due to the amount of memory they need and I would like to 'shrink' them when run on a simulator using the same technique I see o

[patch, libstdc++ testsuite] Shrink tests for simulator

2012-12-13 Thread Steve Ellcey
I have been running the libstdc++ testsuite using the gnu simulator for my mips-mti-elf target. Some of the tests fail due to the amount of memory they need and I would like to 'shrink' them when run on a simulator using the same technique I see other tests using. These four tests aren't the on