summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/vta-test.stp
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-09-18 08:23:02 +0200
committerMark Wielaard <mjw@redhat.com>2009-09-18 08:23:02 +0200
commitc61807d2aa85b41518c36ae34541be6d03dda03b (patch)
tree2f604bde1f7331b12d6c7c8d526c72c6565c52c3 /testsuite/systemtap.base/vta-test.stp
parent5ec323b5228c83b15fdae81029eddab1b745703b (diff)
downloadsystemtap-steved-c61807d2aa85b41518c36ae34541be6d03dda03b.tar.gz
systemtap-steved-c61807d2aa85b41518c36ae34541be6d03dda03b.tar.xz
systemtap-steved-c61807d2aa85b41518c36ae34541be6d03dda03b.zip
PR10417 Enable vta-test.exp testcase and add to NEWS.
* NEW: Mention DW_OP_{implicit,stack}_value support. * testsuite/systemtap.base/vta-test.exp: Don't XFAIL. Use staprun2. * testsuite/systemtap.base/vta-test.stp: Enable all probes.
Diffstat (limited to 'testsuite/systemtap.base/vta-test.stp')
-rw-r--r--testsuite/systemtap.base/vta-test.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/vta-test.stp b/testsuite/systemtap.base/vta-test.stp
index 9f8527ee..862374e6 100644
--- a/testsuite/systemtap.base/vta-test.stp
+++ b/testsuite/systemtap.base/vta-test.stp
@@ -1 +1 @@
-probe process("vta-test.exe").mark("t1") { printf("i: 0x%x\n", $i) }
+probe process("vta-test.exe").mark("t?") { printf("i: 0x%x\n", $i) }