| Index: gdb/testsuite/gdb.python/py-evsignal.exp
|
| diff --git a/gdb/testsuite/gdb.python/py-evsignal.exp b/gdb/testsuite/gdb.python/py-evsignal.exp
|
| index 35abddceef60dff35a3955f720c80527f29e7e55..b3c1d66defd2f17618adc389facebbfc06e22d59 100644
|
| --- a/gdb/testsuite/gdb.python/py-evsignal.exp
|
| +++ b/gdb/testsuite/gdb.python/py-evsignal.exp
|
| @@ -13,10 +13,6 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| if {[is_remote target]} {
|
| # RuntimeError: Could not find event thread
|
| kfail "python/12966" "Signal Thread 3"
|
| @@ -25,9 +21,7 @@ if {[is_remote target]} {
|
|
|
| load_lib gdb-python.exp
|
|
|
| -set testfile "py-evsignal"
|
| -set srcfile py-evthreads.c
|
| -set binfile ${objdir}/${subdir}/${testfile}
|
| +standard_testfile py-evthreads.c
|
| set pyfile ${srcdir}/${subdir}/py-events.py
|
|
|
| if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
|
|