summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* tst_http2::earlyResponse - fix a flaky and somewhat broken testTimur Pocheptsov2019-02-203-1/+16
* Fix a couple of SQL testsAndy Shaw2019-02-193-6/+7
* Add cmdline feature to qmakeJoerg Bornemann2019-02-1841-90/+59
* Fix OpenGL ES2 build on LinuxJoerg Bornemann2019-02-151-1/+1
* winrt: Handle WaitForWindowExposedOliver Wolff2019-02-131-3/+0
* QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-0/+22
* Fix QSpinBox tests failing after change in the Windows QPAAndre de la Rocha2019-02-121-0/+10
* Fix warning in tst_qopengl.cppJoerg Bornemann2019-02-121-0/+2
* Fix two smaller bugs in the BiDi engineLars Knoll2019-02-092-2/+7
* Fix an assertion in the BiDi algorithmLars Knoll2019-02-091-0/+6
* Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-091-0/+6
* Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-0/+13
* Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-068-81/+2316
* Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+21
* Blacklist tst_QGraphicsItem::cursor on WinRTKari Oikarinen2019-02-061-0/+3
* Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-1/+1
* Painter path stroking: fix capping of beziers ending in tight turnsEirik Aavitsland2019-02-051-1/+27
* tst_QHeaderView: fix defaultSectionSizeTest() on High-DPI screensChristian Ehrlicher2019-02-051-1/+8
* tests: require widgets explicitlyLiang Qi2019-02-013-0/+5
* Add some missing expected_*.tap files for the testlib selftestEdward Welbourne2019-02-017-0/+248
* generate_expected_output.py: placate FutureWarning from pythonEdward Welbourne2019-01-311-1/+1
* Update bundled Freetype to 2.9.1Eskil Abrahamsen Blomfeldt2019-01-311-0/+4
* Replace executedQuery when executing a new queryJesus Fernandez2019-01-301-0/+21
* Blacklist qtimer/basic_chrono on macos due to flakinessTony Sarajärvi2019-01-301-0/+2
* Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
* testlib: Add BXPASS and BXFAILOliver Wolff2019-01-296-24/+18
* Avoid test failures in tst_qtimezone.cpp and Windows 10 1809Kai Koehne2019-01-281-2/+1
* tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-252-4/+1
* tst_qsslsocket - blacklist several test temporarilyTimur Pocheptsov2019-01-241-0/+6
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2317-23/+101390
|\
| * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
| * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0815-385/+1285
| |\
| * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-4/+32
| * | Add binary compatibility files for 5.12 for QtBaseMilla Pohjanheimo2018-12-2111-0/+101252
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-222-2/+15
* | | tst_QGraphicsItem: stabilize cursor() testChristian Ehrlicher2019-01-221-5/+3
* | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* | | tst_QPrinter: stabilize qprinter testChristian Ehrlicher2019-01-201-1/+1
* | | tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-201-25/+25
* | | Eliminate some stray misleading paths from expected output filesEdward Welbourne2019-01-165-12/+12
* | | tst_qsyntaxhighlighter: fix no-op QTRY_VERIFY checkMårten Nordheim2019-01-161-1/+2
* | | QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+19
* | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
* | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-098-9/+31
* | | Blacklist a flaky qtableview function in WinRTTony Sarajärvi2019-01-081-0/+2
| |/ |/|
* | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
* | qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2