mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
* gdb.cp/pr9167.exp: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
|
* gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
|
||||||
|
* gdb.cp/pr9167.exp: Likewise.
|
||||||
|
|
||||||
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
* gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
|
* gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
|
||||||
|
@ -669,6 +669,11 @@ if {$tracelevel} {
|
|||||||
|
|
||||||
if {[skip_cplus_tests]} { continue }
|
if {[skip_cplus_tests]} { continue }
|
||||||
|
|
||||||
|
# On SPU this test fails because the executable exceeds local storage size.
|
||||||
|
if { [istarget "spu*-*-*"] } {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# test running programs
|
# test running programs
|
||||||
#
|
#
|
||||||
|
@ -13,6 +13,11 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# On SPU this test fails because the executable exceeds local storage size.
|
||||||
|
if { [istarget "spu*-*-*"] } {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
set testfile pr9167
|
set testfile pr9167
|
||||||
set srcfile ${testfile}.cc
|
set srcfile ${testfile}.cc
|
||||||
if [prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}] {
|
if [prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}] {
|
||||||
|
Reference in New Issue
Block a user