Skip to content

some datatype tests fail #14

Description

@teclabat

Dear Christian,

I am compiling using mingw64 on TCL86, all fine but few fail:

datatypes.test
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type
Unknown data type

==== datatypes fixed-21 FAILED
==== Contents of test case:

        vexpr {int32(tcl::mathfunc::entier(tcl::mathfunc::pow(2,32)))}

---- Result was:
-2147483648i32
---- Result should have been (exact matching):
0i32
==== datatypes FAILED


.... and some more ....


==== datatypes int-1 FAILED
==== Contents of test case:

         vexpr {int(-10**10)}

---- Result was:
-2147483648
---- Result should have been (exact matching):
-10000000000
==== datatypes FAILED

In total it looks like this:

Tests ended at Thu Nov 20 11:35:58 +0100 2025
all.tcl:        Total   251     Passed  241     Skipped 0       Failed  10

Am I doing something wrong when compiling?

Thank You!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions