Skip perfMapFile test on Android
qmljs is not available on Android, so we skip the test Change-Id: I93655fcbcaa405edf35846a93ef1467d651a62d7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
bc30f5e23f
commit
f7156b7de9
|
@ -59,7 +59,7 @@ void tst_QV4Assembler::initTestCase()
|
|||
|
||||
void tst_QV4Assembler::perfMapFile()
|
||||
{
|
||||
#if !defined(Q_OS_LINUX)
|
||||
#if !defined(Q_OS_LINUX) || defined(Q_OS_ANDROID)
|
||||
QSKIP("perf map files are only generated on linux");
|
||||
#else
|
||||
const QString qmljs = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmljs";
|
||||
|
|
Loading…
Reference in New Issue