aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-12 11:55:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-12 13:29:27 +0200
commit42dc821dd68cc63aa8300f2678639dbaacda1057 (patch)
tree4934e5f63f12e40aa750736cdb9eaa88127771af /tests/auto/qml/qqmlcomponent/data
parent57a70efe4c54bbfc8109933503c45cc43127c6ad (diff)
Improve reliability of tst_qqmlcomponent::onDestructionLookup auto test on Windows
The test relies on exact garbage collection, which we can't offer anymore. But we can use the same tricks as in qqmlecmascript to improve the changes of a successful collect significantly. Change-Id: I7b3d7eca7a9bdb551a01a5a3da80549196c45f23 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlcomponent/data')
-rw-r--r--tests/auto/qml/qqmlcomponent/data/onDestructionLookup.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlcomponent/data/onDestructionLookup.qml b/tests/auto/qml/qqmlcomponent/data/onDestructionLookup.qml
index a62d81c844..4ca6b68cf8 100644
--- a/tests/auto/qml/qqmlcomponent/data/onDestructionLookup.qml
+++ b/tests/auto/qml/qqmlcomponent/data/onDestructionLookup.qml
@@ -25,6 +25,5 @@ Item {
Component.onCompleted: {
createObject()
- gc()
}
}