This is the mail archive of the gcc-bugs@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]

[Bug testsuite/65191] New: keep interesting core files and remove others


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65191

            Bug ID: 65191
           Summary: keep interesting core files and remove others
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org

If you run into a test failure, and it's hard to reproduce, you're interested
in the core file for the original failure.

If the target machine is set to generate cores with the simple name 'core', the
core you're interested in may already have been overwritten, f.i. by a
non-interesting xfail abort.

It might be a good idea to distinguish between interesting and non-interesting
cores, and keep the interesting ones.


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