aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tst_QQuickMultiPointTouchArea::nested on opensuseUlf Hermann2019-03-211-0/+2
* QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-214-0/+25
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41
* V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-0/+26
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-204-5/+22
* Blacklist tst_QQuickListView::enforceRange_withoutHighlight on opensuseUlf Hermann2019-03-201-0/+2
* Raise timeout in QQmlPreview testUlf Hermann2019-03-201-1/+1
* Blacklist AnimatedImage::test_crashRaceCondition_replyFinished()Ulf Hermann2019-03-201-0/+2
* Blacklist tst_TouchMouse::buttonOnFlickable() on mingwUlf Hermann2019-03-201-0/+4
* Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
* Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-204-0/+42
* Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-0/+12
* Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
* Try to fix tst_qquickrectangle::gradient_separate()Ulf Hermann2019-03-151-4/+2
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+5
* Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-141-0/+22
* Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-0/+13
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-043-2/+42
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
* QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-2/+5
* QQmlExtensionPlugin test: Don't fail when detecting old pluginUlf Hermann2019-02-261-1/+4
* Blacklist tst_QQuickShortcut shortcuts and multiple on opensuseUlf Hermann2019-02-261-0/+7
* Unify and fix number to string conversion with radixUlf Hermann2019-02-251-0/+16
* V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-0/+9
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-222-30/+26
|\
| * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-212-30/+26
* | QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-0/+69
* | Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
* | QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+99
* | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-211-0/+21
|/
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-182-17/+46
* QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
* Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-172-26/+30
* PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
* Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-0/+35
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-137-13/+65
* Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
* Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
* Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
* Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* Improve error messageRainer Keller2019-02-042-2/+2
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44