summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/ChangeLog5
-rwxr-xr-xtestsuite/semok/thirtyone.stp5
2 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index d74b4c73..83bc8b1d 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-11 Frank Ch. Eigler <fche@elastic.org>
+
+ PR5049
+ * semok/thirtyone.stp: New test.
+
2008-08-08 Dave Brolley <brolley@redhat.com>
* lib/systemtap.exp (setup_systemtap_environment): If use_server_p,
diff --git a/testsuite/semok/thirtyone.stp b/testsuite/semok/thirtyone.stp
new file mode 100755
index 00000000..5036e45c
--- /dev/null
+++ b/testsuite/semok/thirtyone.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+# PR5049
+
+probe kernel.function("*@module.c") {}