From 8ccdc31544c385b2b9ccf1206c983acdfb2d96e2 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 10 Feb 2009 16:42:15 -0500 Subject: Remove profile.exp and profile.stp. --- testsuite/systemtap.samples/profile.exp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 testsuite/systemtap.samples/profile.exp (limited to 'testsuite/systemtap.samples/profile.exp') diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp deleted file mode 100644 index 87174d2c..00000000 --- a/testsuite/systemtap.samples/profile.exp +++ /dev/null @@ -1,15 +0,0 @@ -set test "profile" -if {![installtest_p]} { untested $test; return } - -spawn stap -DMAXMAPENTRIES=10000 $srcdir/$subdir/profile.stp -set ok 0 -expect { - -timeout 360 - -re {kernel.function[^\r]*ttime=[0-9]*\r} { incr ok; exp_continue } - timeout { fail "$test (timeout)" } - eof { } -} -#FIXME does not handle case of hanging primes.stp correctly -wait - -if {$ok > 0} { pass $test } { fail $test } -- cgit