- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    Qt Creator 4.15.2
 - 
    None
 
- 
        
 - 
        bfee48ab0b74338d669773b43b8d32497f97e333 (qt-creator/qt-creator/5.0)
 
When using googletest:
consider
TEST(Test1, T)
{
 std::string s(100000, '.');
 FAIL() << s;
}
Let this test run in the IDE.
Then you have right to 'FAIL() << s;' next to line number a marking which would show the fail message as a fly over hint. But the IDE just crashs - obviously because of the long message..
And if you fix this - please show somewhere the full output of the test, in the test execution view it is already limited, Or set limits behind just some kB - maybe 1 MB?
- split to
 - 
                    
QTCREATORBUG-26122 Results may not print last line(s) for visual display
-         
 - Closed
 
 -         
 
| For Gerrit Dashboard: QTCREATORBUG-26112 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 364676,6 | TextEditor: Limit size of tool tips | 5.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |