https://bugs.kde.org/show_bug.cgi?id=474776
--- Comment #3 from Jeffrey Walton <noloa...@gmail.com> --- I think this are the tests of interest, from the log file: ``` 11/42 Testing: oath-convert-timestep-counter 11/42 Test: oath-convert-timestep-counter Command: "/home/jwalton/keysmith/build/bin/convert-timestep-counter" Directory: /home/jwalton/keysmith/build/autotests/oath "oath-convert-timestep-counter" start time: Sep 21 19:15 EDT Output: ---------------------------------------------------------- ********* Start testing of TimeStepCountConversionTest ********* Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04 PASS : TimeStepCountConversionTest::initTestCase() PASS : TimeStepCountConversionTest::invalidCount(0 + 1 * 1000 * 9223372036854775807) PASS : TimeStepCountConversionTest::invalidCount(0 + 1 * 1000 * 18446744073709551615) PASS : TimeStepCountConversionTest::invalidCount(9223372036851175808 + 1 * 1000 * 18446744073709551615) PASS : TimeStepCountConversionTest::invalidCount(9223372036851175808 + 1 * 1000 * 18446744073709552) PASS : TimeStepCountConversionTest::invalidCount(0 + 1 * 1000 * 18446744073709551) PASS : TimeStepCountConversionTest::invalidCount(0 + 1 * 1000 * 36028797018963967) PASS : TimeStepCountConversionTest::invalidCount(0 + 1 * 1000 * 27021597764222974) PASS : TimeStepCountConversionTest::invalidCount(808 + 1 * 1000 * 9223372036854775) PASS : TimeStepCountConversionTest::validCount(0 + 30 * 1000 * 0 ... 0) PASS : TimeStepCountConversionTest::validCount(0 + 30 * 1000 * 1 ... 30000) PASS : TimeStepCountConversionTest::validCount(-30000 + 30 * 1000 * 1 ... 0) PASS : TimeStepCountConversionTest::validCount(0 + 30 * 1000 * 71582788 ... 2147483640000) PASS : TimeStepCountConversionTest::validCount(0 + 1 * 1000 * 2147483647 ... 2147483647000) PASS : TimeStepCountConversionTest::validCount(0 + 1 * 1000 * 9223372036847575 ... 9223372036847575000) PASS : TimeStepCountConversionTest::validCount(808 + 1 * 1000 * 9223372036847574 ... 9223372036847574808) PASS : TimeStepCountConversionTest::validCount(807 + 1 * 1000 * 9223372036847575 ... 9223372036847575807) FAIL! : TimeStepCountConversionTest::validCount(9223372036851175808 + 1 * 1000 * 0 ... 9223372036851175808) Compared values are not the same Actual (*result) : 292278994/08/17 02:12:55.808[EDT] Expected ("expected"): Invalid QDateTime Loc: [/home/jwalton/keysmith/autotests/oath/convert-timestep-counter.cpp(43)] PASS : TimeStepCountConversionTest::cleanupTestCase() Totals: 18 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of TimeStepCountConversionTest ********* <end of output> Test time = 0.00 sec ---------------------------------------------------------- Test Failed. "oath-convert-timestep-counter" end time: Sep 21 19:15 EDT "oath-convert-timestep-counter" time elapsed: 00:00:00 ---------------------------------------------------------- ``` -- You are receiving this mail because: You are watching all bug changes.