public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] [ARC] Fix warn.exp test error.
@ 2016-03-30 13:05 Claudiu Zissulescu
  2016-03-30 13:56 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Claudiu Zissulescu @ 2016-03-30 13:05 UTC (permalink / raw)
  To: binutils; +Cc: Claudiu.Zissulescu, Francois.Bedard

The file warn.exp was matching also asm-errors* files, which it should
not. Hence, this fix.

Ok to apply,
Claudiu

gas/
2016-03-30  Claudiu Zissulescu  <claziss@synopsys.com>

	* testsuite/gas/arc/warn.exp: Fix matching pattern.
---
 gas/testsuite/gas/arc/warn.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/arc/warn.exp b/gas/testsuite/gas/arc/warn.exp
index 1ba2667..ef51cbb 100644
--- a/gas/testsuite/gas/arc/warn.exp
+++ b/gas/testsuite/gas/arc/warn.exp
@@ -19,6 +19,6 @@
 if [istarget arc*-*-*] {
     load_lib gas-dg.exp
     dg-init
-    dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*warn*.s $srcdir/$subdir/*err*.s]] "" ""
+    dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*warn*.s $srcdir/$subdir/*err.s]] "" ""
     dg-finish
 }
-- 
1.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [ARC] Fix warn.exp test error.
  2016-03-30 13:05 [PATCH] [ARC] Fix warn.exp test error Claudiu Zissulescu
@ 2016-03-30 13:56 ` Nick Clifton
  2016-03-30 14:19   ` Claudiu Zissulescu
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2016-03-30 13:56 UTC (permalink / raw)
  To: Claudiu Zissulescu, binutils; +Cc: Francois.Bedard

Hi Claudiu,

> gas/
> 2016-03-30  Claudiu Zissulescu  <claziss@synopsys.com>
> 
> 	* testsuite/gas/arc/warn.exp: Fix matching pattern.

Approved - please apply.

Cheers
  Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] [ARC] Fix warn.exp test error.
  2016-03-30 13:56 ` Nick Clifton
@ 2016-03-30 14:19   ` Claudiu Zissulescu
  0 siblings, 0 replies; 3+ messages in thread
From: Claudiu Zissulescu @ 2016-03-30 14:19 UTC (permalink / raw)
  To: Nick Clifton, binutils; +Cc: Francois.Bedard

Committed. Thank you Nick,
Claudiu

> -----Original Message-----
> From: Nick Clifton [mailto:nickc@redhat.com]
> Sent: Wednesday, March 30, 2016 3:56 PM
> To: Claudiu Zissulescu; binutils@sourceware.org
> Cc: Francois.Bedard@synopsys.com
> Subject: Re: [PATCH] [ARC] Fix warn.exp test error.
> 
> Hi Claudiu,
> 
> > gas/
> > 2016-03-30  Claudiu Zissulescu  <claziss@synopsys.com>
> >
> > 	* testsuite/gas/arc/warn.exp: Fix matching pattern.
> 
> Approved - please apply.
> 
> Cheers
>   Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-30 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30 13:05 [PATCH] [ARC] Fix warn.exp test error Claudiu Zissulescu
2016-03-30 13:56 ` Nick Clifton
2016-03-30 14:19   ` Claudiu Zissulescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).