********* Start testing of tst_QQmlDebugJS *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_QQmlDebugJS::initTestCase()
PASS   : tst_QQmlDebugJS::connect(normal / unrestricted / custom)
PASS   : tst_QQmlDebugJS::connect(block  / unrestricted / custom)
PASS   : tst_QQmlDebugJS::connect(normal / restricted   / custom)
PASS   : tst_QQmlDebugJS::connect(block  / restricted   / custom)
PASS   : tst_QQmlDebugJS::connect(normal / unrestricted / qmlscene)
PASS   : tst_QQmlDebugJS::connect(block  / unrestricted / qmlscene)
PASS   : tst_QQmlDebugJS::connect(normal / restricted   / qmlscene)
PASS   : tst_QQmlDebugJS::connect(block  / restricted   / qmlscene)
PASS   : tst_QQmlDebugJS::interrupt(custom)
PASS   : tst_QQmlDebugJS::interrupt(qmlscene)
PASS   : tst_QQmlDebugJS::getVersion(custom)
PASS   : tst_QQmlDebugJS::getVersion(qmlscene)
PASS   : tst_QQmlDebugJS::getVersionWhenAttaching(custom)
PASS   : tst_QQmlDebugJS::getVersionWhenAttaching(qmlscene)
PASS   : tst_QQmlDebugJS::disconnect(custom)
PASS   : tst_QQmlDebugJS::disconnect(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile(qmlscene)
QWARN  : tst_QQmlDebugJS::setBreakpointInScriptOnComment(custom) waitForSignal 2stopped() timed out after 1 ms
XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnComment(custom) Relocation of breakpoints is disabled right now
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(343)]
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComment(custom)
QWARN  : tst_QQmlDebugJS::setBreakpointInScriptOnComment(qmlscene) waitForSignal 2stopped() timed out after 1 ms
XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnComment(qmlscene) Relocation of breakpoints is disabled right now
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(343)]
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComment(qmlscene)
QWARN  : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(custom) waitForSignal 2stopped() timed out after 1 ms
XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(custom) Relocation of breakpoints is disabled right now
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(364)]
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(custom)
QWARN  : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(qmlscene) waitForSignal 2stopped() timed out after 1 ms
XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(qmlscene) Relocation of breakpoints is disabled right now
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(364)]
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptWithCondition(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptWithCondition(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptThatQuits(custom)
PASS   : tst_QQmlDebugJS::setBreakpointInScriptThatQuits(qmlscene)
PASS   : tst_QQmlDebugJS::setBreakpointInJavaScript(custom / immediate)
PASS   : tst_QQmlDebugJS::setBreakpointInJavaScript(qmlscene / immediate)
PASS   : tst_QQmlDebugJS::setBreakpointInJavaScript(custom / seeded)
PASS   : tst_QQmlDebugJS::setBreakpointInJavaScript(qmlscene / seeded)
SKIP   : tst_QQmlDebugJS::setBreakpointWhenAttaching() 
The breakpoint may not hit because the engine may run in JIT mode or not have debug
instructions, as we've connected in non-blocking mode above. That means we may have
connected after the engine was already running, with all the QML already compiled.
   Loc: [/Users/qt/work/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(497)]
PASS   : tst_QQmlDebugJS::clearBreakpoint(custom)
PASS   : tst_QQmlDebugJS::clearBreakpoint(qmlscene)
PASS   : tst_QQmlDebugJS::changeBreakpoint(custom)
PASS   : tst_QQmlDebugJS::changeBreakpoint(qmlscene)
PASS   : tst_QQmlDebugJS::setExceptionBreak(custom)
PASS   : tst_QQmlDebugJS::setExceptionBreak(qmlscene)
PASS   : tst_QQmlDebugJS::stepNext(custom)
PASS   : tst_QQmlDebugJS::stepNext(qmlscene)
PASS   : tst_QQmlDebugJS::stepIn(custom)
PASS   : tst_QQmlDebugJS::stepIn(qmlscene)
PASS   : tst_QQmlDebugJS::stepOut(custom)
PASS   : tst_QQmlDebugJS::stepOut(qmlscene)
PASS   : tst_QQmlDebugJS::continueDebugging(custom)
PASS   : tst_QQmlDebugJS::continueDebugging(qmlscene)
PASS   : tst_QQmlDebugJS::backtrace(custom)
PASS   : tst_QQmlDebugJS::backtrace(qmlscene)
PASS   : tst_QQmlDebugJS::getFrameDetails(custom)
PASS   : tst_QQmlDebugJS::getFrameDetails(qmlscene)
PASS   : tst_QQmlDebugJS::getScopeDetails(custom)
PASS   : tst_QQmlDebugJS::getScopeDetails(qmlscene)
PASS   : tst_QQmlDebugJS::evaluateInGlobalScope()
PASS   : tst_QQmlDebugJS::evaluateInLocalScope(custom)
PASS   : tst_QQmlDebugJS::evaluateInLocalScope(qmlscene)
QDEBUG : tst_QQmlDebugJS::evaluateInContext() Received success == false response from application: "No debuggers available to evaluate expressions"
PASS   : tst_QQmlDebugJS::evaluateInContext()
PASS   : tst_QQmlDebugJS::getScripts(custom)
PASS   : tst_QQmlDebugJS::getScripts(qmlscene)
PASS   : tst_QQmlDebugJS::encodeQmlScope()
PASS   : tst_QQmlDebugJS::breakOnAnchor()
PASS   : tst_QQmlDebugJS::breakPointIds()
PASS   : tst_QQmlDebugJS::letConstLocals()
PASS   : tst_QQmlDebugJS::cleanupTestCase()
Totals: 70 passed, 0 failed, 1 skipped, 0 blacklisted, 13728ms
********* Finished testing of tst_QQmlDebugJS *********
