There are some paths of build_executable_and_dwo_files that return -1
without calling "untested". As a result, tests such as
gdb.dwarf2/fission-absolute-dwo.exp would exit without leaving a trace.
Add some untested calls to fix that.
Change-Id: I2e632b5b44b11b4beb39791316f1203f9a12bf4f
Approved-By: Tom Tromey <tom@tromey.com>
# Currently don't support compiling thread based tests here.
# If this is required then look to build_executable_from_specs
# for inspiration.
+ untested "option not supported"
return -1
}
if {[lsearch -exact $options rust] != -1} {
# Currently don't support compiling rust tests here. If this
# is required then look to build_executable_from_specs for
# inspiration.
+ untested "rust not supported"
return -1
}
# Must be run on local host due to use of objcopy.
if {[is_remote host]} {
+ untested "using remote host"
return -1
}