From 91fe6e29aebe73315b99a8455c5e011bff4d25ab Mon Sep 17 00:00:00 2001 From: Snehal Phule Date: Thu, 23 Jul 2015 10:45:18 +0530 Subject: [PATCH] checks for uprobes in the testsuite sdt_varname.exp Signed-off-by:Snehal Phule --- testsuite/systemtap.base/sdt_varname.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/systemtap.base/sdt_varname.exp b/testsuite/systemtap.base/sdt_varname.exp index 829f6a0f4..fd1813ef0 100644 --- a/testsuite/systemtap.base/sdt_varname.exp +++ b/testsuite/systemtap.base/sdt_varname.exp @@ -5,6 +5,10 @@ if {![installtest_p]} { untested "$test" return } +if {![uprobes_p]} { + untested "$test" + return +} # In this testcase, we verify that stap can parse SDT operands of the type # [off+]varname[+off][(reg)]. These occur when the operands refer to STB_GLOBAL -- 2.43.5