@@ -43,11 +43,7 @@ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=
4343test -f results/cgout-Test-helloworld-Check-Full
4444grep -q " events: Ir" results/cgout-Test-helloworld-Check-Full
4545test -f results/cgann-Test-helloworld-Check-Full
46- # The Valgrind available on on GitHub is 3.13, which doesn't support the
47- # `--show-percs=yes` option that we use. So the `cgann` file ends up empty,
48- # because `cg_annotate` errors out and produces no stdout, but `collector` does
49- # not check its exit code for failure and so does not fail itself.
50- # grep -q "PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full
46+ grep -q " PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full
5147
5248# Callgrind.
5349RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
@@ -60,8 +56,7 @@ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=
6056test -f results/clgout-Test-helloworld-Check-Full
6157grep -q " creator: callgrind" results/clgout-Test-helloworld-Check-Full
6258test -f results/clgann-Test-helloworld-Check-Full
63- # See the explanation on the `cgann` file for Cachegrind; it holds here too.
64- # grep -q "Profile data file" results/clgann-Test-helloworld-Check-Full
59+ grep -q " Profile data file" results/clgann-Test-helloworld-Check-Full
6560
6661# DHAT: needs Valgrind 3.15, but only Valgrind 3.13 is available on GitHub.
6762
0 commit comments