Tcl Library Source Code

View Ticket
Login
Ticket UUID: 276fc23a33ff79e3084b9f61790622299ab63cf3
Title: math not passing tests
Type: Bug Version:
Submitter: aku Created on: 2016-10-06 04:57:52
Subsystem: math Assigned To: arjenmarkus
Priority: 8 Severity: Important
Status: Closed Last Modified: 2018-01-24 20:23:36
Resolution: Out of Date Closed By: aku
    Closed on: 2018-01-24 20:23:36
Description:
 [8.4.20] math                  ~~ FAILS T  1067 P  1043 S     0 F    24
 [8.5.18] math                  ~~ FAILS T  1706 P  1702 S     0 F     4
 [8.6.4]  math                  ~~ FAILS T  1904 P  1904 S     0 F     0

math::geometry apparently requires 8.5, the tests still allow 8.4.
And other issues.
User Comments: aku added on 2018-01-24 20:23:36:
Latest runs show no problems. This is out-of-date. Closing.

aku added on 2017-08-08 00:39:53:
Still at 10 left for Tcl 8.4

aku added on 2017-05-29 21:09:18:
I rechecked (because I have 8.4.20, 8.5.18, and 8.6.4 installed).

While I still see fails for 8.4.20 (10), the fails for 8.5 look to be gone.

<pre>
  [8.4.20] math ~~ FAILS T  1363 P  1353 S     0 F    10
  [8.5.18] math ~~ Skip  T  2291 P  2291 S     0 F     0
  [8.6.4]  math ~~       T  2489 P  2489 S     0 F     0
</pre>

arjenmarkus added on 2017-05-29 19:27:07:
Changed the required patch level for math::geometry to 8.5. I do not have a Tcl version 8.5 installed at the moment, so it is not that easy to check the failures.

Again, will have to look into this.

aku added on 2017-05-29 18:41:54:
Anything new here ?

arjenmarkus added on 2016-10-06 06:38:39:
This is rather odd - I will have to check these failing tests in detail.