summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/warnings.exp
Commit message (Collapse)AuthorAgeFilesLines
* Display source context for error and warning messages (6701)Rajan Arora2008-10-091-0/+2
|
* ChangeLog EntriesDave Brolley2008-08-251-0/+1
|
* warning/error message compaction by removing duplicated token file namesFrank Ch. Eigler2008-06-161-1/+1
|
* Bug 6611: read-only variable typo warnings should list alternatives.Stan Cox2008-06-161-1/+1
|
* Micro-optimize print_warning output. Fix warnings.exp line count.Mark Wielaard2008-06-111-1/+1
|
* Eliminate duplicate warnings.Stan Cox2008-06-111-1/+1
|
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-1/+1
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-1/+1
| | | | cleanup
* PR6538: testsuite changesFrank Ch. Eigler2008-05-201-1/+1
|
* PR6466: broad side-effect free statement elisionFrank Ch. Eigler2008-04-291-2/+2
|
* PR1119: unused variable elision warningsfche2007-10-061-0/+16
2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 1119 * elaborate.cxx (semantic_pass_opt[12]): Warn on elided variables/functions in user script. * session.h (suppress_warnings): New field. Change "timing" to plain old bool. * main.cxx (main): Configure warnings on by default. * stap.1.in: Document this. PR 1119. * systemtap.base/warnings.*: New test. * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision warnings.