aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/sanity/BLACKLIST28
-rw-r--r--tests/auto/sanity/sanity.pro3
2 files changed, 31 insertions, 0 deletions
diff --git a/tests/auto/sanity/BLACKLIST b/tests/auto/sanity/BLACKLIST
new file mode 100644
index 00000000..bfa3ebab
--- /dev/null
+++ b/tests/auto/sanity/BLACKLIST
@@ -0,0 +1,28 @@
+[signalHandlers:material/CheckBox.qml]
+*
+[signalHandlers:material/TextArea.qml]
+*
+[signalHandlers:material/TextField.qml]
+*
+[anchors:material/Button.qml]
+*
+[anchors:material/CheckBox.qml]
+*
+[anchors:material/RadioButton.qml]
+*
+[anchors:material/RangeSlider.qml]
+*
+[anchors:material/Slider.qml]
+*
+[anchors:material/Switch.qml]
+*
+[attachedObjects:material/CheckBox.qml]
+*
+[attachedObjects:material/RadioButton.qml]
+*
+[attachedObjects:material/RangeSlider.qml]
+*
+[attachedObjects:material/Switch.qml]
+*
+[attachedObjects:material/Slider.qml]
+*
diff --git a/tests/auto/sanity/sanity.pro b/tests/auto/sanity/sanity.pro
index 6eb87e37..3beb8fff 100644
--- a/tests/auto/sanity/sanity.pro
+++ b/tests/auto/sanity/sanity.pro
@@ -9,3 +9,6 @@ DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\"
SOURCES += \
$$PWD/tst_sanity.cpp
+
+OTHER_FILES += \
+ $$PWD/BLACKLIST