aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
...
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-262-0/+4
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-11-181-0/+14
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-102-0/+19
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-288-0/+139
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-212-0/+61
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-14/+14
* Fix autotest private API part compilation for INTEGRITYTatiana Borisova2021-10-111-0/+4
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-053-0/+27
* Fix scoping of JavaScript function namesUlf Hermann2021-09-291-0/+76
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-6/+11
* tst_qqmlecmascript: Test that deferred names gets overwrittenMaximilian Goldstein2021-08-314-0/+25
* tst_qqmlecmascript: Check that parent can defer child class propertiesFabian Kosmale2021-08-264-0/+48
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-254-0/+47
* CMake: Remove obsolete qrc from testsIvan Tkachenko2021-08-161-8/+0
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-053-0/+26
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-022-0/+23
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-6/+6
* Evaluate type assertions in QMLUlf Hermann2021-05-262-0/+47
* Clean up various QML test-case scriptsEdward Welbourne2021-05-2614-212/+209
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-62/+0
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1823-234/+167
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-112-0/+67
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-112-28/+61
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-102-0/+16
* Blacklist and fix failing tests on ARM macOSTor Arne Vestbø2021-05-041-0/+2
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-224-1/+70
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-2/+2
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+87
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-2/+2
* Adjust to QObjectCompatProperty API changesFabian Kosmale2021-04-081-3/+3
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-014-0/+36
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-9/+9
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-158-1/+131
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-0/+36
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-013-0/+71
* Fix some "can be marked override" warningsAndreas Buhr2021-02-232-3/+3
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-193-0/+72
* tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbaseFabian Kosmale2021-02-011-2/+2
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+13
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-256-0/+118
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-213-0/+105
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-182-0/+23
* Remove the qmake project filesFabian Kosmale2021-01-151-21/+0
* QML: Fix proxy iterationFabian Kosmale2020-12-172-0/+39
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-034-0/+33