From c61807d2aa85b41518c36ae34541be6d03dda03b Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 18 Sep 2009 08:23:02 +0200 Subject: 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. --- testsuite/systemtap.base/vta-test.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base/vta-test.stp') 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) } -- cgit