summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
authorfche <fche>2007-02-27 19:03:44 +0000
committerfche <fche>2007-02-27 19:03:44 +0000
commit1cc165ee6221eb7e2183daf9461961d06a4e682d (patch)
tree6561c44f13686cf5ab473bab8489411cf43f2eb9 /testsuite/buildok
parent37b99e783ae310a71a612506750054b2e2c13073 (diff)
downloadsystemtap-steved-1cc165ee6221eb7e2183daf9461961d06a4e682d.tar.gz
systemtap-steved-1cc165ee6221eb7e2183daf9461961d06a4e682d.tar.xz
systemtap-steved-1cc165ee6221eb7e2183daf9461961d06a4e682d.zip
2007-02-27 Frank Ch. Eigler <fche@redhat.com>
PR 4105 * buildok/twentysix.stp: New test. * systemtap.pass1-4/buildok.exp: kfail it.
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-xtestsuite/buildok/twentysix.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/buildok/twentysix.stp b/testsuite/buildok/twentysix.stp
new file mode 100755
index 00000000..3fb7526f
--- /dev/null
+++ b/testsuite/buildok/twentysix.stp
@@ -0,0 +1,7 @@
+#! stap -up4
+
+global a
+probe begin
+{
+ a [1,2,3,4,5,6] = 0
+}