Commit 3d36348a by Yury Gribov Committed by Maxim Ostapenko

profopt.exp: Print relative names in UNSUPPORTED AutoFDO tests.

2017-07-11  Yury Gribov  <tetra2005@gmail.com>

	* lib/profopt.exp: Print relative names in UNSUPPORTED
	AutoFDO tests.

From-SVN: r250128
parent df27207b
2017-07-11 Yury Gribov <tetra2005@gmail.com>
* lib/profopt.exp: Print relative names in UNSUPPORTED
AutoFDO tests.
2017-07-10 Michael Collison <michael.collison@arm.com>
* gcc.target/aarch64/var_shift_mask_1.c: Fix for ILP32
......
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment