********* Start testing of tst_QCalendarWidget *********
Config: Using QtTest library 6.10.1, Qt 6.10.1 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_QCalendarWidget::initTestCase()
PASS   : tst_QCalendarWidget::getSetCheck()
PASS   : tst_QCalendarWidget::buttonClickCheck()
PASS   : tst_QCalendarWidget::setTextFormat()
PASS   : tst_QCalendarWidget::resetTextFormat()
PASS   : tst_QCalendarWidget::setWeekdayFormat()
PASS   : tst_QCalendarWidget::showPrevNext(showNextMonth)
PASS   : tst_QCalendarWidget::showPrevNext(showPrevMonth)
PASS   : tst_QCalendarWidget::showPrevNext(showNextYear)
PASS   : tst_QCalendarWidget::showPrevNext(showPrevYear)
PASS   : tst_QCalendarWidget::showPrevNext(showNextMonth limit)
PASS   : tst_QCalendarWidget::showPrevNext(showPreviousMonth limit)
FAIL!  : tst_QCalendarWidget::showPrevNext(showNextMonth now) Compared values are not the same
   Actual   (calWidget.monthShown())      : 10
   Expected (QDate::currentDate().month()): 11
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp(292)]
FAIL!  : tst_QCalendarWidget::showPrevNext(showNextYear now) Compared values are not the same
   Actual   (calWidget.monthShown()): 11
   Expected (expectedDate.month())  : 10
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp(298)]
FAIL!  : tst_QCalendarWidget::showPrevNext(showPrevieousMonth now) Compared values are not the same
   Actual   (calWidget.monthShown()): 10
   Expected (expectedDate.month())  : 9
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp(298)]
FAIL!  : tst_QCalendarWidget::showPrevNext(showPreviousYear now) Compared values are not the same
   Actual   (calWidget.monthShown()): 11
   Expected (expectedDate.month())  : 10
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp(298)]
FAIL!  : tst_QCalendarWidget::showPrevNext(showToday now) Compared values are not the same
   Actual   (calWidget.monthShown()): 11
   Expected (expectedDate.month())  : 10
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp(298)]
PASS   : tst_QCalendarWidget::showPrevNext(showNextMonth 31)
PASS   : tst_QCalendarWidget::showPrevNext(selectedDate)
PASS   : tst_QCalendarWidget::firstDayOfWeek()
PASS   : tst_QCalendarWidget::contentsMargins()
PASS   : tst_QCalendarWidget::cleanupTestCase()
Totals: 17 passed, 5 failed, 0 skipped, 0 blacklisted, 1128ms
********* Finished testing of tst_QCalendarWidget *********
