mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
gdb/testsuite/ChangeLog: * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
This commit is contained in:
@ -114,8 +114,12 @@ proc run_lang_tests {exefile lang} {
|
||||
gdb_continue_to_end
|
||||
}
|
||||
|
||||
run_lang_tests "${binfile}" "c"
|
||||
run_lang_tests "${binfile}-cxx" "c++"
|
||||
if { [run_lang_tests "${binfile}" "c"] == -1 } {
|
||||
return
|
||||
}
|
||||
if { [run_lang_tests "${binfile}-cxx" "c++"] == -1 } {
|
||||
return
|
||||
}
|
||||
|
||||
# Run various other tests.
|
||||
|
||||
|
Reference in New Issue
Block a user