mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 20:03:31 +08:00
gdb.linespec/macro-relative.exp: Mark the test as unsupported if using fission.
This commit is contained in:
gdb/testsuite
@ -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>
|
2014-03-24 Hui Zhu <hui@codesourcery.com>
|
||||||
Pedro Alves <palves@redhat.com>
|
Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
@ -15,6 +15,12 @@
|
|||||||
|
|
||||||
standard_testfile
|
standard_testfile
|
||||||
|
|
||||||
|
# Fission doesn't support macros yet. Bug 15954.
|
||||||
|
if [using_fission] {
|
||||||
|
unsupported "fission"
|
||||||
|
return -1
|
||||||
|
}
|
||||||
|
|
||||||
set opts {debug additional_flags=-I.}
|
set opts {debug additional_flags=-I.}
|
||||||
|
|
||||||
get_compiler_info
|
get_compiler_info
|
||||||
|
Reference in New Issue
Block a user