Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.3.0
-
None
-
Using Qt Creator with Qt 5.1.1, GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1, g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Description
One of my tests failed, so I tried to follow the link to the file and line number from the output window, but it doesn't work any more... I mean the ones looking like this (copy & pasted from my output window):
FAIL! : BuiApplicationTest::testCreate() test
Loc: [/home/martonb/work/qt/test/unit/auto/BuiApplicationTest/tst_buiapplicationtest.cpp(31)]
Tried all these combinations, none of them seem to work:
QVERIFY(false);
QCOMPARE(1, 2);
QFAIL("test");
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-18134 ProjectExplorer: Links inside Application Output pane do not work when application has finished
-
- Closed
-