This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA:] Make 23_containers/set/modifiers/16728.cc not time out nonnatively


On Tue, 6 Feb 2007, Hans-Peter Nilsson wrote:

> libstdc++-v3:
>         * testsuite/23_containers/set/modifiers/16728.cc: Use only 10
>         iterations for non-native targets.

It's wrong for what's tested for a given target to depend on the host.  A 
target that can be tested both native and cross (say *-linux*) should have 
the same tests run in both cases.

You need some other property specified in some way (in the board file?) to 
indicate that you have a slow simulator.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]