]> sourceware.org Git - systemtap.git/commit
(PR14574 partial fix) Make the systemtap.pass1-4/*.exp tests use dyninst also.
authorDavid Smith <dsmith@redhat.com>
Wed, 26 Sep 2012 19:31:31 +0000 (14:31 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 26 Sep 2012 19:31:31 +0000 (14:31 -0500)
commit8c94efa76616a6460d793c8de43d6a491a93fa16
tree6f5dbb64e77e72311b61ea5625cd46cb496b429d
parent6a126482c498f3f75f1e14df238647e94f6fd47c
(PR14574 partial fix) Make the systemtap.pass1-4/*.exp tests use dyninst also.

* testsuite/lib/systemtap.exp (print_systemtap_version): New function.
  (get_runtime_list): Ditto.
  (setup_systemtap_environment): Remember whether we've got dyninst
  support.
  (stap_run_batch): Allow passing args and the filename.
* testsuite/systemtap.pass1-4/buildok-dyninst.exp: New test.
* testsuite/systemtap.pass1-4/buildko.exp: Add dyninst support.
* testsuite/systemtap.pass1-4/parseko.exp: Ditto.
* testsuite/systemtap.pass1-4/parseok.exp: Ditto.
* testsuite/systemtap.pass1-4/semko.exp: Ditto.
* testsuite/systemtap.pass1-4/semok.exp: Ditto.
* testsuite/systemtap.pass1-4/transko.exp: Ditto.
* testsuite/systemtap.pass1-4/transok.exp: Ditto.
* testsuite/buildok/cmdline01.stp: Allow extra args to be passed in.
* testsuite/buildok/fortytwo.stp: Ditto.
* testsuite/buildok/oldlocals01.stp: Ditto.
* testsuite/buildok/scsi-detailed.stp: Ditto.
* testsuite/buildok/thirtythree.stp: Ditto.
* testsuite/buildok/thirtytwo.stp: Ditto.
* testsuite/parseko/bad_tapset.stp: Ditto.
* testsuite/parseko/cmdline02.stp: Ditto.
* testsuite/parseko/cmdline03.stp: Ditto.
* testsuite/parseko/cmdline04.stp: Ditto.
* testsuite/parseko/cmdline06.stp: Ditto.
* testsuite/parseko/cmdline07.stp: Ditto.
* testsuite/parseko/cmdline08.stp: Ditto.
* testsuite/parseko/cmdline15.stp: Ditto.
* testsuite/parseko/cmdline22.stp: Ditto.
* testsuite/parseko/deprecated01.stp: Ditto.
* testsuite/parseko/preprocess13.stp: Ditto.
* testsuite/parseko/preprocess16.stp: Ditto.
* testsuite/parseko/preprocess17.stp: Ditto.
* testsuite/parseko/twentyseven.stp: Ditto.
* testsuite/parseko/twentythree.stp: Ditto.
* testsuite/parseok/all_tapsets.stp: Ditto.
* testsuite/parseok/bad_tapset.stp: Ditto.
* testsuite/parseok/cmdline01.stp: Ditto.
* testsuite/parseok/cmdline02.stp: Ditto.
* testsuite/parseok/deprecated01.stp: Ditto.
* testsuite/parseok/fourteen.stp: Ditto.
* testsuite/parseok/macros05.stp: Ditto.
* testsuite/parseok/macros08.stp: Ditto.
* testsuite/parseok/nineteen.stp: Ditto.
* testsuite/parseok/semko.stp: Ditto.
* testsuite/parseok/unparser.stp: Ditto.
* testsuite/semko/fifty.stp: Ditto.
* testsuite/semko/nodwf01.stp: Ditto.
* testsuite/semko/nodwf02.stp: Ditto.
* testsuite/semko/nodwf03.stp: Ditto.
* testsuite/semko/nodwf04.stp: Ditto.
* testsuite/semko/nodwf05.stp: Ditto.
* testsuite/semko/nodwf06.stp: Ditto.
* testsuite/semko/nodwf07.stp: Ditto.
* testsuite/semko/nodwf08.stp: Ditto.
* testsuite/semko/nodwf09.stp: Ditto.
* testsuite/semko/plt2.stp: Ditto.
* testsuite/semko/target_lvalue.stp: Ditto.
* testsuite/semok/args.stp: Ditto.
* testsuite/semok/badvar.stp: Ditto.
* testsuite/semok/badvar_undefined.stp: Ditto.
* testsuite/semok/bz11911.stp: Ditto.
* testsuite/semok/defined_list_vars.stp: Ditto.
* testsuite/semok/eight.stp: Ditto.
* testsuite/semok/nine.stp: Ditto.
* testsuite/semok/nodwf01.stp: Ditto.
* testsuite/semok/nodwf02.stp: Ditto.
* testsuite/semok/nodwf03.stp: Ditto.
* testsuite/semok/nodwf04.stp: Ditto.
* testsuite/semok/nodwf05.stp: Ditto.
* testsuite/semok/nodwf06.stp: Ditto.
* testsuite/semok/nodwf07.stp: Ditto.
* testsuite/semok/plt2.stp: Ditto.
* testsuite/semok/pr11808.stp: Ditto.
* testsuite/semok/pr11809.stp: Ditto.
* testsuite/semok/syscall_return.stp: Ditto.
* testsuite/semok/transko.stp: Ditto.
* testsuite/semok/twenty.stp: Ditto.
* testsuite/semok/twentyfive.stp: Ditto.
* testsuite/transok/buildko.stp: Ditto.
* testsuite/transok/eleven.stp: Ditto.
76 files changed:
testsuite/buildok/cmdline01.stp
testsuite/buildok/fortytwo.stp
testsuite/buildok/oldlocals01.stp
testsuite/buildok/scsi-detailed.stp
testsuite/buildok/thirtythree.stp
testsuite/buildok/thirtytwo.stp
testsuite/lib/systemtap.exp
testsuite/parseko/bad_tapset.stp
testsuite/parseko/cmdline02.stp
testsuite/parseko/cmdline03.stp
testsuite/parseko/cmdline04.stp
testsuite/parseko/cmdline06.stp
testsuite/parseko/cmdline07.stp
testsuite/parseko/cmdline08.stp
testsuite/parseko/cmdline15.stp
testsuite/parseko/cmdline22.stp
testsuite/parseko/deprecated01.stp
testsuite/parseko/preprocess13.stp
testsuite/parseko/preprocess16.stp
testsuite/parseko/preprocess17.stp
testsuite/parseko/twentyseven.stp
testsuite/parseko/twentythree.stp
testsuite/parseok/all_tapsets.stp
testsuite/parseok/bad_tapset.stp
testsuite/parseok/cmdline01.stp
testsuite/parseok/cmdline02.stp
testsuite/parseok/deprecated01.stp
testsuite/parseok/fourteen.stp
testsuite/parseok/macros05.stp
testsuite/parseok/macros08.stp
testsuite/parseok/nineteen.stp
testsuite/parseok/semko.stp
testsuite/parseok/unparser.stp
testsuite/semko/fifty.stp
testsuite/semko/nodwf01.stp
testsuite/semko/nodwf02.stp
testsuite/semko/nodwf03.stp
testsuite/semko/nodwf04.stp
testsuite/semko/nodwf05.stp
testsuite/semko/nodwf06.stp
testsuite/semko/nodwf07.stp
testsuite/semko/nodwf08.stp
testsuite/semko/nodwf09.stp
testsuite/semko/plt2.stp
testsuite/semko/target_lvalue.stp
testsuite/semok/args.stp
testsuite/semok/badvar.stp
testsuite/semok/badvar_undefined.stp
testsuite/semok/bz11911.stp
testsuite/semok/defined_list_vars.stp
testsuite/semok/eight.stp
testsuite/semok/nine.stp
testsuite/semok/nodwf01.stp
testsuite/semok/nodwf02.stp
testsuite/semok/nodwf03.stp
testsuite/semok/nodwf04.stp
testsuite/semok/nodwf05.stp
testsuite/semok/nodwf06.stp
testsuite/semok/nodwf07.stp
testsuite/semok/plt2.stp
testsuite/semok/pr11808.stp
testsuite/semok/pr11809.stp
testsuite/semok/syscall_return.stp
testsuite/semok/transko.stp
testsuite/semok/twenty.stp
testsuite/semok/twentyfive.stp
testsuite/systemtap.pass1-4/buildko.exp
testsuite/systemtap.pass1-4/buildok-dyninst.exp [new file with mode: 0644]
testsuite/systemtap.pass1-4/parseko.exp
testsuite/systemtap.pass1-4/parseok.exp
testsuite/systemtap.pass1-4/semko.exp
testsuite/systemtap.pass1-4/semok.exp
testsuite/systemtap.pass1-4/transko.exp
testsuite/systemtap.pass1-4/transok.exp
testsuite/transok/buildko.stp
testsuite/transok/eleven.stp
This page took 0.044803 seconds and 5 git commands to generate.