You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to run it on --release binaries and they failed with
Running "kcov" "--exclude-pattern=aom_build" "/usr/src/rav1e/target/cov/rav1e-8585560a084273d8" "/usr/src/rav1e/target/release/deps/rav1e-8585560a084273d8"
running 33 tests
kcov: Process exited with signal 4 (SIGILL) at 0x7ffff722f003
kcov: Illegal instructions are sometimes caused by some GCC versions
kcov: miscompiling C++ headers. If the problem is persistent, try running
kcov: with --verify. For more information, see
kcov: http://github.com/SimonKagstrom/kcov/issues/18
trying to run it again leads to
Coverage found the following executables: []
Running "kcov" "--merge" "--exclude-pattern=aom_build" "/usr/src/rav1e/target/cov"
The text was updated successfully, but these errors were encountered:
I wanted to run it on
--release
binaries and they failed withtrying to run it again leads to
The text was updated successfully, but these errors were encountered: