This is the mail archive of the gcc-help@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: Running individual tests from c-c++-common directory


Hi Segher,

Thank you very much for clarification on that.

Sebastian

> -----Original Message-----
> From: Segher Boessenkool [mailto:segher@kernel.crashing.org]
> Sent: Wednesday, September 13, 2017 10:56 PM
> To: Peryt, Sebastian <sebastian.peryt@intel.com>
> Cc: gcc-help@gcc.gnu.org
> Subject: Re: Running individual tests from c-c++-common directory
> 
> Hi Sebastian,
> 
> On Wed, Sep 13, 2017 at 02:58:00PM +0000, Peryt, Sebastian wrote:
> > I wanted to run individual test from gcc/testsuite/c-c++-common/
> > directory, but unfortunately there is no *.exp file as it is in other
> > directories. This prevents me from running it as for i386 e.g.: make check
> RUNTESTFLAGS="i386.exp=avx512*".
> >
> > I also couldn't find anything related to those tests in documentation.
> > Is there any special approach for that?
> 
> Those files are included by gcc/testsuite/{gcc,g++}.dg/dg.exp (and more), so you
> can use "dg.exp=bla*" and similar.
> 
> HTH,
> 
> 
> Segher


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