summaryrefslogtreecommitdiffstats
path: root/tests/bigdata.test
diff options
context:
space:
mode:
authorpointsman <rolf@pointsman.de>2023-04-29 14:11:36 (GMT)
committerpointsman <rolf@pointsman.de>2023-04-29 14:11:36 (GMT)
commit4d289b80844cb8ef4e18b8d3d50c15e0f0017b26 (patch)
treebda769f84cc683ffc94c5c77e844c7fd94c6a205 /tests/bigdata.test
parent1ddccee9d333130c931c56373c0bddd89cd2d5fa (diff)
parenta6d654980e6e0e35e1cb74dc978f654c216ce7e4 (diff)
downloadtcl-4d289b80844cb8ef4e18b8d3d50c15e0f0017b26.zip
tcl-4d289b80844cb8ef4e18b8d3d50c15e0f0017b26.tar.gz
tcl-4d289b80844cb8ef4e18b8d3d50c15e0f0017b26.tar.bz2
Updated from trunk. Simplified bug specific tests.
Diffstat (limited to 'tests/bigdata.test')
-rw-r--r--tests/bigdata.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/bigdata.test b/tests/bigdata.test
index bb6d269..0538528 100644
--- a/tests/bigdata.test
+++ b/tests/bigdata.test
@@ -362,8 +362,8 @@ bigtestRO string-replace-bigdata-1 "string replace" {789012345 012345678 XYZ7890
set s [bigString 0x10000000a]
} -cleanup {
bigClean
-} -constraints bug-ad9361fd20f0
-# TODO - once above bug is fixed, add tests for large result range:
+}
+# TODO -
# - replacements string is large
# - replace in the middle - string length grows, shrinks
# - last < first
@@ -1069,8 +1069,8 @@ bigtestRO concat-bigdata-1 "concat" {4294967296 {0 1 2 3 4} {6 7 0 1 2} {3 4 5 6
set l [bigList 0x80000000]
}
-tcltest::test puts-bigdata-1 "puts" -setup {
- set fpath [tcltest::makeFile {} bug-0306a5563.data]
+test puts-bigdata-1 "puts" -setup {
+ set fpath [makeFile {} bug-0306a5563.data]
} -constraints {
bug0306a5563
bigdata
@@ -1085,7 +1085,7 @@ tcltest::test puts-bigdata-1 "puts" -setup {
set written
} -result {2345678}
-tcltest::test puts-bigdata-2 "puts" -setup {
+test puts-bigdata-2 "puts" -setup {
set fpath [tcltest::makeFile {} bug-0306a5563.data]
} -constraints {
bug0306a5563
@@ -1097,7 +1097,7 @@ tcltest::test puts-bigdata-2 "puts" -setup {
# The character to append in the next line is EM DASH,
# code point 0x2014 (decimal 8212, UTF-8 #xE2 #x80 #x94)
append s —
- puts -nonewline$fd $s
+ puts -nonewline $fd $s
close $fd
set fd [open $fpath]
seek $fd 0x7FFFFFFA