File: skip_failing_test.diff

package info (click to toggle)
qtquickcontrols-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,252 kB
  • sloc: cpp: 15,660; javascript: 115; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip test_windowHeight2() which currently fails
Author: Dmitry Shachnev <mitya57@debian.org>
Bug-Upstream: https://bugreports.qt.io/browse/QTBUG-54714
Forwarded: not-needed
Last-Update: 2016-07-12

--- a/tests/auto/controls/data/tst_applicationwindow.qml
+++ b/tests/auto/controls/data/tst_applicationwindow.qml
@@ -303,6 +303,7 @@
     }
 
     function test_windowHeight2() {
+        skip("QTBUG-54714")
         var test_control = 'import QtQuick 2.2; \
         import QtQuick 2.2;                     \
         import QtQuick.Controls 1.2;            \