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: [PATCH] [libstdc++] Run tests on RTEMS


On Sep 1, 2015, at 3:05 AM, Sebastian Huber <sebastian.huber@embedded-brains.de> wrote:
> libstdc++-v3/ChangeLog
> 2015-09-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
> 
>    testsuite/*: Use 's/dg-do run.*\*-\*-cygwin\* /&*-*-rtems* /' to
>    add RTEMS target selector to all tests that run on Cygwin.

Wow, seems unfortunate.  Why not define a selector for all the tests that are the same, and use it instead, and then in target supports, you can then claim all these triplets as members of that selector.  Harder part would be the name of the selector.  Real_machine? :-)

The idea being, if some one wants to do a real machine, they implement the beef under libstdc++ that it needs to support all these test cases, and then they can then claim membership in that subset.

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