summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/ChangeLog5
-rwxr-xr-xtestsuite/buildok/ten.stp4
2 files changed, 8 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 30e5d507..a5c84ed0 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-12 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5023.
+ * buildok/ten.stp: Reactivate and extend.
+
2007-09-11 Josh Stone <joshua.i.stone@intel.com>
PR 5014
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;
}