Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68839

tst_QDateTime::daylightTransitions fails on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.11.1
    • 5.11
    • Core: Date/Time
    • None
    • 9f8938b89a67ff8da148b7b865576a3d5584c610

    Description

      FAIL! : tst_QDateTime::daylightTransitions() 'test.isValid()' returned FALSE. () 
      Loc: [D:\projects\qt\clean-5.11\src\qtbase\tests\auto\corelib\tools\qdatetime\tst_qdatetime.cpp(2897)]

      It's failing in this piece of code:

       QDateTime test(QDate(2011, 3, 25), QTime(2, 0, 0));
       QVERIFY(test.isValid());
       test = test.addYears(1);
       QVERIFY(test.isValid()); // <- fail

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Eddy Edward Welbourne
            manordheim MÃ¥rten Nordheim
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes