********* Start testing of tst_QGuiVariant *********
Config: Using QtTest library 6.9.3, Qt 6.9.3 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.3.0
PASS   : tst_QGuiVariant::initTestCase()
PASS   : tst_QGuiVariant::constructor_invalid(LastGuiType + 1)
PASS   : tst_QGuiVariant::constructor_invalid(LastWidgetsType + 1)
QWARN  : tst_QGuiVariant::canConvert(Bitmap) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Bitmap)
QWARN  : tst_QGuiVariant::canConvert(Brush) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Brush)
QWARN  : tst_QGuiVariant::canConvert(Color) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Color)
QWARN  : tst_QGuiVariant::canConvert(Cursor) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Cursor)
QWARN  : tst_QGuiVariant::canConvert(Font) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Font)
QWARN  : tst_QGuiVariant::canConvert(Icon) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Icon)
QWARN  : tst_QGuiVariant::canConvert(Image) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Image)
QWARN  : tst_QGuiVariant::canConvert(KeySequence) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(KeySequence)
QWARN  : tst_QGuiVariant::canConvert(Palette) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Palette)
QWARN  : tst_QGuiVariant::canConvert(Pen) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Pen)
QWARN  : tst_QGuiVariant::canConvert(Pixmap) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Pixmap)
QWARN  : tst_QGuiVariant::canConvert(PointArray) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(PointArray)
QWARN  : tst_QGuiVariant::canConvert(Region) Trying to construct an instance of an invalid type, type id: 8192
PASS   : tst_QGuiVariant::canConvert(Region)
PASS   : tst_QGuiVariant::toInt(keysequence)
PASS   : tst_QGuiVariant::toFont(string)
PASS   : tst_QGuiVariant::toKeySequence(int)
PASS   : tst_QGuiVariant::toKeySequence(qstring)
PASS   : tst_QGuiVariant::toString(qkeysequence)
PASS   : tst_QGuiVariant::toString(qfont)
PASS   : tst_QGuiVariant::toString(qcolor)
PASS   : tst_QGuiVariant::toColor(string)
PASS   : tst_QGuiVariant::toColor(solid brush)
PASS   : tst_QGuiVariant::toColor(qbytearray)
PASS   : tst_QGuiVariant::toColor(same color)
PASS   : tst_QGuiVariant::toColor(qstring(#ff0000))
PASS   : tst_QGuiVariant::toColor(qbytearray(#ff0000))
PASS   : tst_QGuiVariant::toColor(qstring(#88112233))
PASS   : tst_QGuiVariant::toColor(qbytearray(#88112233))
PASS   : tst_QGuiVariant::toPixmap(image)
PASS   : tst_QGuiVariant::toPixmap(bitmap)
PASS   : tst_QGuiVariant::toImage(image)
PASS   : tst_QGuiVariant::toBrush(color)
PASS   : tst_QGuiVariant::toBrush(pixmap)
PASS   : tst_QGuiVariant::transform()
PASS   : tst_QGuiVariant::matrix4x4()
PASS   : tst_QGuiVariant::vector2D()
PASS   : tst_QGuiVariant::vector3D()
PASS   : tst_QGuiVariant::vector4D()
PASS   : tst_QGuiVariant::quaternion()
PASS   : tst_QGuiVariant::writeToReadFromDataStream(bitmap_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(bitmap_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(brush_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(color_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(cursor_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(font_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(pixmap_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(pixmap_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(image_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(keysequence_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(palette_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(pen_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(pointarray_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(pointarray_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(region_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(region_valid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(polygonf_invalid)
PASS   : tst_QGuiVariant::writeToReadFromDataStream(polygonf_valid)
PASS   : tst_QGuiVariant::writeToReadFromOldDataStream()
PASS   : tst_QGuiVariant::colorInteger()
PASS   : tst_QGuiVariant::invalidQColor()
PASS   : tst_QGuiVariant::validQColor()
QWARN  : tst_QGuiVariant::debugStream() Trying to construct an instance of an invalid type, type id: 4111
PASS   : tst_QGuiVariant::debugStream(QFont)
PASS   : tst_QGuiVariant::debugStream(QPixmap)
PASS   : tst_QGuiVariant::debugStream(QBrush)
PASS   : tst_QGuiVariant::debugStream(QColor)
PASS   : tst_QGuiVariant::debugStream(QPalette)
PASS   : tst_QGuiVariant::debugStream(QIcon)
PASS   : tst_QGuiVariant::debugStream(QImage)
PASS   : tst_QGuiVariant::debugStream(QPolygon)
PASS   : tst_QGuiVariant::debugStream(QRegion)
PASS   : tst_QGuiVariant::debugStream(QBitmap)
PASS   : tst_QGuiVariant::debugStream(QCursor)
PASS   : tst_QGuiVariant::debugStream(QKeySequence)
PASS   : tst_QGuiVariant::debugStream(QPen)
PASS   : tst_QGuiVariant::debugStream(QTextLength)
PASS   : tst_QGuiVariant::debugStream(QTextFormat)
PASS   : tst_QGuiVariant::debugStream(QTransform)
PASS   : tst_QGuiVariant::debugStream(QMatrix4x4)
PASS   : tst_QGuiVariant::debugStream(QVector2D)
PASS   : tst_QGuiVariant::debugStream(QVector3D)
PASS   : tst_QGuiVariant::debugStream(QVector4D)
PASS   : tst_QGuiVariant::debugStream(QQuaternion)
PASS   : tst_QGuiVariant::debugStream(QPolygonF)
PASS   : tst_QGuiVariant::debugStream(QColorSpace)
PASS   : tst_QGuiVariant::implicitConstruction()
PASS   : tst_QGuiVariant::guiVariantAtExit()
PASS   : tst_QGuiVariant::qt4QPolygonFDataStream()
PASS   : tst_QGuiVariant::cleanupTestCase()
Totals: 91 passed, 0 failed, 0 skipped, 0 blacklisted, 27ms
********* Finished testing of tst_QGuiVariant *********
