summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-1/+8
* fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-0/+8
* fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-0/+7
* fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-0/+17
* make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-131-0/+14
* make error() propagate from custom replace functionsOswald Buddenhagen2016-07-131-0/+66
* fix error() not propagating through if()Oswald Buddenhagen2016-07-131-0/+6
* QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-2/+17
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
* QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
* QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
* QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
* QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-0/+25
* Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* Testlib: generate_expected_output.py: Run in C localeFriedemann Kleint2016-07-051-0/+1
* QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-1/+26
* Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
* Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-151-4/+70
* tst_QUdpSocket - remove insignificanceTimur Pocheptsov2016-06-142-5/+19
* Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+39
* QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+27
* tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.Friedemann Kleint2016-06-102-2/+13
* Fix qplugin autotest on WindowsJoerg Bornemann2016-06-081-23/+12
* Revert "Insignifify qfileinfo on Windows, like QDir".Friedemann Kleint2016-06-081-2/+0
* Revert "Insignifify qdiriterator test"Friedemann Kleint2016-06-081-2/+0
* Re-enable tst_QDir on Windows.Friedemann Kleint2016-06-081-2/+0
* Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.Luca Bellonda2016-06-081-0/+39
* QDebug: fix streaming of QCharsMarc Mutz2016-06-081-3/+3
* tst_QFileSystemModel: Remove Win32LongFileName().Friedemann Kleint2016-06-081-18/+0
* Rewrite test tst_QDir::cdBelowRoot() to be data-driven.Friedemann Kleint2016-06-081-28/+35
* Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-061-6/+3
* Fix race condition in tst_QDBusConnection::pendingCallWhenDisconnectedThiago Macieira2016-06-061-9/+30
* tst_QTemporaryFile: Run in temporary directory.Friedemann Kleint2016-06-041-4/+4
* Remove tst_QWidget::immediateRepaintAfterShow().Friedemann Kleint2016-06-041-20/+0
* Blacklist modalDialogClosingOneOfTwoModal on OS XMorten Johan Sørvig2016-06-041-0/+2
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-0/+1
|\
* | Blacklist tst_QOpenGLWidget::stackWidgetOpaqueChildIsVisible test.Alexandru Croitor2016-06-011-0/+2
* | Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-0/+33
* | Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-011-2/+0
* | tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.Friedemann Kleint2016-05-312-12/+26
* | Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+133
* | Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-0/+17
* | Force the use of the C++11 alignof keyword instead of an extensionThiago Macieira2016-05-291-3/+4
* | tst_QNetworkReply: Un-blacklist recently fixed test.Edward Welbourne2016-05-251-4/+1
* | Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-0/+10
* | Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-0/+45
* | QMenu auto-test: Add test for two-level tearable menusGabriel de Dietrich2016-05-191-0/+46
* | QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-0/+24