diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 8d550d20222..3084db31b55 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -3568,6 +3568,8 @@ void tst_Dumpers::dumper_data() + Check("holder", "", "@QStringDataPtr") % Qt5 + Check("holder.ptr", "\"ABC\"", TypeDef("@QTypedArrayData", "@QStringData")) % Qt5 + // Note that the following breaks with LLDB 6.0 on Linux as LLDB reads + // the type wrong as "QStaticStringData<4>" + Check("sd", "\"Q\"", "@QStaticStringData<1>") % Qt5;