From bcfaddb473c5753eaab60f54a270a00f1d755cf0 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 2 Mar 2023 08:03:13 +0100 Subject: [PATCH] Debugger: Remove 'UndefinedStaticMember' test Compilers are getting increasingly better in optimizing this stuff out, it's difficult and rather unnecessary to keep track of all variations. Change-Id: I9e05d5afadc4d875dc3b61e61364cf085a825239 Reviewed-by: David Schulz --- tests/auto/debugger/tst_dumpers.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 821e5bca82e..3f2f66116f6 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -8119,17 +8119,6 @@ void tst_Dumpers::dumper_data() + Check("str", "first, second, third", "QtcDumperTest_String"); - QTest::newRow("UndefinedStaticMembers") - << Data("struct Foo { int a = 15; static int b; }; \n", - - "Foo f;", - - "&f") - - + Check("f.a", "15", "int") - + Check("f.b", "", "") % GdbEngine - + Check("f.b", "", "") % CdbEngine; - QTest::newRow("LongDouble") << Data("",