********* Start testing of tst_QPoint *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 13.3.0), ubuntu 24.04
PASS   : tst_QPoint::initTestCase()
PASS   : tst_QPoint::isNull()
PASS   : tst_QPoint::manhattanLength((0, 0))
PASS   : tst_QPoint::manhattanLength((10, 0))
PASS   : tst_QPoint::manhattanLength((0, 10))
PASS   : tst_QPoint::manhattanLength((10, 20))
PASS   : tst_QPoint::manhattanLength((-10, -20))
PASS   : tst_QPoint::getSet(0)
PASS   : tst_QPoint::getSet(INT_MIN)
PASS   : tst_QPoint::getSet(INT_MAX)
PASS   : tst_QPoint::transposed()
PASS   : tst_QPoint::toPointF((-1, -1))
PASS   : tst_QPoint::toPointF((-1, 0))
PASS   : tst_QPoint::toPointF((-1, 1))
PASS   : tst_QPoint::toPointF((0, -1))
PASS   : tst_QPoint::toPointF((0, 0))
PASS   : tst_QPoint::toPointF((0, 1))
PASS   : tst_QPoint::toPointF((1, -1))
PASS   : tst_QPoint::toPointF((1, 0))
PASS   : tst_QPoint::toPointF((1, 1))
PASS   : tst_QPoint::rx()
PASS   : tst_QPoint::ry()
PASS   : tst_QPoint::operator_add((0, 0) + (0, 0))
PASS   : tst_QPoint::operator_add((0, 9) + (1, 0))
PASS   : tst_QPoint::operator_add((INT_MIN, 0) + (1, 0))
PASS   : tst_QPoint::operator_add((INT_MAX, 0) + (-1, 0))
PASS   : tst_QPoint::operator_subtract((0, 0) - (0, 0))
PASS   : tst_QPoint::operator_subtract((0, 9) - (1, 0))
PASS   : tst_QPoint::operator_subtract((INT_MAX, 0) - (1, 0))
PASS   : tst_QPoint::operator_subtract((INT_MIN, 0) - (-1, 0))
PASS   : tst_QPoint::operator_multiply((0, 0) * 0.0)
PASS   : tst_QPoint::operator_multiply((INT_MIN, 1) * 0.5)
PASS   : tst_QPoint::operator_multiply((INT_MAX, 2) * 0.5)
PASS   : tst_QPoint::operator_multiply((0, 0) * 0)
PASS   : tst_QPoint::operator_multiply((INT_MIN + 1, 0) * -1)
PASS   : tst_QPoint::operator_multiply((INT_MAX, 0) * -1)
PASS   : tst_QPoint::operator_multiply((0, 0) * 0.0f)
PASS   : tst_QPoint::operator_multiply((INT_MIN, 0) * -0.5f)
PASS   : tst_QPoint::operator_divide((0, 0) / 1)
PASS   : tst_QPoint::operator_divide((0, 9) / 2)
PASS   : tst_QPoint::operator_divide((INT_MAX, 0) / 2)
PASS   : tst_QPoint::operator_divide((INT_MIN, 0) / -1.5)
PASS   : tst_QPoint::dotProduct((0, 0) dot (0, 0))
PASS   : tst_QPoint::dotProduct((10, 0) dot (0, 10))
PASS   : tst_QPoint::dotProduct((0, 10) dot (10, 0))
PASS   : tst_QPoint::dotProduct((10, 20) dot (-10, -20))
PASS   : tst_QPoint::dotProduct((-10, -20) dot (10, 20))
PASS   : tst_QPoint::operator_unary_plus(-(0, 0))
PASS   : tst_QPoint::operator_unary_plus(-(-1, 0))
PASS   : tst_QPoint::operator_unary_plus(-(0, -1))
PASS   : tst_QPoint::operator_unary_plus(-(-INT_MAX, INT_MAX))
PASS   : tst_QPoint::operator_unary_minus(-(0, 0))
PASS   : tst_QPoint::operator_unary_minus(-(-1, 0))
PASS   : tst_QPoint::operator_unary_minus(-(0, -1))
PASS   : tst_QPoint::operator_unary_minus(-(-INT_MAX, INT_MAX))
PASS   : tst_QPoint::operatorsCompile()
PASS   : tst_QPoint::operator_eq((0, 0) == (0, 0))
PASS   : tst_QPoint::operator_eq((-1, 0) == (-1, 0))
PASS   : tst_QPoint::operator_eq((-1, 0) != (0, 0))
PASS   : tst_QPoint::operator_eq((-1, 0) != (0, -1))
PASS   : tst_QPoint::operator_eq((1, 99999) != (-1, 99999))
PASS   : tst_QPoint::operator_eq((INT_MIN, INT_MIN) == (INT_MIN, INT_MIN))
PASS   : tst_QPoint::operator_eq((INT_MAX, INT_MAX) == (INT_MAX, INT_MAX))
PASS   : tst_QPoint::stream((0, 0))
PASS   : tst_QPoint::stream((-1, 1))
PASS   : tst_QPoint::stream((1, -1))
PASS   : tst_QPoint::stream((INT_MIN, INT_MAX))
PASS   : tst_QPoint::structuredBinding()
PASS   : tst_QPoint::cleanupTestCase()
Totals: 69 passed, 0 failed, 0 skipped, 0 blacklisted, 2ms
********* Finished testing of tst_QPoint *********
