~timo-jyrinki/kubuntu-packaging/qtdeclarative-opensource-src_530ubuntu10

« back to all changes in this revision

Viewing changes to debian/patches/disable_failing_tests.patch

  • Committer: Timo Jyrinki
  • Date: 2014-05-13 09:18:55 UTC
  • Revision ID: timo.jyrinki@canonical.com-20140513091855-ndgwh391sg2d4din
WIP, RC build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -ruN a/tests/auto/auto.pro b/tests/auto/auto.pro
2
2
--- a/tests/auto/auto.pro       2013-12-08 22:10:16.000000000 +0500
3
3
+++ b/tests/auto/auto.pro       2014-01-06 18:40:39.277408238 +0500
4
 
@@ -12,7 +12,7 @@
5
 
 SUBDIRS += \
 
4
@@ -4,9 +4,9 @@
 
5
-    qml \
 
6
+#    qml \
6
7
     quick \
 
8
     headersclean \
7
9
     particles \
8
 
-    qmltest
9
 
+#    qmltest (Requires OpenGL)
10
 
 }
 
10
-    qmltest \
 
11
-    qmldevtools \
 
12
+#    qmltest \ (Requires OpenGL)
 
13
+#    qmldevtools \
 
14
     cmake \
 
15
     installed_cmake
11
16
 
12
 
 installed_cmake.depends = cmake
13
17
diff -ruN a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
14
18
--- a/tests/auto/qml/debugger/debugger.pro      2013-12-08 22:10:16.000000000 +0500
15
19
+++ b/tests/auto/qml/debugger/debugger.pro      2014-01-10 11:32:16.909469326 +0500
16
 
@@ -1,14 +1,14 @@
 
20
@@ -1,16 +1,16 @@
17
21
 TEMPLATE = subdirs
18
22
 
19
23
 PUBLICTESTS += \
20
24
-    qqmlenginedebugservice \
21
 
+#    qqmlenginedebugservice \ (QTBUG-35974)
 
25
+#   qqmlenginedebugservice \ (QTBUG-35974)
22
26
     qqmldebugjs \
 
27
-    qqmlinspector \
 
28
+#    qqmlinspector \
 
29
     qqmlprofilerservice \
23
30
     qpacketprotocol \
24
 
 #    qv8profilerservice \
 
31
 #    qv4profilerservice \
25
32
 #    qdebugmessageservice \
26
33
     qqmlenginedebuginspectorintegrationtest \
27
34
     qqmlinspector \
28
 
-    qqmlprofilerservice
29
 
+#    qqmlprofilerservice (QTBUG-35923)
 
35
-    qqmlprofilerservice \
 
36
+#   qqmlprofilerservice \ (QTBUG-35923)
 
37
     qqmlenginecontrol
30
38
 
31
39
 PRIVATETESTS += \
32
 
     qqmldebugclient \
33
40
diff -ruN a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
34
41
--- a/tests/auto/quick/quick.pro        2013-12-08 22:10:17.000000000 +0500
35
42
+++ b/tests/auto/quick/quick.pro        2014-01-06 18:42:42.257411531 +0500