Community
Participate
Working Groups
- on some platforms 64 bit integers are not supported as type, therefore we support currently only integer types <= 32 bit - currently for output of the expected/actual values all integers are casted to etInt32 and etUInt32 -> on some platforms printf for 64 bit integer is not supported - do we really need 64 bit integers for testing, or could we live with a cast in the assert? -> 64 bit types can be tested but not in full range - for the c runtime we do not need 64 bit types and should avoid them completely for portability reasons
*** Bug 372597 has been marked as a duplicate of this bug. ***
outdated bug - re-open if still relevant