Android: Disable QLockFile test
This test requires building a console application first, deploying this as part of the APK and then being able to execute the bundled file from the main application. Since IPC is a limited use case on Android, we just skip this test instead. Change-Id: Ie68e495ff64b69e7027924291a411b5de0e2da76 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
parent
ae55d3ea27
commit
4fec0dca87
@ -66,7 +66,9 @@ public:
|
|||||||
|
|
||||||
void tst_QLockFile::initTestCase()
|
void tst_QLockFile::initTestCase()
|
||||||
{
|
{
|
||||||
#ifdef QT_NO_PROCESS
|
#if defined(Q_OS_ANDROID) && !defined(Q_OS_ANDROID_NO_SDK)
|
||||||
|
QSKIP("This test requires deploying and running external console applications");
|
||||||
|
#elif defined(QT_NO_PROCESS)
|
||||||
QSKIP("This test requires QProcess support");
|
QSKIP("This test requires QProcess support");
|
||||||
#else
|
#else
|
||||||
// chdir to our testdata path and execute helper apps relative to that.
|
// chdir to our testdata path and execute helper apps relative to that.
|
||||||
|
Loading…
Reference in New Issue
Block a user