summaryrefslogtreecommitdiffstats
path: root/testsuite/lib/stap_compile.exp
Commit message (Collapse)AuthorAgeFilesLines
* Tweak cu-decl testWenji Huang2009-11-231-1/+1
| | | | | * testsuite/systemtap.base/cu-decl.exp: Check utrace. * testsuite/lib/stap_compile.exp: Make catch after wait.
* Cross check stap_compile.exp stap run result with error messages seen.Mark Wielaard2009-08-281-1/+14
|
* Tighten stap_compile.exp regexp to not accidentially gobble up extra lines.Mark Wielaard2009-08-281-1/+1
|
* 'stap_compile' test procedure now ignores warningsDavid Smith2008-08-071-0/+1
| | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Uses lib/stap_compile.exp instead of its own stap_compile procedure. * systemtap.base/cache.exp (stap_compile): Ignores warnings. * lib/stap_compile.exp: Ignores warnings.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-1/+1
| | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* Enable 'make check' and 'make installcheck' using the systemtap client/server.Dave Brolley2008-07-141-1/+1
|
* Add test suite for declaration resolutionJames Bottomley2008-07-091-0/+39
This adds the test declaration.exp which checks that specific named declarations inside the kernel both fail and succeed. We get the failure by only using a single compile unit which is currently known to have the structure stubbed. We get exactly the same declaration to succeed by adding a CU that is known to have the declaration. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>