Replies: 2 comments
-
Yes, but as you can see |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot! Closing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about the
example1.cov.expected
file.In the above example file, it seems to me that there are 4 instructions -
add
at line 3sub
at line 4sdiv
at line 5ret
at line 6And since the above code terminates at line 5, my guess is that the coverage file should have 3 lines - lines 3, 4 and 5 as well.
But the
example1.cov.expected
file only has two lines, lines 3 and 4.Did I misunderstand the question? Any clarifications would be greatly appreciated!
Thank you.
Edit) Maybe there's an implicit requirement that the
__dbz_sanitizer__
function should be called before__coverage__
? So that it should fail before writing to the file?Beta Was this translation helpful? Give feedback.
All reactions