From 3d36348a32186307ce50d748834df29abda2a951 Mon Sep 17 00:00:00 2001 From: Yury Gribov Date: Tue, 11 Jul 2017 12:23:58 +0000 Subject: [PATCH] profopt.exp: Print relative names in UNSUPPORTED AutoFDO tests. 2017-07-11 Yury Gribov * lib/profopt.exp: Print relative names in UNSUPPORTED AutoFDO tests. From-SVN: r250128 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/profopt.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 153da28e014..e604877b914 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-07-11 Yury Gribov + + * lib/profopt.exp: Print relative names in UNSUPPORTED + AutoFDO tests. + 2017-07-10 Michael Collison * gcc.target/aarch64/var_shift_mask_1.c: Fix for ILP32 diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp index 0ea8e7a048e..93bb23ce93f 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -285,7 +285,7 @@ proc auto-profopt-execute { src } { if { ! [check_profiling_available "-fauto-profile"] } { regsub "(?q)$srcdir/" $src "" testcase - unsupported "$src -fauto-profile" + unsupported "$testcase -fauto-profile" return } set profile_wrapper [profopt-perf-wrapper] @@ -451,7 +451,7 @@ proc profopt-execute { src } { verbose "Running $cmd" set id [remote_spawn "" $cmd] if { $id < 0 } { - unsupported "$src -fauto-profile: cannot run create_gcov" + unsupported "$testcase -fauto-profile: cannot run create_gcov" set status "fail" return } -- 2.30.2