aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-25 19:01:58 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-26 17:26:36 +0000
commit9d952ae34819231a25edda9fd760409ae30fdb5b (patch)
treea0c3daebb975f495f7a94220434b36f3f7efa93c /tests/auto/sanity
parent6fe4cb2e478712baadb8363b14553485c590c252 (diff)
Optimize Material CheckBox
Before: tst_ObjectCount::material(CheckBox): QQuickItems: 5 (total of QObjects: 28 ) tst_CreationTime::material():"CheckBox": 0.28 msecs per iteration (total: 72, iterations: 256) After: tst_ObjectCount::material(CheckBox): QQuickItems: 5 (total of QObjects: 19 ) tst_CreationTime::material():"CheckBox": 0.20 msecs per iteration (total: 53, iterations: 256) Change-Id: I63a76f5bfb190655237d21d68397d5dc93941fe0 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/sanity')
-rw-r--r--tests/auto/sanity/BLACKLIST2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/sanity/BLACKLIST b/tests/auto/sanity/BLACKLIST
index b28175af..3814b1f4 100644
--- a/tests/auto/sanity/BLACKLIST
+++ b/tests/auto/sanity/BLACKLIST
@@ -1,5 +1,3 @@
-[signalHandlers:material/CheckBox.qml]
-*
[signalHandlers:material/ItemDelegate.qml]
*
[signalHandlers:material/TextArea.qml]