summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-17 16:19:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-17 16:19:00 (GMT)
commit9e89327bdf29379e7d2ca6af75ffad273e8babba (patch)
tree3548cd6972e773d0d35f877589c9ae917706a7d9 /tests/expr.test
parent142e22ca1295109b5cc0ca9b440e325a0678aa58 (diff)
parent28d58d74b0e3837b5ca9c2020bd14cf21ee98a41 (diff)
downloadtcl-9e89327bdf29379e7d2ca6af75ffad273e8babba.zip
tcl-9e89327bdf29379e7d2ca6af75ffad273e8babba.tar.gz
tcl-9e89327bdf29379e7d2ca6af75ffad273e8babba.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/expr.test')
-rw-r--r--tests/expr.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/expr.test b/tests/expr.test
index a33d2b8..5171cde 100644
--- a/tests/expr.test
+++ b/tests/expr.test
@@ -6698,6 +6698,9 @@ test expr-38.12 {abs and -0x0 [Bug 2954959]} {
test expr-38.13 {abs and 0.0 [Bug 2954959]} {
::tcl::mathfunc::abs 1e-324
} 1e-324
+test expr-38.14 {abs and WIDE_MIN special-case} {
+ ::tcl::mathfunc::abs -9223372036854775808
+} 9223372036854775808
testConstraint testexprlongobj [llength [info commands testexprlongobj]]
testConstraint testexprdoubleobj [llength [info commands testexprdoubleobj]]