summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui.pro2
-rw-r--r--tests/auto/host.pro2
-rw-r--r--tests/auto/other.pro3
3 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index afa6ad3a55..df161f1fb2 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -103,7 +103,7 @@ SUBDIRS=\
qlistview \
qlistwidget \
qlocale \
- #qlocalsocket \ # FIXME: uses qtscript, shouldn't be in qtbase
+ #qlocalsocket \ # FIXME: uses qtscript (QTBUG-19242)
qmacstyle \
qmainwindow \
qmatrixnxn \
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
index 2b862d2447..18d0009b8f 100644
--- a/tests/auto/host.pro
+++ b/tests/auto/host.pro
@@ -3,7 +3,7 @@ SUBDIRS=\
compiler \
headersclean \
maketestselftest \
- #moc \ # FIXME: cannot be built as part of qtbase, since it depends on qtsvg
+ #moc \ # FIXME: uses qtsvg (QTBUG-19243)
uic \
qmake \
rcc \
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index c52014a192..a84ab05104 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -10,8 +10,7 @@ SUBDIRS=\
qalgorithms \
qcombobox \
qcssparser \
- #qdatastream \ # FIXME: cannot be enabled by default in qtbase,
- # since it depends on qtsvg
+ #qdatastream \ # FIXME: uses qtsvg (QTBUG-19244)
qdir \
qfocusevent \
qimage \