public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] macro-relative.exp: Mark as unsupported if using fission
@ 2014-03-06 21:07 Doug Evans
  2014-03-24 23:05 ` Doug Evans
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Evans @ 2014-03-06 21:07 UTC (permalink / raw)
  To: gdb-patches

Hi.

A little patch I've been meaning to apply for awhile.
Fission doesn't support macros yet.

2014-03-06  Doug Evans  <dje@google.com>

	* gdb.linespec/macro-relative.exp: Mark the test as unsupported if
	using fission.

diff --git a/gdb/testsuite/gdb.linespec/macro-relative.exp b/gdb/testsuite/gdb.linespec/macro-relative.exp
index ca06dba..c160877 100644
--- a/gdb/testsuite/gdb.linespec/macro-relative.exp
+++ b/gdb/testsuite/gdb.linespec/macro-relative.exp
@@ -15,6 +15,12 @@
 
 standard_testfile
 
+# Fission doesn't support macros yet.  Bug 15954.
+if [using_fission] {
+    unsupported "fission"
+    return -1
+}
+
 set opts {debug additional_flags=-I.}
 
 get_compiler_info

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

* Re: [PATCH] macro-relative.exp: Mark as unsupported if using fission
  2014-03-06 21:07 [PATCH] macro-relative.exp: Mark as unsupported if using fission Doug Evans
@ 2014-03-24 23:05 ` Doug Evans
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Evans @ 2014-03-24 23:05 UTC (permalink / raw)
  To: gdb-patches

On Thu, Mar 6, 2014 at 1:07 PM, Doug Evans <dje@google.com> wrote:
> Hi.
>
> A little patch I've been meaning to apply for awhile.
> Fission doesn't support macros yet.
>
> 2014-03-06  Doug Evans  <dje@google.com>
>
>         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
>         using fission.

Committed.

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

end of thread, other threads:[~2014-03-24 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-06 21:07 [PATCH] macro-relative.exp: Mark as unsupported if using fission Doug Evans
2014-03-24 23:05 ` Doug Evans

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).