aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0029-Remove-ptests-with-SRCDIR.patch
blob: 690d491cf9e9c895d08d4c86f99c296bb5d65737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Remove ptests that leak host paths via SRCDIR
The host paths are not useful on the target and may cause security concerns.
Some auto tests run as ptests include references to external resources via
SRCDIR and fail today.

Remove the problematic tests since they won't pass completely anyway.

Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: James Minor <james.minor@ni.com>
Index: git/tests/auto/corelib/tools/tools.pro
===================================================================
--- git.orig/tests/auto/corelib/tools/tools.pro
+++ git/tests/auto/corelib/tools/tools.pro
@@ -36,7 +36,6 @@ SUBDIRS=\
     qscopedvaluerollback \
     qscopeguard \
     qset \
-    qsharedpointer \
     qsize \
     qsizef \
     qstl \
Index: git/tests/auto/other/other.pro
===================================================================
--- git.orig/tests/auto/other/other.pro
+++ git/tests/auto/other/other.pro
@@ -4,7 +4,6 @@ QT_FOR_CONFIG += gui-private
 SUBDIRS=\
    compiler \
    gestures \
-   lancelot \
    languagechange \
    macgui \
    #macnativeevents \
Index: git/tests/auto/widgets/dialogs/dialogs.pro
===================================================================
--- git.orig/tests/auto/widgets/dialogs/dialogs.pro
+++ git/tests/auto/widgets/dialogs/dialogs.pro
@@ -3,7 +3,6 @@ SUBDIRS=\
    qcolordialog \
    qdialog \
    qerrormessage \
-   qfiledialog \
    qfiledialog2 \
    qfilesystemmodel \
    qfontdialog \
Index: git/tests/auto/widgets/itemviews/itemviews.pro
===================================================================
--- git.orig/tests/auto/widgets/itemviews/itemviews.pro
+++ git/tests/auto/widgets/itemviews/itemviews.pro
@@ -3,7 +3,6 @@ SUBDIRS=\
    qabstractitemview \
    qcolumnview \
    qdatawidgetmapper \
-   qdirmodel \
    qfileiconprovider \
    qheaderview \
    qitemdelegate \