File tree 10 files changed +10
-0
lines changed
10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ class TestBufferOverrun : public TestFixture {
85
85
}
86
86
87
87
void run () override {
88
+ // TODO: mNewTemplate = true;
88
89
TEST_CASE (noerr1);
89
90
TEST_CASE (noerr2);
90
91
TEST_CASE (noerr3);
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class TestCondition : public TestFixture {
43
43
"</def>";
44
44
settings1 = settingsBuilder(settings1).libraryxml(cfg).build();
45
45
46
+ // TODO: mNewTemplate = true;
46
47
TEST_CASE(assignAndCompare); // assignment and comparison don't match
47
48
TEST_CASE(mismatchingBitAnd); // overlapping bitmasks
48
49
TEST_CASE(comparison); // CheckCondition::comparison test cases
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ class TestConstructors : public TestFixture {
54
54
}
55
55
56
56
void run () override {
57
+ // TODO: mNewTemplate = true;
57
58
TEST_CASE (simple1);
58
59
TEST_CASE (simple2);
59
60
TEST_CASE (simple3);
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class TestFunctions : public TestFixture {
36
36
certainty(Certainty::inconclusive).c(Standards::C11).cpp(Standards::CPP11).library("std.cfg").library("posix.cfg").build();
37
37
38
38
void run() override {
39
+ // TODO: mNewTemplate = true;
39
40
// Prohibited functions
40
41
TEST_CASE(prohibitedFunctions_posix);
41
42
TEST_CASE(prohibitedFunctions_index);
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class TestLeakAutoVar : public TestFixture {
33
33
const Settings settings = settingsBuilder().library("std.cfg").build();
34
34
35
35
void run() override {
36
+ // TODO: mNewTemplate = true;
36
37
// Assign
37
38
TEST_CASE(assign1);
38
39
TEST_CASE(assign2);
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ class TestPreprocessor : public TestFixture {
94
94
const Settings settings0 = settingsBuilder().severity(Severity::information).build();
95
95
96
96
void run() override {
97
+ // TODO: mNewTemplate = true;
97
98
98
99
// The bug that started the whole work with the new preprocessor
99
100
TEST_CASE(Bug2190219);
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ class TestStl : public TestFixture {
35
35
/*const*/ Settings settings = settingsBuilder().severity(Severity::warning).severity(Severity::style).severity(Severity::performance).library("std.cfg").build();
36
36
37
37
void run() override {
38
+ // TODO: mNewTemplate = true;
38
39
TEST_CASE(outOfBounds);
39
40
TEST_CASE(outOfBoundsSymbolic);
40
41
TEST_CASE(outOfBoundsIndexExpression);
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class TestSuppressions : public TestFixture {
48
48
const std::string templateFormat{"{callstack}: ({severity}) {inconclusive:inconclusive: }{message}"};
49
49
50
50
void run() override {
51
+ // TODO: mNewTemplate = true;
51
52
TEST_CASE(suppressionsBadId1);
52
53
TEST_CASE(suppressionsDosFormat); // Ticket #1836
53
54
TEST_CASE(suppressionsFileNameWithColon); // Ticket #1919 - filename includes colon
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class TestTokenizer : public TestFixture {
49
49
const Settings settings_windows = settingsBuilder().library("windows.cfg").build();
50
50
51
51
void run() override {
52
+ // TODO: mNewTemplate = true;
52
53
TEST_CASE(tokenize1);
53
54
TEST_CASE(tokenize2);
54
55
TEST_CASE(tokenize4);
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class TestUninitVar : public TestFixture {
34
34
const Settings settings = settingsBuilder().library("std.cfg").build();
35
35
36
36
void run() override {
37
+ // TODO: mNewTemplate = true;
37
38
TEST_CASE(uninitvar1);
38
39
TEST_CASE(uninitvar_warn_once); // only write 1 warning at a time
39
40
TEST_CASE(uninitvar_decl); // handling various types in C and C++ files
You can’t perform that action at this time.
0 commit comments