summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp')
-rw-r--r--tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp b/tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp
index 106247806d..f44a29d16d 100644
--- a/tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp
+++ b/tests/benchmarks/gui/styles/qstylesheetstyle/main.cpp
@@ -166,13 +166,6 @@ void tst_qstylesheetstyle::grid()
QFETCH(bool, show);
QFETCH(int, N);
-#ifdef Q_OS_SYMBIAN
- // Symbian has limited stack (max 80k), which will run out when N >= 20 due to
- // QWidget::show() using recursion among grid labels somewhere down the line.
- if (show && N >= 20)
- QSKIP("Grid too big for device to show", SkipSingle);
-#endif
-
QWidget *w = new QWidget();
QGridLayout *layout = new QGridLayout(w);
w->setLayout(layout);