From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schwab To: gdb-patches@cygnus.com Subject: gdb.base/solib_threshold.exp is useless Date: Mon, 25 Jan 1999 02:09:00 -0000 Message-id: X-SW-Source: 1999-01/msg00022.html The tests in gdb.base/solib_threshold.exp are completely useless on anything but hppa-hpux. It should probably be moved to gdb.hp. 1999-01-24 Andreas Schwab * gdb.base/solib_threshold.exp: Do nothing if not hppa-hpux. --- gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp.~1~ Sat Jan 23 16:13:03 1999 +++ gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp Sun Jan 24 02:23:21 1999 @@ -29,6 +29,11 @@ return } +# This is useless on anything but HP-SUX. +if ![istarget "hppa*-hp-hpux*"] then { + return +} + set testfile "solib_threshold" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -- Andreas Schwab "And now for something schwab@issan.cs.uni-dortmund.de completely different" schwab@gnu.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schwab To: gdb-patches@cygnus.com Subject: gdb.base/solib_threshold.exp is useless Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: X-SW-Source: 1999-q1/msg00022.html Message-ID: <19990401000000.diTjTPdO3wjDz0zHHbeSwjFHhxb-TX5d2sZ7-XDofWM@z> The tests in gdb.base/solib_threshold.exp are completely useless on anything but hppa-hpux. It should probably be moved to gdb.hp. 1999-01-24 Andreas Schwab * gdb.base/solib_threshold.exp: Do nothing if not hppa-hpux. --- gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp.~1~ Sat Jan 23 16:13:03 1999 +++ gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp Sun Jan 24 02:23:21 1999 @@ -29,6 +29,11 @@ return } +# This is useless on anything but HP-SUX. +if ![istarget "hppa*-hp-hpux*"] then { + return +} + set testfile "solib_threshold" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -- Andreas Schwab "And now for something schwab@issan.cs.uni-dortmund.de completely different" schwab@gnu.org