]> sourceware.org Git - systemtap.git/commit
sdt*exp: When the compiler doesn't recognize flag, mark test as UNTESTED.
authorMark Wielaard <mjw@redhat.com>
Mon, 8 Aug 2011 09:08:42 +0000 (11:08 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 8 Aug 2011 09:08:42 +0000 (11:08 +0200)
commit7e8e3f42b9a8087b52f2d8261b1853f26d9a65b4
tree3deaf7a2a1a43aa6d64d179bd60940e6c700ea5b
parent2f3df331427ee64497f19c986e801112aa16dee6
sdt*exp: When the compiler doesn't recognize flag, mark test as UNTESTED.

Older gcc compilers don't recognize all the -std=[c|gnu]++0x flags we
throw at them. Instead of marking these compilations as FAIL, mark them
as UNTESTED now, so we only see real FAILures in the result (there are
still a couple left against -pedantic).
testsuite/systemtap.base/sdt.exp
testsuite/systemtap.base/sdt_misc.exp
testsuite/systemtap.base/sdt_va_args.exp
This page took 0.03016 seconds and 5 git commands to generate.