File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2583,6 +2583,8 @@ def test_inline_suppr_builddir(tmp_path):
2583
2583
__test_inline_suppr (tmp_path , ['--cppcheck-build-dir={}' .format (build_dir ), '-j1' ])
2584
2584
2585
2585
2586
+ # TODO: the suppressions are generated outside of the scope which captures the analysis information
2587
+ @pytest .mark .xfail (strict = True )
2586
2588
def test_inline_suppr_builddir_cached (tmp_path ):
2587
2589
build_dir = tmp_path / 'b1'
2588
2590
os .mkdir (build_dir )
@@ -2596,6 +2598,8 @@ def test_inline_suppr_builddir_j(tmp_path):
2596
2598
__test_inline_suppr (tmp_path , ['--cppcheck-build-dir={}' .format (build_dir ), '-j2' ])
2597
2599
2598
2600
2601
+ # TODO: the suppressions are generated outside of the scope which captures the analysis information
2602
+ @pytest .mark .xfail (strict = True )
2599
2603
def test_inline_suppr_builddir_j_cached (tmp_path ):
2600
2604
build_dir = tmp_path / 'b1'
2601
2605
os .mkdir (build_dir )
You can’t perform that action at this time.
0 commit comments