Autotests w CONFIG+=parallel_test don't depend on activation or focus
authorShawn Rutledge <shawn.rutledge@digia.com>
Mon, 4 Mar 2013 13:01:02 +0000 (14:01 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 4 Mar 2013 18:47:38 +0000 (19:47 +0100)
commit5e88373c188d9afc88a09ed11c635b59a92614fe
tree3e14f2cf3735a03c4fc50b2ef521744021ae16d1
parent037c0d5d597d2e7d35e74ea1de42d4ecf16fbc6a
Autotests w CONFIG+=parallel_test don't depend on activation or focus

If the test does requestActivate() or relies on isFocusWindow(),
the test cannot be parallel_test.  Also, a lot of the tests don't
actually need the window to be active, only exposed; and waiting
only for exposed is likely to make them more stable.

Change-Id: I0845b9b12ddf7f0c8906d9738a3e26d46ab98820
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp
tests/auto/quick/qquickanimatedsprite/tst_qquickanimatedsprite.cpp
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
tests/auto/quick/qquickimage/tst_qquickimage.cpp
tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp
tests/auto/quick/qquickstates/tst_qquickstates.cpp
tests/auto/quick/qquickwindow/qquickwindow.pro
tests/auto/quick/touchmouse/tst_touchmouse.cpp