gdb.linespec/macro-relative.exp: Mark the test as unsupported if using fission.
This commit is contained in:
parent
cea2f54dd9
commit
01672a570a
@ -1,3 +1,8 @@
|
||||
2014-03-24 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.linespec/macro-relative.exp: Mark the test as unsupported if
|
||||
using fission.
|
||||
|
||||
2014-03-24 Hui Zhu <hui@codesourcery.com>
|
||||
Pedro Alves <palves@redhat.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user