This is the mail archive of the gcc@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: What is the most suitable way to exclude test cases for specific targets


On Sunday, January 2, 2005, at 06:35 AM, Björn Haase wrote:
I have had a look at the test case sources so far in order to find templates for dg magic comments. Unfortunately, I did not find anything suitable so far.

Then you didn't do the single most useful command:


egrep 'alpha|sparc|frv|x86|mips|elf|linux' `find . -type f`

? :-)

I am sure after doing that, that you'll find at least three hints. Bear in mind, each part of the testsuite can use a completely different method.


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