Re: [PATCH] Ensure UNSUPPORTED tests in tree-prof do not report absolute, paths.

2014-03-12 Thread Jakub Jelinek
On Wed, Mar 12, 2014 at 02:39:15PM +, Marcus Shawcroft wrote: > 2014-03-12 Marcus Shawcroft > > * lib/profopt.exp (profopt-execute): Use $testcase in > unsupported. Ok, thanks. > --- a/gcc/testsuite/lib/profopt.exp > +++ b/gcc/testsuite/lib/profopt.exp > @@ -277,7 +277,7 @

[PATCH] Ensure UNSUPPORTED tests in tree-prof do not report absolute, paths.

2014-03-12 Thread Marcus Shawcroft
Hi, The test infrastructure for gcc.dg/tree-prof reports relative paths for all test outcomes except UNSUPPORTED, for which it reports the absolute path of the test case. This patch ensure a relative path is reported consistently reducing noise in regression test comparisons. I'd like this to