Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -ansi -pedantic pair to sdt test. | Mark Wielaard | 2009-03-13 | 1 | -1/+1 |
| | | | | | * testsuite/systemtap.base/sdt.exp: Add additional_flags -ansi together with -pedantic. | ||||
* | Add -O2 and -O3 as extra test flags to sdt. | Mark Wielaard | 2009-03-13 | 1 | -1/+1 |
| | | | | * testsuite/systemtap.base/sdt.exp: Add -O2, -O3. | ||||
* | Introduce stap_run3 for distinct test names. | Mark Wielaard | 2009-03-13 | 2 | -8/+21 |
| | | | | | * testsuite/lib/stap_run2.exp: Add stap_run3, called from stap_run2. * testsuite/systemtap.base/sdt.exp: Use stap_run3, for distinct test names. | ||||
* | Add test to compile and run all tracepoints | Josh Stone | 2009-03-11 | 2 | -0/+26 |
| | | | | | | | | | This checks that kernel.trace("*") will compile, with all context variables accessed as well. For kernels without tracepoints, it will just hit a "begin" and quit. This doesn't ensure that kernel.trace("*") will always find something when it should, though... | ||||
* | Add simple testcases for @cast | Josh Stone | 2009-03-11 | 3 | -0/+39 |
| | |||||
* | improve sdt.h compatibility and test suite | Frank Ch. Eigler | 2009-03-11 | 2 | -11/+16 |
| | | | | | | Replaced cpp VA_ARGS in sdt.h with explicit enumeration of arguments (since with -pedantic, cpp has no varargs), and added a few more cflags variants to the sdt.exp test case. | ||||
* | PR 7071: Optional $context variables fix | Rajan Arora | 2009-03-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | * tapsets.cxx (dwarf_var_expanding_visitor::visit_target_symbol): Substitute erroneous target symbol with literal 0 if session level flag, skip_badvars is set. * session.h (struct systemtap_session): New flag: skip_badvars. * main.cxx: Command line argument --skip-badvars added. * stap.1.in: Entry for new option --skip-badvars. * NEWS: Added blurb for new option now available. * testsuite/semok/badvar.stp: Test case to check added functionality. | ||||
* | Run the tests for each member of a list of extra options. | Stan Cox | 2009-03-11 | 1 | -1/+30 |
| | | | | * testsuite/systemtap.base/sdt.h: Add extra_flags and g++ as a test language. | ||||
* | Use alternate keywords for sdt.h | Stan Cox | 2009-03-09 | 1 | -1/+1 |
| | | | | * include/sys/sdt.h: Initialize args when declaring. Use alternate keywords. | ||||
* | PR9935. Fixed stap script typos. arg[5-10] -> $arg[5-10]. | Mark Wielaard | 2009-03-09 | 2 | -9/+7 |
| | | | | | * testsuite/systemtap.base/sdt.exp: Enable stap_run2 when installtest_p. * testsuite/systemtap.base/sdt.stp: Fixed all arg to $arg typos. | ||||
* | Add PR9935 number to sdt.exp disabled test. | Mark Wielaard | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Add new sdt.exp testcase. | Mark Wielaard | 2009-03-09 | 3 | -0/+154 |
| | | | | | | * testsuite/systemtap.base/sdt.exp: New test file. * testsuite/systemtap.base/sdt.stp: Likewise. * testsuite/systemtap.base/sdt.c: Likewise. | ||||
* | Make stap_run2 count exact number of lines. | Mark Wielaard | 2009-03-09 | 39 | -71/+38 |
| | | | | | * testsuite/lib/stap_run2.exp: Compare found and expected number of lines. * testsuite/systemtap.*/*.exp (result_string): Make number of lines exact. | ||||
* | Minor changes to labels.exp. | Stan Cox | 2009-03-08 | 1 | -6/+6 |
| | |||||
* | Fix and add tests for function(".so").statement(N) | Stan Cox | 2009-03-08 | 1 | -3/+83 |
| | | | | | | | | * tapsets.cxx (query_dwarf_func): die_has_pc (dwarf_haspc) does not expect a module_start for shared objects so don't call module_address_to_global for the statement address. * testsuite/systemtap.base/labels.exp: Add tests for executable .statement(N), shared object .label("L") and so .statement(N). | ||||
* | PR9919: Set last_stmt for array (scalar or statistical) assignments. | Mark Wielaard | 2009-03-04 | 2 | -0/+54 |
| | | | | * translate.cxx (visit_arrayindex): Update last_stmt. | ||||
* | Merge branch 'gtod' | Josh Stone | 2009-02-23 | 1 | -0/+29 |
|\ | |||||
| * | Add a testcase for gtod init/kill | Josh Stone | 2009-02-23 | 1 | -0/+29 |
| | | | | | | | | | | | | This test simply checks that _gettimeofday_init and _gettimeofday_kill are pulled in when gettimeofday is used, and also that they are NOT pulled in when gettimeofday is not used. | ||||
* | | Improve static probe: c++ navigation, -l output. | Stan Cox | 2009-02-23 | 1 | -3/+3 |
|/ | | | | | | | * tapsets.cxx (dwflpp::build): Improve c+ method navigation. Use .label for listing mode. * systemtap.base/static_uprobes.exp: Test multiple invocations of the same probe per block. (SW9770) | ||||
* | make all examples executable | Eugeniy Meshcheryakov | 2009-02-21 | 7 | -0/+0 |
| | |||||
* | Check for required resources and tools before attempting tests using the ↵ | Dave Brolley | 2009-02-20 | 3 | -11/+42 |
| | | | | | | client/server. Ensure that tests run with/without the server have unique names. | ||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-20 | 6 | -2817/+82 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | ||||
| * | Better testcase cleanup. | David Smith | 2009-02-20 | 2 | -3/+3 |
| | | | | | | | | | | | | | | 2009-02-20 David Smith <dsmith@redhat.com> * systemtap.base/cache.exp (stap_compile): Better cleanup. * static_uprobes.exp: Ditto. | ||||
| * | Kill all ChangeLogs | Josh Stone | 2009-02-19 | 4 | -2801/+62 |
| | | | | | | | | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together. | ||||
| * | static_uprobes test case cleanup | Frank Ch. Eigler | 2009-02-19 | 2 | -12/+23 |
| | | |||||
* | | New basic tests for client/server. | Dave Brolley | 2009-02-20 | 3 | -44/+103 |
|/ | |||||
* | Adding test case for PR9719 fix | Rajan Arora | 2009-02-18 | 1 | -0/+8 |
| | |||||
* | Always emit .probes section; use .label method as a backup strategy | Stan Cox | 2009-02-18 | 2 | -3/+8 |
| | |||||
* | Handles errors better. | David Smith | 2009-02-18 | 2 | -1/+6 |
| | | | | | | | 2009-02-18 David Smith <dsmith@redhat.com> * systemtap.base/static_uprobes.exp: Handles errors from running 'dtrace' python script better. | ||||
* | Better testcase cleanup. | David Smith | 2009-02-18 | 2 | -3/+10 |
| | | | | | | 2009-02-18 David Smith <dsmith@redhat.com> * systemtap.base/labels.exp: Better cleanup. | ||||
* | version bump to 0.9 throughout | Frank Ch. Eigler | 2009-02-17 | 2 | -11/+11 |
| | |||||
* | fixing configury version drift | Frank Ch. Eigler | 2009-02-17 | 3 | -1088/+1687 |
| | |||||
* | fix sdt.h test case for $srcdir != $builddir | Frank Ch. Eigler | 2009-02-17 | 2 | -2/+17 |
| | |||||
* | Move sdt.h to includes/sys and use in tests. | Mark Wielaard | 2009-02-17 | 6 | -2052/+1273 |
| | |||||
* | PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵ | Elliott Baron | 2009-02-17 | 3 | -518/+711 |
| | | | | deps. | ||||
* | Improved cleanup in tests. | David Smith | 2009-02-16 | 5 | -22/+73 |
| | |||||
* | Handle c++ static user probes via .probe, c via .label. | Stan Cox | 2009-02-15 | 2 | -74/+44 |
| | |||||
* | Correct entries for test_check and test_installcheck. | William Cohen | 2009-02-12 | 2 | -2/+6 |
| | |||||
* | Function to determine page fault type and have pfaults.stp exercise it. | William Cohen | 2009-02-12 | 9 | -74/+89 |
| | |||||
* | Use kernel stack backtrace support when available | Tim Moore | 2009-02-11 | 2 | -2/+9 |
| | | | | | Define new functions that use the kernel support to do a backtrace of other tasks than current. | ||||
* | Probe only calls and not inlines in functioncallcount.stp | Ananth N Mavinakayanahalli | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | Remove profile.exp and profile.stp. | William Cohen | 2009-02-10 | 3 | -50/+5 |
| | |||||
* | Move crash.exp and crash.sh to systemtap.base directory. | William Cohen | 2009-02-10 | 3 | -0/+5 |
| | |||||
* | Move poll_map.exp and poll_map.stp to systemtap.base directory. | William Cohen | 2009-02-09 | 3 | -0/+5 |
| | |||||
* | Revised version of kmalloc-top in systemtap.examples. | William Cohen | 2009-02-09 | 8 | -44/+139 |
| | |||||
* | Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp. | William Cohen | 2009-02-06 | 9 | -86/+110 |
| | | | | Regenerate the catalog information. | ||||
* | Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. | William Cohen | 2009-02-06 | 4 | -36/+6 |
| | |||||
* | Move symbols.exp and symbols.stp to systemtap.context directory. | William Cohen | 2009-02-06 | 3 | -0/+5 |
| | |||||
* | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -69/+69 |
| | |||||
* | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -50/+95 |
| |