diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-05-06 14:52:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-05-06 14:52:47 (GMT) |
commit | 5b20eff788e8b502c22dc067fb9f0d3ee8a07f61 (patch) | |
tree | 173cdc2676406189414f86297db470cdc5299f80 | |
parent | 3916b47358c09e70d21ed013f74fba5282d7acb2 (diff) | |
download | tcl-core-encoding-user.zip tcl-core-encoding-user.tar.gz tcl-core-encoding-user.tar.bz2 |
Disable scan-15.1 (temporary)core-encoding-user
-rw-r--r-- | tests/scan.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scan.test b/tests/scan.test index 2c57ac9..482f313 100644 --- a/tests/scan.test +++ b/tests/scan.test @@ -880,7 +880,7 @@ test scan-14.2 {negative infinity} { return $d } -Inf -test scan-15.1 {scan %g overflow for small numbers and big mantissa bug 42d14c495a} { +test scan-15.1 {scan %g overflow for small numbers and big mantissa bug 42d14c495a} knownBug { set result [list] # xfail: n<num> = not expected at all, x<num> expected when unfixed foreach {exp numdig ret xfail} { |