********* Start testing of tst_qmltc_qprocess *********
Config: Using QtTest library 6.13.0, Qt 6.13.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.8.5
INFO   : tst_qmltc_qprocess::initTestCase() entering
INFO   : tst_qmltc_qprocess::initTestCase() QVERIFY(!m_dataDirectory.isEmpty())
   Loc: [/Users/qt/work/qt/qtdeclarative/src/quicktestutils/qml/qmlutils.cpp(51)]
INFO   : tst_qmltc_qprocess::initTestCase() QVERIFY(QDir::setCurrent(m_directory))
   Loc: [/Users/qt/work/qt/qtdeclarative/src/quicktestutils/qml/qmlutils.cpp(54)]
INFO   : tst_qmltc_qprocess::initTestCase() QVERIFY(QDir(m_tmpPath).removeRecursively())
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(82)]
INFO   : tst_qmltc_qprocess::initTestCase() QVERIFY(QDir().mkpath(m_tmpPath))
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(83)]
PASS   : tst_qmltc_qprocess::initTestCase()
INFO   : tst_qmltc_qprocess::qmlBaseFromAnotherModule() entering
INFO   : tst_qmltc_qprocess::qmlBaseFromAnotherModule() QVERIFY(process.waitForFinished())
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(131)]
INFO   : tst_qmltc_qprocess::qmlBaseFromAnotherModule() QCOMPARE(process.exitStatus(), QProcess::NormalExit)
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(132)]
INFO   : tst_qmltc_qprocess::qmlBaseFromAnotherModule() QVERIFY(process.exitCode() != 0)
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(137)]
INFO   : tst_qmltc_qprocess::qmlBaseFromAnotherModule() QVERIFY(errors.contains( u"QmlBaseFromAnotherModule.qml:6:1: Can't compile the QML property type \"ScrollBar\" to C++ because it lives in \"QtQuick.Controls.Basic\" instead of the current file's \"QmltcQProcessTestModule\" QML module."_s))
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(254)]
FAIL!  : tst_qmltc_qprocess::qmlBaseFromAnotherModule() 'errors.contains( u"QmlBaseFromAnotherModule.qml:6:1: Can't compile the QML property type \"ScrollBar\" to C++ because it lives in \"QtQuick.Controls.Basic\" instead of the current file's \"QmltcQProcessTestModule\" QML module."_s)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(254)]
INFO   : tst_qmltc_qprocess::cleanupTestCase() entering
INFO   : tst_qmltc_qprocess::cleanupTestCase() QVERIFY(QDir(m_tmpPath).removeRecursively())
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp(90)]
PASS   : tst_qmltc_qprocess::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 384ms
********* Finished testing of tst_qmltc_qprocess *********
