summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-18 11:16:54 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-18 08:05:38 +0200
commitee934d6c4c013e45c9f5c9cd188df0e341d19b6d (patch)
tree8fb546f844e809a27f5304971c508b7e17efdd5a /tests
parent0f1aee99634d2f14f6137d39ecbfea1b17fb6c60 (diff)
tests: disabled failing qsharedmemory, qsystemsemaphore tests
The `lackey' helper app was disabled by ccd5228a9380fbfa308a57365e4075f90010da00, but the tests which depend on it weren't disabled - so, of course, they fail. None of these tests will work until the circular dependency is fixed (the tests are in qtbase and they depend on qtscript which depends on qtbase). Change-Id: I8e41b4182f5ea57a71ec810a30a21ba1c7217db3 Reviewed-on: http://codereview.qt.nokia.com/3122 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtipc/qtipc.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/auto/qtipc/qtipc.pro b/tests/auto/qtipc/qtipc.pro
index e7d2a55cd8..ac647e097b 100644
--- a/tests/auto/qtipc/qtipc.pro
+++ b/tests/auto/qtipc/qtipc.pro
@@ -1,5 +1,6 @@
TEMPLATE=subdirs
-SUBDIRS=\
- qsharedmemory \
- qsystemsemaphore \
-# lackey \ should be moved to QtScript
+# lackey depends on qtscript and the tests depend on lackey :(
+#SUBDIRS=\
+# qsharedmemory \
+# qsystemsemaphore \
+# lackey