summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-057-203/+228
* tst_QGraphicsEffectSource: Reset repaint count after flushing eventsTor Arne Vestbø2022-11-051-1/+1
* Android: Fix qfiledialog test for emulator bump to API 24Samuel Mira2022-11-041-7/+3
* tst_QAccessibilityMac: Wait for accessible window to become availableTor Arne Vestbø2022-11-041-15/+10
* Merge Objective-C++ parts of tst_QAccessibilityMac into main source fileTor Arne Vestbø2022-11-044-257/+172
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-15/+80
* QByteArray: add erase() unittestsAhmad Samir2022-11-041-0/+28
* QString: don't detach in remove(QChar ch, Qt::CaseSensitivity cs)Ahmad Samir2022-11-041-9/+27
* QByteArray: don't detach in remove()Ahmad Samir2022-11-041-1/+8
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-10/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-03183-2962/+2965
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-031-6/+16
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-032-0/+57
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-022-1/+7
* Long live QUtf8::convertFromLatin1()!Marc Mutz2022-11-021-0/+16
* BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0Heikki Halmet2022-11-021-0/+1
* QFileInfo: add unittest for setFileTime()Ahmad Samir2022-11-011-0/+16
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-011-0/+13
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-0/+15
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-294-8/+8
* QOperatingSystemVersion: add tests for the globalsThiago Macieira2022-10-281-0/+60
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+37
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-281-0/+30
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-7/+1
* Android: delete dead code for tst_android under tests/auto/other/androidAssam Boudjelthia2022-10-263-82/+0
* tst_QFile: remove unused variable on WindowsThiago Macieira2022-10-251-1/+0
* QFile: remove unconditional QTest::qWait callsAhmad Samir2022-10-251-2/+0
* Make the `PREFIX` Parameter of the `qt_add_resources` OptionalAmir Masoud Abdol2022-10-254-0/+53
* Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Jani Heikkinen2022-10-254-26/+0
* a11y: support GetAccessibleId for at-spiHarald Sitter2022-10-251-0/+11
* SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linuxChristian Ehrlicher2022-10-241-10/+17
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-0/+101
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-0/+26
* dbus: use same type of matching quotesMaxime Roussin-Bélanger2022-10-212-10/+10
* Android: fix Android assets handler not listing dirs with only sub dirsAssam Boudjelthia2022-10-214-0/+26
* tests: skip tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget() on WaylandLiang Qi2022-10-211-0/+3
* tests: skip tst_QGraphicsProxyWidget::scrollUpdate() on WaylandLiang Qi2022-10-211-0/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-2/+2
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-1/+17
* QLibrary: fix loading multiple versions of a libraryThiago Macieira2022-10-201-0/+66
* Android: skip tessellation(Vulkan)Assam Boudjelthia2022-10-201-0/+2
* Fix typo in QWasmWindowStack's nameMikolaj Boc2022-10-201-11/+11
* tst_QTcpServer: Unblacklist addressReusableMårten Nordheim2022-10-201-4/+0
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-1/+2
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-0/+74
* tst_QLibrary: add a cleanup() method to unload left-oversThiago Macieira2022-10-191-0/+33
* tst_QSet: fix flakiness after we removed the fixed, non-zero seedThiago Macieira2022-10-181-11/+21