This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Silly question: limiting testsuite runs to specific checks?



I'm still using this hack I posted back in September:

    http://gcc.gnu.org/ml/libstdc++/2001-09/msg00086.html

When I proposed to check this in, Gaby reminded me that dejagnu already
has this feature, documented at

    http://gcc.gnu.org/install/test.html

in the form of passing RUNTESTFLAGS="foo.exp=bar*" to 'make check'.

Fine for the main compiler testsuite, but I've never been able to get
this to work for libstdc++; the syntax just continues to elude me for
target libraries.  Let's say I'm trying to investigate a failure of a
specific test, e.g., 17_intro/headers.cc.  What do I type here?

    % cd objdir/cpu-vendor-os/libstdc++-v3
    % make check RUNTESTFLAGS=" ??? "


Missing something obvious,
Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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