This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: For help:Unexpected fail about testsuite of GCC


On Thu, 5 Jul 2018 at 15:23, U.Mutlu <um@mutluit.com> wrote:
>
> As was said in the other posting, you need to create a log file
> of the testing, and then you can analyse it (locate the failed test files etc.).
> Here's how I do it on Linux.

No it isn't. All you've done is capture the information printed to
standard output. That tells you what failed, but not why.

The testsuite creates the logs itself, you don't create them.

find `find $builddir -name testsuite -type d` -type f -name '*.log'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]