summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/symbols.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/symbols.exp')
-rw-r--r--testsuite/systemtap.samples/symbols.exp14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/systemtap.samples/symbols.exp b/testsuite/systemtap.samples/symbols.exp
deleted file mode 100644
index 0c599b58..00000000
--- a/testsuite/systemtap.samples/symbols.exp
+++ /dev/null
@@ -1,14 +0,0 @@
-set test "symbols"
-if {![installtest_p]} { untested $test; return }
-
-spawn stap -g $srcdir/$subdir/symbols.stp
-set ok 0
-expect {
- -timeout 120
- -re { 0x[a-f0-9]+[^\r]*\r} { incr ok; exp_continue }
- timeout { fail "$test (timeout)" }
- eof { }
-}
-#FIXME does not handle case of hanging symbols.stp correctly
-wait
-if {$ok == 11} { pass "$test ($ok)" } { fail "$test ($ok)" }