From d1e81455651ff70d1b380fd1b63ea0ae9047eb0f Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 6 Feb 2009 12:53:37 -0500 Subject: Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. --- testsuite/systemtap.samples/syscalls2.exp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 testsuite/systemtap.samples/syscalls2.exp (limited to 'testsuite/systemtap.samples/syscalls2.exp') diff --git a/testsuite/systemtap.samples/syscalls2.exp b/testsuite/systemtap.samples/syscalls2.exp deleted file mode 100644 index 7bbd9a51..00000000 --- a/testsuite/systemtap.samples/syscalls2.exp +++ /dev/null @@ -1,15 +0,0 @@ -set test "syscalls-run" -if {![installtest_p]} { untested $test; return } -spawn stap $srcdir/$subdir/syscalls.stp -set ok 0 -expect { - -timeout 240 - -re {[0-9]* kernel.function[^\r]*\r} { incr ok; exp_continue } - timeout { fail "$test (timeout)" } - eof { } -} -#FIXME does not handle case of hanging psyscalls.stp correctly -wait -# 150 is conservative - it's larger than 100 to allow a bit of slop -# between the exit() call and the actual shutdown -if {$ok >= 100 && $ok < 150} { pass "$test ($ok)" } { fail "$test ($ok)" } -- cgit