From: ak Date: Thu, 14 Jul 2016 02:14:43 +0000 (+0000) Subject: Clean up imports files in test suite X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ace90e59774d12a1561be24e2d7ad76846d275c;p=thirdparty%2Fgcc.git Clean up imports files in test suite autofdo create_gcov creates an extra .imports file. Always remove that too when running an autofdo test case. gcc/testsuite/: 2016-07-13 Andi Kleen * lib/profopt.exp (profopt-execute): Remove .imports files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238324 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 004d2c55f9e5..60c7a9d442f8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-07-13 Andi Kleen + + * lib/profopt.exp (profopt-execute): Remove .imports files. + 2016-07-13 Andi Kleen * lib/profopt.exp (profopt-execute): Always log profiler diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp index 6966d04d30d9..7e45dd448642 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -518,6 +518,7 @@ proc profopt-execute { src } { foreach ext $prof_ext { profopt-target-cleanup $tmpdir $base $ext profopt-target-cleanup $tmpdir perf data + profopt-target-cleanup $tmpdir $base "gcda.imports" } if { $status != "pass" } {