diff --git a/test/testsuppressions.cpp b/test/testsuppressions.cpp index ab6b12c1a72..85432331a02 100644 --- a/test/testsuppressions.cpp +++ b/test/testsuppressions.cpp @@ -886,8 +886,9 @@ class TestSuppressions : public TestFixture { runChecks(&TestSuppressions::checkSuppressionFiles); } - void suppressionsSettingsFS() { - runChecks(&TestSuppressions::checkSuppressionFS); + static void suppressionsSettingsFS() { + // TODO + // runChecks(&TestSuppressions::checkSuppressionFS); } void suppressionsSettingsThreadsFiles() { @@ -1367,8 +1368,9 @@ class TestSuppressions : public TestFixture { suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFiles); } - void suppressingSyntaxErrorAndExitCodeFS() { - suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS); + static void suppressingSyntaxErrorAndExitCodeFS() { + // TODO + // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS); } void suppressingSyntaxErrorAndExitCodeMultiFileInternal(unsigned int (TestSuppressions::*check)(std::map &f, const std::string &)) { @@ -1384,8 +1386,9 @@ class TestSuppressions : public TestFixture { suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFiles); } - void suppressingSyntaxErrorAndExitCodeMultiFileFS() { - suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS); + static void suppressingSyntaxErrorAndExitCodeMultiFileFS() { + // TODO + // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS); } void suppressLocal() const {