summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qbytearray/qbytearray.pro4
-rw-r--r--tests/auto/qbytearray/tst_qbytearray.cpp2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/qbytearray/qbytearray.pro b/tests/auto/qbytearray/qbytearray.pro
index f195dc8..1841cf8 100644
--- a/tests/auto/qbytearray/qbytearray.pro
+++ b/tests/auto/qbytearray/qbytearray.pro
@@ -4,13 +4,13 @@ SOURCES += tst_qbytearray.cpp
QT = core
-wince*|symbian {
+wince*|symbian|qnx {
addFile.files = rfc3252.txt
addFile.path = .
DEPLOYMENT += addFile
}
-wince* {
+wince*|qnx {
DEFINES += SRCDIR=\\\"./\\\"
} else:symbian {
TARGET.EPOCHEAPSIZE="0x100 0x800000"
diff --git a/tests/auto/qbytearray/tst_qbytearray.cpp b/tests/auto/qbytearray/tst_qbytearray.cpp
index 1ac65d6..5615142 100644
--- a/tests/auto/qbytearray/tst_qbytearray.cpp
+++ b/tests/auto/qbytearray/tst_qbytearray.cpp
@@ -247,8 +247,6 @@ void tst_QByteArray::qUncompress()
QSKIP("Corrupt data causes this tests to lock up on HP-UX / PA-RISC with gcc", SkipAll);
#elif defined Q_OS_SOLARIS
QSKIP("Corrupt data causes this tests to lock up on Solaris", SkipAll);
-#elif defined Q_OS_QNX
- QSKIP("Corrupt data causes this test to lock up on QNX", SkipAll);
#endif
QByteArray res;