forked from qt-creator/qt-creator
Debugger: Disable __gnu_cxx dumper tests for LLDB
Change-Id: I426ebf62074dc77790716e60e88348a932cbe9f6 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -2666,6 +2666,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
"h.insert(194);\n"
|
"h.insert(194);\n"
|
||||||
"h.insert(2);\n"
|
"h.insert(2);\n"
|
||||||
"h.insert(3);\n")
|
"h.insert(3);\n")
|
||||||
|
% GdbOnly()
|
||||||
% Profile("QMAKE_CXXFLAGS += -Wno-deprecated")
|
% Profile("QMAKE_CXXFLAGS += -Wno-deprecated")
|
||||||
% Check("h", "<4 items>", "__gnu__cxx::hash_set<int>")
|
% Check("h", "<4 items>", "__gnu__cxx::hash_set<int>")
|
||||||
% Check("h.0", "[0]", "194", "int")
|
% Check("h.0", "[0]", "194", "int")
|
||||||
|
|||||||
Reference in New Issue
Block a user