aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/creation/tst_creation.cpp1
-rw-r--r--tests/benchmarks/objects/tst_objects.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/creation/tst_creation.cpp b/tests/benchmarks/creation/tst_creation.cpp
index 3fbbf3c3..0f542ab9 100644
--- a/tests/benchmarks/creation/tst_creation.cpp
+++ b/tests/benchmarks/creation/tst_creation.cpp
@@ -105,7 +105,6 @@ void tst_Creation::testControls_data()
QTest::newRow("ScrollIndicator") << QByteArray("ScrollIndicator");
#endif
QTest::newRow("Slider") << QByteArray("Slider");
- QTest::newRow("SpinBox") << QByteArray("SpinBox");
QTest::newRow("Switch") << QByteArray("Switch");
#ifndef QT_QUICK_CONTROLS_V1
QTest::newRow("TabBar") << QByteArray("TabBar");
diff --git a/tests/benchmarks/objects/tst_objects.cpp b/tests/benchmarks/objects/tst_objects.cpp
index b798cc01..96f97bd9 100644
--- a/tests/benchmarks/objects/tst_objects.cpp
+++ b/tests/benchmarks/objects/tst_objects.cpp
@@ -185,10 +185,6 @@ void tst_Objects::testCount_data()
<< QByteArray("import QtQuick.Controls 1.3; Slider { }")
<< QByteArray("import QtQuick.Controls 2.0; Slider { }");
- QTest::newRow("SpinBox")
- << QByteArray("import QtQuick.Controls 1.3; SpinBox { }")
- << QByteArray("import QtQuick.Controls 2.0; SpinBox { }");
-
QTest::newRow("StackView")
<< QByteArray("import QtQuick.Controls 1.3; StackView { }")
<< QByteArray("import QtQuick.Controls 2.0; StackView { }");