From fe483bcaa4c5259777c7b1ea83772e041bea8738 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 30 Oct 2015 16:04:09 +0100 Subject: Add Material style Change-Id: I93662a53b42858a5b65154c5ede334182e738dde Reviewed-by: J-P Nurmi --- tests/auto/sanity/BLACKLIST | 28 ++++++++++++++++++++++++++++ tests/auto/sanity/sanity.pro | 3 +++ 2 files changed, 31 insertions(+) create mode 100644 tests/auto/sanity/BLACKLIST (limited to 'tests') 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 -- cgit v1.2.3