forked from qt-creator/qt-creator
Debugger: Remove QByteArrayData dumper test also in master branch
Turned out to be not as useful as originally thought. Change-Id: If8487357a718b75fc1168b1c79d393775bdd1702 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1070,13 +1070,6 @@ void tst_Dumpers::dumper_data()
|
||||
% Check("a.f", FloatValue("5.88545355e-44"), "float")
|
||||
% Check("a.i", "42", "int");
|
||||
|
||||
QTest::newRow("QByteArrayData")
|
||||
<< Data("#include <QByteArray>\n",
|
||||
"QByteArrayData ba;")
|
||||
% CoreProfile()
|
||||
% Check("ba", Value4(""), "@QByteArrayData")
|
||||
% Check("ba", Value5(""), "@QByteArrayData");
|
||||
|
||||
// FIXME: Merge with GDB case
|
||||
QTest::newRow("AnonymousStructLldb")
|
||||
<< Data("union {\n"
|
||||
|
||||
Reference in New Issue
Block a user