summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QStandardPaths: de-duplicate some unittests codeAhmad Samir2023-04-221-28/+28
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-3/+66
* QStandardPaths/Unix: restore org and app names in unittestsAhmad Samir2023-04-221-7/+11
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-221-8/+10
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+99
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-2/+13
* Network tests: drop testing ftp proxy serverMårten Nordheim2023-04-203-3/+14
* tst_qnetworkreply: Don't try using ftp servers while ftp is missingMårten Nordheim2023-04-201-43/+51
* tst_QDateTime: cope with MET masquerading as CETEdward Welbourne2023-04-201-4/+22
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-4/+4
* Baseline tests: wait longer before taking a screen snapshotVolker Hilsheimer2023-04-201-2/+3
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5
* rhi: update manual test shadersLaszlo Agocs2023-04-208-4/+4
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-28/+56
* Add binary compatibility file built against 6.5.0Milla Pohjanheimo2023-04-191-0/+27329
* Remove unused variablesAmir Masoud Abdol2023-04-193-12/+0
* QDeadlineTimer: remove internal TimeReference classThiago Macieira2023-04-181-1/+1
* QDeadlineTimer: use if constexpr instead of function specializationsThiago Macieira2023-04-181-0/+8
* QDeadlineTimer: use std::chrono::steady_clock everywhereThiago Macieira2023-04-181-6/+4
* tst_QDeadlineTimer: use std::chrono_literalsThiago Macieira2023-04-181-47/+48
* tst_QDeadlineTimer: use the new QCOMPARE_xx() macrosThiago Macieira2023-04-181-164/+216
* QElapsedTimer: rewrite using std::chrono::steady_clock everywhereThiago Macieira2023-04-181-4/+18
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-183-21/+16
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-181-1/+25
* Avoid capturing same property twiceFabian Kosmale2023-04-181-0/+17
* rhi: Fix offscreen manual test's Vulkan initLaszlo Agocs2023-04-181-0/+1
* Fix another warning when comparing size_t and qsizetypeVolker Hilsheimer2023-04-181-1/+1
* tests: blacklist tst_QGraphicsEffect::draw() on WaylandLiang Qi2023-04-171-0/+2
* mimetypes/: port to qsizetypeAhmad Samir2023-04-151-1/+1
* SQL/Tests: make sure created procedures are cleaned up on exitChristian Ehrlicher2023-04-153-78/+71
* Test for QWindow getting enter/leave events when secondary window shows/hidesVolker Hilsheimer2023-04-142-0/+85
* Fix QDateTime tests in zones whose side of UTC variesEdward Welbourne2023-04-141-30/+32
* Add a manual test helper script, foreachzoneEdward Welbourne2023-04-141-0/+30
* Explain the cases where we must exclude some QDTE test casesEdward Welbourne2023-04-141-21/+24
* Skip some tests that fail in the Indian/Cocos timezoneEdward Welbourne2023-04-141-17/+18
* tst_QDateTimeParser::intermediateYear(): adapt for Indian/Cocos zoneEdward Welbourne2023-04-141-1/+3
* Correct a test's precondition on the system zoneEdward Welbourne2023-04-141-3/+9
* Fix where possible, else avoid, failures in western MexicoEdward Welbourne2023-04-141-18/+29
* Add new test-case for startOfDay_endOfDay() for Baja MexicoEdward Welbourne2023-04-141-0/+8
* Correct time zone in tst_QDateTimeEdit::stepIntoDSTGap()Edward Welbourne2023-04-141-1/+1
* Correct the start of a QDTE::stepIntoDSTGap() testEdward Welbourne2023-04-141-1/+1
* tst_QDateTimeEdit::springForward(): use u'0' instead of QLatin1Char('0')Edward Welbourne2023-04-141-4/+4
* Correct row names in tst_QDateTimeEdit::springForward_data()Edward Welbourne2023-04-141-7/+8
* tst_QDateTimeEdit: correct computation of width of gapEdward Welbourne2023-04-141-2/+15
* tst_QDateTimeEdit: Use correct zone for findSpring()'s transitionEdward Welbourne2023-04-141-1/+1
* tst_QDateTime: Remove two duplicate test casesEdward Welbourne2023-04-141-5/+0
* tst_QDateTime constructor: adapt the year check to vary yearEdward Welbourne2023-04-141-9/+11
* tst_QDate::startOfDay_endOfDay(): rename variables, add commentsEdward Welbourne2023-04-141-4/+12
* tst_QDateTime::addMSecs(): check for failure after calling helperEdward Welbourne2023-04-141-4/+9
* Name a numeric_limits locally to save verbose repetitionEdward Welbourne2023-04-141-6/+7