This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] |
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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |