summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/preprocessor.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR4186 cont'd: uname -m --> uname -i in test casesFrank Ch. Eigler2009-08-241-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
* PR5792: wildcard support for %( kernel/arch %) preprocessor operandsfche2008-02-261-0/+52
2008-02-25 Frank Ch. Eigler <fche@elastic.org> PR5792. * parse.cxx (eval_pp_conditional): Support wildcards in %( kernel_v/kernel_vr/arch ==/!= "*foo?" %) operands. * NEWS, stap.1.in: Document this. 2008-02-25 Frank Ch. Eigler <fche@elastic.org> PR5792. * systemtap.base/preprocessor.exp: New test.