aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-10-14 08:02:38 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-10-15 04:42:06 +0000
commit982344a79986a010de1a54313cdf570ffe33caa2 (patch)
treeb5d287df23190267c6de348512f0d1a3abd58ff5
parent5b325b17480748fd5c6bba25e46c3bcca5c2da9c (diff)
Dumper: Remove old workaround
This part had been added for lldb provided by Xcode 8. Even LLDB 3.10 is rather old, so probably no more necessary. Change-Id: I823ee15869cc60cb8504fa6969758b5f7c3a74ab Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index bbee83bc47..76c67e69d1 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1585,8 +1585,6 @@ void tst_Dumpers::dumper()
debugger.setWorkingDirectory(t->buildPath);
debugger.start(exe, args);
QVERIFY(debugger.waitForStarted());
- // FIXME: next line is necessary for LLDB <= 310 - remove asap
- debugger.waitForReadyRead(1000);
debugger.write(cmds.toLocal8Bit());
QVERIFY(debugger.waitForFinished());
output = debugger.readAllStandardOutput();