On Tue, Jul 28, 2020, 10:24 PM Fāng-ruì Sòng wrote:
> On Thu, May 14, 2020 at 12:16 AM Richard Biener
> wrote:
> >
> > On Wed, May 13, 2020 at 5:50 PM Fangrui Song wrote:
> > >
> > > On 2020-05-13, Eric Botcazou wrote:
> > > >> Did I mention I dislike -fsplit-dwarf? ;)
> > > >
> > > >Seconded,
On Tue, Jan 15, 2013 at 12:22 PM, Janis Johnson
wrote:
> On 01/15/2013 09:24 AM, David Blaikie wrote:
>> For some reason KFAILs weren't being summarized by
>> dg-extract-results.sh. I assume this was just an oversight, so here's
>> a patch to add it alongside all
For some reason KFAILs weren't being summarized by
dg-extract-results.sh. I assume this was just an oversight, so here's
a patch to add it alongside all the other result types.
I encountered this in the GDB test suite but was asked to submit the
change upstream to GCC as GDB would prefer to avoid
& now with an actual GCC patch, instead of the GDB one - sorry about that.
On Tue, Jan 15, 2013 at 8:31 AM, David Blaikie wrote:
> The regex to detect the beginning of a test file execution was too
> broad, matching any line beginning with "Running ". This caused
> d
The regex to detect the beginning of a test file execution was too
broad, matching any line beginning with "Running ". This caused
dg-extract-results.sh to truncate some test logs, including
gdb.base/help.exp in the GDB test suite (which tests "help running",
printing "Running the program.")
The a