@@ -43,11 +43,7 @@ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=
43
43
test -f results/cgout-Test-helloworld-Check-Full
44
44
grep -q " events: Ir" results/cgout-Test-helloworld-Check-Full
45
45
test -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
51
47
52
48
# Callgrind.
53
49
RUST_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=
60
56
test -f results/clgout-Test-helloworld-Check-Full
61
57
grep -q " creator: callgrind" results/clgout-Test-helloworld-Check-Full
62
58
test -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
65
60
66
61
# DHAT: needs Valgrind 3.15, but only Valgrind 3.13 is available on GitHub.
67
62
0 commit comments