Re: For help:Unexpected fail about testsuite of GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 5 Jul 2018 at 15:23, U.Mutlu <um@xxxxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux