[SCM] qtvirtualkeyboard packaging branch, master, updated. debian/5.9.1+dfsg-1-8-g58ceff0

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Aug 17 14:29:06 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtvirtualkeyboard.git;a=commitdiff;h=58ceff0

The following commit has been merged in the master branch:
commit 58ceff09bd575794532292fc22335cf7c4922786
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Aug 17 11:28:47 2017 -0300

    Disable failing test.
    
    Reported upstream.
---
 debian/changelog                              |  3 +++
 debian/patches/disable_test_qtbug_61279.patch | 20 ++++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9b419f7..a8f96a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtvirtualkeyboard-opensource-src (5.9.1+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Disable failing test, see https://bugreports.qt.io/browse/QTBUG-61279.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Aug 2017 11:22:26 -0300
 
 qtvirtualkeyboard-opensource-src (5.9.1+dfsg-2) unstable; urgency=medium
diff --git a/debian/patches/disable_test_qtbug_61279.patch b/debian/patches/disable_test_qtbug_61279.patch
new file mode 100644
index 0000000..696c005
--- /dev/null
+++ b/debian/patches/disable_test_qtbug_61279.patch
@@ -0,0 +1,20 @@
+Description: disable failing test
+ This test has been seen to fail, see QTBUG-61279.
+Bug-Qt: https://bugreports.qt.io/browse/QTBUG-61279
+Author: Dmitry Schanev <mitya57 at debian.org>
+
+---
+ tests/auto/inputpanel/data/tst_inputpanel.qml |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
++++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
+@@ -1619,7 +1619,7 @@ Rectangle {
+ 
+         function test_wclAutoCommitWordSetting_data() {
+             return [
+-                { wclAutoCommitWord: true },
++                /* disabled, see QTBUG-61279 { wclAutoCommitWord: true }, */
+                 { wclAutoCommitWord: false },
+             ]
+         }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..80060d2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_test_qtbug_61279.patch

-- 
qtvirtualkeyboard packaging



More information about the pkg-kde-commits mailing list