aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-01-05 16:44:53 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-01-08 08:47:31 +0000
commit918427086bc3ec992dc8952c33ee743c8a5b92cc (patch)
treeda9a2a66715155e5426344091eabd3d6f7cace09 /tests
parent247f19f08adfa287e9c5493ce8ffc2e3db260956 (diff)
Revert "Skip tst_qtgraphicaleffects::innerShadow on qemu"
This reverts commit 247f19f08adfa287e9c5493ce8ffc2e3db260956. QtDeclarative was fixed with 781caafe1fde71b059c0e3a42bda77ce0d7e4c2a and tests pass now. Task-number: QTBUG-65521 Change-Id: I43b2cd4be334248f35bbcf1403e668cb21129421 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro5
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp4
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 16adc08..711d2ac 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -6,8 +6,3 @@ QT += qml testlib quick
TARGET = tst_qtgraphicaleffects
SOURCES += tst_qtgraphicaleffects.cpp
-
-# QTBUG-65211
-boot2qt: {
- DEFINES += SKIP_INNERSHADOW_TEST
-}
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index 96cc3bd..5c6dcb4 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -471,10 +471,6 @@ void tst_qtgraphicaleffects::dropShadow()
void tst_qtgraphicaleffects::innerShadow()
{
-#ifdef SKIP_INNERSHADOW_TEST
- QSKIP("Skipping due to QTBUG-65211");
-#endif
-
// Creation
QString componentStr = "import QtQuick 2.0\n"
+ importSelf +