diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 08:20:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 08:20:54 (GMT) |
commit | b396b6e2533e98a2733a3fa471766e98c2d55088 (patch) | |
tree | 9fa5905059cd915ff7fcd46d8ef1e617bc1242a2 /tests | |
parent | 20e304e69bb30dbe0c5d9266d1841d39b6a003f2 (diff) | |
parent | e5766f95f8b74aa6577cf8dff98d48a71ab9d131 (diff) | |
download | tcl-b396b6e2533e98a2733a3fa471766e98c2d55088.zip tcl-b396b6e2533e98a2733a3fa471766e98c2d55088.tar.gz tcl-b396b6e2533e98a2733a3fa471766e98c2d55088.tar.bz2 |
Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes prevents windows threads from starting up. Patch by sebres (Dipl. Ing. Sergey G. Brester)
(also fix duplicate test-case number in link.test)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/link.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link.test b/tests/link.test index dda7d6b..6bff356 100644 --- a/tests/link.test +++ b/tests/link.test @@ -152,7 +152,7 @@ test link-2.8 {writing C variables from Tcl} -constraints {testlink} -setup { set uwide "0O" concat [testlink get] | $int $real $bool $string $wide $char $uchar $short $ushort $uint $long $ulong $float $uwide } -result {0 0.0 0 0 0 0 0 0 0 0 0 0 0.0 0 | 0x 0b 0 0 0O 0X 0B 0O 0x 0b 0o 0X 0B 0O} -test link-2.8 {writing C variables from Tcl} -constraints {testlink} -setup { +test link-2.9 {writing C variables from Tcl} -constraints {testlink} -setup { testlink delete } -body { testlink set 43 1.21 4 - 56785678 64 250 30000 60000 0xbaadbeef 12321 32123 3.25 1231231234 |