Re: [PATCH] Add new tests for --completion option.

2018-07-02 Thread Martin Liška
On 06/29/2018 08:04 PM, David Malcolm wrote: On Fri, 2018-06-29 at 13:19 -0400, Eric Gallager wrote: On 6/29/18, Martin Liška wrote: Hi. I would like to add some DejaGNU tests for completion option. Ready for trunk? Martin Presumably the point of the DejaGnu tests is: (a) to give us some i

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread David Malcolm
On Fri, 2018-06-29 at 13:19 -0400, Eric Gallager wrote: > On 6/29/18, Martin Liška wrote: > > Hi. > > > > I would like to add some DejaGNU tests for completion option. > > > > Ready for trunk? > > Martin Presumably the point of the DejaGnu tests is: (a) to give us some integration testing, to c

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread Eric Gallager
On 6/29/18, Martin Liška wrote: > Hi. > > I would like to add some DejaGNU tests for completion option. > > Ready for trunk? > Martin > So, correct me if I'm wrong, but these tests would need to be updated every time a new option starting like one of those is added, right? If so, can you think of

Re: [PATCH] Add new tests for --completion option.

2018-06-29 Thread Jeff Law
Sep 17 00:00:00 2001 > From: marxin > Date: Fri, 29 Jun 2018 11:18:21 +0200 > Subject: [PATCH] Add new tests for --completion option. > > gcc/testsuite/ChangeLog: > > 2018-06-29 Martin Liska > > * gcc.dg/completion-1.c: New test. > * gcc.dg/completion-2.c: New test. > * gcc.dg/completion-3.c: New test. OK jeff

[PATCH] Add new tests for --completion option.

2018-06-29 Thread Martin Liška
Hi. I would like to add some DejaGNU tests for completion option. Ready for trunk? Martin >From a735068032aa9ce82e5f56172f1b99bc2c90ac0f Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 29 Jun 2018 11:18:21 +0200 Subject: [PATCH] Add new tests for --completion option. gcc/testsuite/Change