summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
authorfche <fche>2007-09-12 14:50:10 +0000
committerfche <fche>2007-09-12 14:50:10 +0000
commit737f98f027f838e976afae7b3586e1806e4ed26e (patch)
tree2e7f37619e069b0061a39ef5ae0ab5aa94fd7f0d /testsuite/buildok
parentb7d6158acf3a084d000010deb6f88fa25dfbb33a (diff)
downloadsystemtap-steved-737f98f027f838e976afae7b3586e1806e4ed26e.tar.gz
systemtap-steved-737f98f027f838e976afae7b3586e1806e4ed26e.tar.xz
systemtap-steved-737f98f027f838e976afae7b3586e1806e4ed26e.zip
2007-09-12 Frank Ch. Eigler <fche@elastic.org>
PR 5023. * buildok/ten.stp: Reactivate and extend.
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-xtestsuite/buildok/ten.stp4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/buildok/ten.stp b/testsuite/buildok/ten.stp
index 6015fbb9..dfa1e5ac 100755
--- a/testsuite/buildok/ten.stp
+++ b/testsuite/buildok/ten.stp
@@ -1,4 +1,4 @@
-#! stap -p4
+#! stap -up4
probe begin
{
@@ -7,8 +7,10 @@ probe begin
long_max = 2147483647;
ulong_max = 4294967295;
long_min = -2147483647-1;
+ long_min2 = -2147483648;
llong_max = 9223372036854775807;
ullong_max = 18446744073709551615;
llong_min = -9223372036854775807-1;
+ llong_min2 = -9223372036854775808;
}