You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testsuppressions.cpp
+81Lines changed: 81 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,12 @@ class TestSuppressions : public TestFixture {
97
97
TEST_CASE(suppressLocal);
98
98
99
99
TEST_CASE(suppressUnmatchedSuppressions);
100
+
TEST_CASE(addSuppressionDuplicate);
101
+
TEST_CASE(updateSuppressionState);
100
102
101
103
TEST_CASE(suppressionsParseXmlFile);
104
+
105
+
TEST_CASE(toString);
102
106
}
103
107
104
108
voidsuppressionsBadId1() const {
@@ -1525,6 +1529,83 @@ class TestSuppressions : public TestFixture {
1525
1529
ASSERT_EQUALS("unknown element 'eid' in suppressions XML 'suppressparsexml.xml', expected id/fileName/lineNumber/symbolName/hash.", supprList.parseXmlFile(file.path().c_str()));
0 commit comments