********* Start testing of tst_protobuf_repeated_qml *********
Config: Using QtTest library 6.10.1, Qt 6.10.1 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::initTestCase()
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rComplexMsg.testRepeatedComplex is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rComplexMsg.testRepeatedComplex[i] is a string)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rStrMsg.testRepeatedString is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rStrMsg.testRepeatedString[i] is a string)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rByteMsg.testRepeatedBytes is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rByteMsg.testRepeatedBytes[i] is a object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rDoubleMsg.testRepeatedDouble is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rDoubleMsg.testRepeatedDouble[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rSIntMsg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rSIntMsg.testRepeatedInt[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rSInt64Msg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rSInt64Msg.testRepeatedInt[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rUIntMsg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rUIntMsg.testRepeatedInt[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rUInt64Msg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rUInt64Msg.testRepeatedInt[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rFloatMsg.testRepeatedFloat is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rFloatMsg.testRepeatedFloat[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rBoolMsg.testRepeatedBool is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rBoolMsg.testRepeatedBool[i] is a number)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rIntMsg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rIntMsg.testRepeatedInt[i] is a object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rInt64Msg.testRepeatedInt is an object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedTypes(rInt64Msg.testRepeatedInt[i] is a object)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rComplexMsg.testRepeatedComplexData size == 2)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rStrMsg.testRepeatedString size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rStrMsg.testRepeatedString[0] == String)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rStrMsg.testRepeatedString[3] == String)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rStrMsg.testRepeatedString[2] assigned to Qwerty!)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rDoubleMsg.testRepeatedDouble size == 5)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rDoubleMsg.testRepeatedDouble[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rDoubleMsg.testRepeatedDouble[3] == 2147483648.09)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rDoubleMsg.testRepeatedDouble[4] assigned to -4567.111)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSIntMsg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSIntMsg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSIntMsg.testRepeatedInt[2] == -65536)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSInt64Msg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSInt64Msg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rSInt64Msg.testRepeatedInt[2] == -65536)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUIntMsg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUIntMsg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUIntMsg.testRepeatedInt[2] == 200)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUInt64Msg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUInt64Msg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rUInt64Msg.testRepeatedInt[2] == 200)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rFloatMsg.testRepeatedFloat size == 5)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rFloatMsg.testRepeatedFloat[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rFloatMsg.testRepeatedFloat[3] == 214748.09375)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rFloatMsg.testRepeatedFloat[4] assigned to -4567.11083984375)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rBoolMsg.testRepeatedBool size == 6)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rBoolMsg.testRepeatedBool[0] == true)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValues(rBoolMsg.testRepeatedBool[4] assigned to false)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rInt64Msg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rInt64Msg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rInt64Msg.testRepeatedInt[2] == -65536)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rIntMsg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rIntMsg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rIntMsg.testRepeatedInt[2] == -65536)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rFixedIntMsg.testRepeatedInt size == 4)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rFixedIntMsg.testRepeatedInt[0] == 0)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::test_repeatedValuesProtobufTypes(rFixedIntMsg.testRepeatedInt[2] == 2147483647)
PASS   : tst_protobuf_repeated_qml::qtprotobufRepeatedTest::cleanupTestCase()
Totals: 63 passed, 0 failed, 0 skipped, 0 blacklisted, 38ms
********* Finished testing of tst_protobuf_repeated_qml *********
