aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tst_qquickwindow::openglContextCreatedSignal on opensuseUlf Hermann2019-04-261-0/+3
* Blacklist tst_qquickwidget::tabKey() on opensuseUlf Hermann2019-04-261-0/+3
* Use resource path for test data on Android and iOSMitch Curtis2019-04-242-3/+10
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-4/+4
* Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-182-0/+30
* Blacklist tst_qquickapplication::active() on opensuseUlf Hermann2019-04-171-0/+3
* Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* Blacklist tst_QQuickListView::contentHeightWithDelayRemove on macos10.12Ulf Hermann2019-04-161-0/+3
* Test whether the JIT is enabled on architectures/OSes as intendedMartin Storsjö2019-04-161-0/+22
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-164-1/+6
* QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-163-0/+6
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-2/+2
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+23
* Extend blacklisting of qquickmultiponttoucharea to SLESTony Sarajärvi2019-04-111-0/+2
* Detect and reject cyclic aliasesUlf Hermann2019-04-093-0/+7
* Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+17
* If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
* In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-042-0/+63
* Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-285-0/+110
* Blacklist tst_qquickfolderlistmodel::nameFilters() on msvc2015/17Ulf Hermann2019-03-271-0/+3
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-271-0/+13
* Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
* Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-272-0/+88
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-261-20/+34
* Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
* Try to stabilize qquickrectangle testSimon Hausmann2019-03-221-4/+2
* Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-03-221-0/+0
* Fix some memory leaksSimon Hausmann2019-03-211-9/+9
* Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping for openSuseUlf Hermann2019-03-211-0/+2
* 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