summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-271-0/+5
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-261-0/+46
* tst_benchlibcallgrind: silence a compiler warningAhmad Samir2023-02-261-1/+1
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-251-2/+9
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-10/+60
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-232-8/+56
* tst_qmessagehandler: fix QtTest warnings about duplicate row namesThiago Macieira2023-02-231-3/+7
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
* qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 modeThiago Macieira2023-02-221-1/+1
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* Support always on top/bottom window flags on WASMMikolaj Boc2023-02-221-82/+524
* QDateTimeParser: add more unittests for the unquote() static helperAhmad Samir2023-02-221-1/+15
* SQL tests: remove unused testsChristian Ehrlicher2023-02-202-174/+0
* Android: SKIP cases failing on Android 12 CI with 16GB RAMRami Potinkara2023-02-203-0/+24
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-205-27/+56
* QString: build tst_QString::arg() without ASCII casting [13/13]Ahmad Samir2023-02-201-121/+123
* QString: build tst_QString::contructor() without ASCII casts [12/13]Ahmad Samir2023-02-201-24/+37
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-171-0/+62
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-17719-2165/+182
* QString: change unittests to compile with QT_NO_CAST_FROM_ASCII [7/13]Ahmad Samir2023-02-171-121/+143
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-171-2/+2
* QString: split toNum unittestsAhmad Samir2023-02-171-131/+216
* QString: unittests: clean-up creating a QChar[]Ahmad Samir2023-02-171-3/+5
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [3/13]Ahmad Samir2023-02-171-108/+119
* QString: build count/contains() unittests with no ASCII casting [11/13]Ahmad Samir2023-02-171-63/+98
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [9/13]Ahmad Samir2023-02-171-118/+118
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [8/13]Ahmad Samir2023-02-171-139/+139
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [6/13]Ahmad Samir2023-02-171-78/+78
* QString: split some double/Nan/Inf unittestsAhmad Samir2023-02-161-47/+77
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [5/13]Ahmad Samir2023-02-161-93/+93
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [4/13]Ahmad Samir2023-02-161-165/+183
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [2/13]Ahmad Samir2023-02-161-122/+122
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [1/13]Ahmad Samir2023-02-161-118/+117
* tst_ContainerApiSymmetry: fix -Wsign-compareMarc Mutz2023-02-161-1/+1
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+43
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-0/+44
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-0/+6
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-02-142-0/+436
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-2/+16
* Skip the tst_QStringConverter::threadSafety test on WASM temporarilyMikolaj Boc2023-02-141-0/+4
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+37
* Update recent rhi autotest to skip on D3D12 as wellLaszlo Agocs2023-02-141-1/+1
* RHI: Metal SPIRV-Cross buffer size buffersBen Fletcher2023-02-1412-1/+489
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-141-0/+7
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34