Skip to content

Commit 90300be

Browse files
committed
[devtools/ya/test/programs/test_tool/resolve_clang_coverage] Fail in case of processing duplucated in mc\dc and branch coverage
commit_hash:9cd14f0060d7593861f29fadbd9d34081df54864
1 parent 413cc4d commit 90300be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/go_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
FIXED_CGO1_SUFFIX = '.fixed.cgo1.go'
3030

3131
COMPILE_OPTIMIZATION_FLAGS = ('-N',)
32-
IGNORED_FLAGS = ['-fprofile-instr-generate', '-fcoverage-mapping']
32+
IGNORED_FLAGS = ('-fprofile-instr-generate', '-fcoverage-mapping', '-fcoverage-mcdc')
3333

3434

3535
def get_sanitizer_libs(peers):

0 commit comments

Comments
 (0)