From 737f98f027f838e976afae7b3586e1806e4ed26e Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 12 Sep 2007 14:50:10 +0000 Subject: 2007-09-12 Frank Ch. Eigler PR 5023. * buildok/ten.stp: Reactivate and extend. --- testsuite/buildok/ten.stp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite/buildok') 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; } -- cgit