overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

runtime error in MovingPercentileTests #973

Closed JulianGro closed 4 weeks ago

JulianGro commented 1 month ago
/home/juliangro/git/overte/build/tests/shared> /home/juliangro/git/overte/build/tests/shared/shared-MovingPercentileTests
********* Start testing of MovingPercentileTests *********
Config: Using QtTest library 5.15.10, Qt 5.15.10 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.2.0), debian unknown
PASS   : MovingPercentileTests::initTestCase()
/home/juliangro/git/overte/tests/shared/src/MovingPercentileTests.cpp:44:30: runtime error: left shift of 1804289383 by 48 places cannot be represented in type 'long int'
PASS   : MovingPercentileTests::testRunningMin()
PASS   : MovingPercentileTests::testRunningMax()
PASS   : MovingPercentileTests::testRunningMedian()
PASS   : MovingPercentileTests::cleanupTestCase()
Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 228ms
********* Finished testing of MovingPercentileTests *********
*** Finished ***