********* Start testing of tst_QSpinBox *********
Config: Using QtTest library 6.10.0, Qt 6.10.0 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_QSpinBox::initTestCase()
PASS   : tst_QSpinBox::getSetCheck()
PASS   : tst_QSpinBox::setValue(data0)
PASS   : tst_QSpinBox::setValue(data1)
PASS   : tst_QSpinBox::setValue(data2)
PASS   : tst_QSpinBox::setValue(data3)
PASS   : tst_QSpinBox::setValue(data4)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 10)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 2)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 8)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 16)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(base 0) QSpinBox::setDisplayIntegerBase: Invalid base (0)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 0)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(base -4) QSpinBox::setDisplayIntegerBase: Invalid base (-4)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base -4)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(base 40) QSpinBox::setDisplayIntegerBase: Invalid base (40)
PASS   : tst_QSpinBox::setDisplayIntegerBase(base 40)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 10)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 2)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 8)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 16)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(negative base 0) QSpinBox::setDisplayIntegerBase: Invalid base (0)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 0)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(negative base -4) QSpinBox::setDisplayIntegerBase: Invalid base (-4)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base -4)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(negative base 40) QSpinBox::setDisplayIntegerBase: Invalid base (40)
PASS   : tst_QSpinBox::setDisplayIntegerBase(negative base 40)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 10)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 2)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 8)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 16)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(0 base 0) QSpinBox::setDisplayIntegerBase: Invalid base (0)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 0)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(0 base -4) QSpinBox::setDisplayIntegerBase: Invalid base (-4)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base -4)
QWARN  : tst_QSpinBox::setDisplayIntegerBase(0 base 40) QSpinBox::setDisplayIntegerBase: Invalid base (40)
PASS   : tst_QSpinBox::setDisplayIntegerBase(0 base 40)
PASS   : tst_QSpinBox::setPrefixSuffix(data0)
PASS   : tst_QSpinBox::setPrefixSuffix(data1)
PASS   : tst_QSpinBox::setPrefixSuffix(data2)
PASS   : tst_QSpinBox::setPrefixSuffix(data3)
PASS   : tst_QSpinBox::setPrefixSuffix(data4)
PASS   : tst_QSpinBox::setPrefixSuffix(data5)
PASS   : tst_QSpinBox::setPrefixSuffix(data6)
PASS   : tst_QSpinBox::setPrefixSuffix(data7)
PASS   : tst_QSpinBox::setReadOnly()
PASS   : tst_QSpinBox::setTracking(data1)
PASS   : tst_QSpinBox::setTracking(data2)
PASS   : tst_QSpinBox::locale(data0)
PASS   : tst_QSpinBox::locale(data1)
PASS   : tst_QSpinBox::setWrapping(data0)
PASS   : tst_QSpinBox::setWrapping(data1)
PASS   : tst_QSpinBox::setWrapping(data2)
PASS   : tst_QSpinBox::setWrapping(data3)
PASS   : tst_QSpinBox::setWrapping(data4)
PASS   : tst_QSpinBox::setWrapping(data5)
PASS   : tst_QSpinBox::setWrapping(data6)
PASS   : tst_QSpinBox::setSpecialValueText(data0)
PASS   : tst_QSpinBox::setSpecialValueText(data1)
PASS   : tst_QSpinBox::setSpecialValueText(data2)
PASS   : tst_QSpinBox::setSpecialValueText(data3)
PASS   : tst_QSpinBox::setSingleStep(data0)
PASS   : tst_QSpinBox::setSingleStep(data1)
PASS   : tst_QSpinBox::setSingleStep(data2)
PASS   : tst_QSpinBox::setSingleStep(data3)
PASS   : tst_QSpinBox::setMinMax(data0)
PASS   : tst_QSpinBox::setMinMax(data1)
PASS   : tst_QSpinBox::setMinMax(data2)
PASS   : tst_QSpinBox::setMinMax(data3)
FAIL!  : tst_QSpinBox::editingFinished() 'QTest::qWaitForWindowActive(&testFocusWidget)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(932)]
PASS   : tst_QSpinBox::returnPressed()
PASS   : tst_QSpinBox::valueFromTextAndValidate(data0)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data1)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data2)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data3)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data4)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data5)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data6)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data7)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data8)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data9)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data10)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data11)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data12)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data13)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data14)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data15)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data16)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data17)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data18)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data19)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data20)
PASS   : tst_QSpinBox::valueFromTextAndValidate(data21)
PASS   : tst_QSpinBox::removeAll()
PASS   : tst_QSpinBox::startWithDash()
PASS   : tst_QSpinBox::undoRedo()
FAIL!  : tst_QSpinBox::specialValue() 'QTest::qWaitForWindowActive(&topWidget)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1120)]
PASS   : tst_QSpinBox::textFromValue()
PASS   : tst_QSpinBox::sizeHint()
PASS   : tst_QSpinBox::integerOverflow()
FAIL!  : tst_QSpinBox::taskQTBUG_5008_textFromValueAndValidate() 'QTest::qWaitForWindowActive(&spinbox)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1222)]
PASS   : tst_QSpinBox::lineEditReturnPressed()
FAIL!  : tst_QSpinBox::positiveSign() 'QTest::qWaitForWindowActive(&spinBox)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1281)]
FAIL!  : tst_QSpinBox::interpretOnLosingFocus() 'QTest::qWaitForWindowActive(&widget)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1313)]
QWARN  : tst_QSpinBox::setGroupSeparatorShown() Duplicate data tag "data3" - please rename.
PASS   : tst_QSpinBox::setGroupSeparatorShown(data0)
PASS   : tst_QSpinBox::setGroupSeparatorShown(data1)
PASS   : tst_QSpinBox::setGroupSeparatorShown(data2)
PASS   : tst_QSpinBox::setGroupSeparatorShown(data3)
PASS   : tst_QSpinBox::setGroupSeparatorShown(data3)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpNoWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpCtrlWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullUpShiftWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownNoWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownCtrlWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(fullDownShiftWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpNoWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpCtrlWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfUpShiftWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithNoKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithNoKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithNoKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithNoKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithShiftKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithShiftKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithShiftKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithShiftKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithCtrlKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithCtrlKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithCtrlKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithCtrlKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithAltKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithAltKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithAltKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithAltKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownNoWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownCtrlWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithMetaKeyboardModifierNotSynthesized)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithMetaKeyboardModifierSynthesizedBySystem)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithMetaKeyboardModifierSynthesizedByQt)
PASS   : tst_QSpinBox::wheelEvents(halfDownShiftWithMetaKeyboardModifierSynthesizedByApplication)
PASS   : tst_QSpinBox::adaptiveDecimalStep()
FAIL!  : tst_QSpinBox::stepModifierKeys(upNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(upShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierKeys(downShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1669)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(upShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierButtons(downShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1757)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(upShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downNoWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downCtrlWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downShiftWithNoKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downNoWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downCtrlWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downShiftWithShiftKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downNoWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downCtrlWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downShiftWithCtrlKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downNoWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downCtrlWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downShiftWithAltKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downNoWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downCtrlWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
FAIL!  : tst_QSpinBox::stepModifierPressAndHold(downShiftWithMetaKeyboardModifier) 'QTest::qWaitForWindowActive(&spin)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp(1846)]
PASS   : tst_QSpinBox::stepSelectAll(select all)
PASS   : tst_QSpinBox::stepSelectAll(don't select all)
PASS   : tst_QSpinBox::cleanupTestCase()
Totals: 339 passed, 95 failed, 0 skipped, 0 blacklisted, 478572ms
********* Finished testing of tst_QSpinBox *********
