FATAL error in Test Results
-
I have a unit test based on QTest as a subproject. Test results are correctly visible in "3 Application Output". I'd like to display results also in tab "9 Test Results" in Qt Creator, but I'm receiving the error:
"Failed to start test for project "XXX"
Command line: YYY
PATH:
LD_LIBRARY_PATH:
Run configuration: "XXX"
"
The problem occurs only on an embedded platform with a toolchain. Can I do anything with it?
-
Hi,
From the looks of it, the test seems to be started on your desktop machine.
It would need to be first deployed on the device.
Note that I don't know how retrieving the test results in that case is handled. -
Unfortunately, I found a reported problem on the bug reports: