summaryrefslogtreecommitdiffstats
path: root/testsuite/config/unix.exp
Commit message (Collapse)AuthorAgeFilesLines
* Move common code from {maxmemory.exp,overload.exp} into stap_run_error.exp.David Smith2010-03-161-0/+1
| | | | | | | | * testsuite/lib/stap_run_error.exp: New file. * testsuite/config/unix.exp: Loads stap_run_error.exp. * testsuite/systemtap.base/maxmemory.exp: Uses stap_run_error function instead of local code. * testsuite/systemtap.base/overload.exp: Ditto.
* Add test suite for declaration resolutionJames Bottomley2008-07-091-0/+1
| | | | | | | | | | 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>
* 2007-10-25 Martin Hunt <hunt@redhat.com>hunt2007-10-251-0/+1
| | | | | | | | | | | | * systemtap.printf/print_char.*: New test. * systemtap.printf/print.*: New test. * systemtap.printf/println.*: New test. * systemtap.maps/elision.*: New tests. * config/unix.exp: Added stap_run_exact. * lib/stap_run_exact.exp: New. Like stap_run2 but takes a seperate test name.
* 2007-01-22 Frank Ch. Eigler <fche@redhat.com>fche2007-01-221-0/+4
* config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks.