summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* tests: remove PlatformInputContext::filterEvent()Peter Varga2023-01-181-6/+0
* Merge integration refs/builds/qtci/dev/1673982362Qt CI Bot2023-01-182-1/+5
|\
| * tst_QHostInfo: use python3Thiago Macieira2023-01-171-1/+1
| * QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* | QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-39/+43
|/
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-161-0/+23
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-01-131-15/+24
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-133-0/+42
* tst_QPermission: add more testsMarc Mutz2023-01-131-0/+71
* QSqlRecord: add missing C++11 move SMFsMarc Mutz2023-01-131-0/+20
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Give tst_QStorageInfo a QCOMPARE_op() makeoverEdward Welbourne2023-01-131-11/+11
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-0/+44
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-131-0/+8
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* tst_Selftests: rewrite this with templates instead of macroThiago Macieira2023-01-121-33/+41
* tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-01-111-17/+25
* Use consistent collation testability criteria in corelib/textMikolaj Boc2023-01-111-2/+3
* Revert "Fix tst_QWidgetRepaintManager on XCB"Axel Spoerl2023-01-102-37/+12
* Correctly determine if posix collator is used in tst_qcollatorMikolaj Boc2023-01-101-3/+3
* Adapt the qstringbuilder test for batchingMikolaj Boc2023-01-104-20/+20
* Fix tst_QWidgetRepaintManager on XCBAxel Spoerl2023-01-102-12/+37
* tst_QSqlRecord: replace manual memory management with unique_ptrMarc Mutz2023-01-091-49/+20
* tst_Gestures: Don't accumulate global stateVolker Hilsheimer2023-01-091-19/+49
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-0/+12
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-092-0/+19
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-092-0/+23
* Fix RTA test build for INTEGRITYTatiana Borisova2023-01-091-1/+3
* QPromise: improve documentation snippetIvan Solovev2023-01-091-1/+3
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-071-2/+2
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-062-5/+5
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-061-27/+0
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-051-1/+1
* Fix two compiler warningsAhmad Samir2023-01-052-2/+2
* RCCFileInfo: get lastModified file time in UTC directlyAhmad Samir2023-01-051-1/+1
* Blacklist the QAccessibility::focusChild test on the wayland platformVolker Hilsheimer2023-01-041-0/+3
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-044-25/+25
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-0/+17
* Skip tst_QWidget::optimizedResizeMove and ..._topLevel on waylandAxel Spoerl2023-01-031-2/+16
* tests: skip tst_QComboBox::cancelClosesPopupNotDialog() on WaylandLiang Qi2023-01-031-0/+4
* Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-031-10/+8
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29