diff options
author | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-06-09 14:55:39 +0300 |
---|---|---|
committer | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-08-15 11:45:49 +0000 |
commit | 765fdaaa86092bb034b3ac1c648be95faa413f50 (patch) | |
tree | 3406064935934b9e7b322bad30ba8579862fcec0 /tests/auto/auto.pro | |
parent | e368a651e4ce300df9c42b75841ae31154c49510 (diff) | |
download | qtlocation-765fdaaa86092bb034b3ac1c648be95faa413f50.tar.gz |
Enable tests for boot2qt
The tests for boot2qt were disabled with commit
cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb. The tests can
be enabled since qtdeclarative now fallbacks to software
renderer if OpenGL is not supported.
Also some timings needed to be relaxed for the tests to
pass when running on Qemu.
Task-number: QTBUG-60268
Change-Id: I8f933511c956b728a76870231a58ed89398a75ba
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index d97af779..1229874a 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -62,9 +62,6 @@ qtHaveModule(location) { declarative_geoshape !mac: SUBDIRS += declarative_ui - - # QTBUG-60268 - boot2qt: SUBDIRS -= declarative_ui } } |