summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Win: QUdpSocket: Use QVarLengthArray for retrieving sizeMårten Nordheim2019-10-113-1/+90
* tst_QAbstractItemView: cleanupChristian Ehrlicher2019-10-101-384/+280
* Fix strange qmake syntaxFrederik Gladhorn2019-10-101-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1021-22/+1609
|\
| * Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-10-094-4/+4
| * rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-0/+159
| * rhi: Autotest rendering with uniform bufferLaszlo Agocs2019-10-099-0/+246
| * rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-099-0/+188
| * rhi: Enable the qrhi autotest on WinRTLaszlo Agocs2019-10-093-0/+44
| * rhi: Autotest rendering a triangleLaszlo Agocs2019-10-097-30/+239
| * rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-5/+12
| * rhi: Autotest basic texture operationsLaszlo Agocs2019-10-091-13/+395
| * rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-1/+108
| * rhi: Exercise nativeHandles() in qrhi testLaszlo Agocs2019-10-091-2/+244
| * Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-092-0/+39
|\|
| * Add libfuzzer test for QTextLayout::beginLayout()Robert Loehning2019-10-072-0/+39
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-056-14/+51
|\|
| * Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-042-12/+0
| * Add libfuzzer test for QTextDocument::setMarkdown()Robert Loehning2019-10-042-0/+38
| * Make conflicting targets check less strictJoerg Bornemann2019-10-031-1/+1
| * Prospective fix to stabilize tst_qwindow::isActive() on Windows 10Simon Hausmann2019-10-031-1/+7
| * Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+12
* | Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-044-0/+2711
* | tst_QColumnView: cleanupChristian Ehrlicher2019-10-041-146/+114
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-044-92/+114
|\|
| * Reorganise the qfloat16 auto-testEdward Welbourne2019-10-031-84/+102
| * rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-033-8/+12
* | Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-9/+9
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-0119-66/+90
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0119-66/+90
| |\|
| | * Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-304-22/+19
| | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-308-18/+36
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-308-18/+36
| | | |\
| | | | * Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
| | | | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-261-3/+3
| | | | * QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-251-7/+2
| | | | * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-0/+21
| | | | * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
| | | | * Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
| | | | * tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
| | * | | Featurize support for signaling NaNEdward Welbourne2019-09-303-0/+21
| | |/ /
| | * | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-294-25/+11
| | * | rhi: Always enable debug info printing from manual testsLaszlo Agocs2019-09-291-1/+3
* | | | Prospective fix to stabilize tst_qwindow::isActive() on Windows 10Simon Hausmann2019-10-011-1/+7
|/ / /
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-2818-13/+286
|\| |
| * | rhi: Add a --transparent option to manual testsLaszlo Agocs2019-09-2615-14/+30
| * | rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-264-0/+257
* | | tst_QListView: cleanupChristian Ehrlicher2019-09-261-44/+40
* | | tst_QItemView: cleanupChristian Ehrlicher2019-09-252-76/+86