Attention is currently required from: Anastasia Klimchuk.
3 comments:
Commit Message:
Patch Set #6, Line 9: atexit
missing space: atexit -> at exit
Done
File tests/tests.c:
Patch Set #3, Line 140: if (!check_suffix(pathname, ".gcda") || !check_suffix(pathname, ".profraw"))
strangely llvm uses fopen in my ubuntu, but uses open in chromeos. […]
Done
File tests/tests.c:
// We detect code coverage writing the log files and defer to real io functions.
if (!check_suffix(pathname, ".gcda") || !check_suffix(pathname, ".profraw"))
io_mock_register(&real_io_mock);
Is this code needed for __wrap_fopen64?
Done
To view, visit change 69267. To unsubscribe, or for help writing mail filters, visit settings.