aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/creationtime')
-rw-r--r--tests/benchmarks/creationtime/data/dependencies.qml1
-rw-r--r--tests/benchmarks/creationtime/tst_creationtime.cpp15
2 files changed, 0 insertions, 16 deletions
diff --git a/tests/benchmarks/creationtime/data/dependencies.qml b/tests/benchmarks/creationtime/data/dependencies.qml
index 130ee37d..3ae7511b 100644
--- a/tests/benchmarks/creationtime/data/dependencies.qml
+++ b/tests/benchmarks/creationtime/data/dependencies.qml
@@ -4,6 +4,5 @@ import QtQuick.Controls.Fusion 2.12
import QtQuick.Controls.Imagine 2.12
import QtQuick.Controls.Material 2.12
import QtQuick.Controls.Universal 2.12
-import Qt.labs.calendar 1.0
Control { }
diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp
index 41d7224d..3ebd9f2c 100644
--- a/tests/benchmarks/creationtime/tst_creationtime.cpp
+++ b/tests/benchmarks/creationtime/tst_creationtime.cpp
@@ -63,9 +63,6 @@ private slots:
void universal();
void universal_data();
- void calendar();
- void calendar_data();
-
private:
QQmlEngine engine;
};
@@ -150,18 +147,6 @@ void tst_CreationTime::universal_data()
addTestRowForEachControl(&engine, "controls/universal", "QtQuick/Controls.2/Universal", QStringList() << "ApplicationWindow" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
}
-void tst_CreationTime::calendar()
-{
- QFETCH(QUrl, url);
- doBenchmark(&engine, url);
-}
-
-void tst_CreationTime::calendar_data()
-{
- QTest::addColumn<QUrl>("url");
- addTestRowForEachControl(&engine, "calendar", "Qt/labs/calendar");
-}
-
QTEST_MAIN(tst_CreationTime)
#include "tst_creationtime.moc"