Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sigaltstack.exp
index eaf5b35004a362b080aa44190aa490df3439f092..114c3aad0455b9b1c53bbb5a985229fb3048e0e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004-2013 Free Software Foundation, Inc.
+# Copyright 2004-2019 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # such a stack.
 
 if [target_info exists gdb,nosignals] {
-    verbose "Skipping signals.exp because of nosignals."
+    verbose "Skipping sigaltstack.exp because of nosignals."
     continue
 }
 
 
-set testfile sigaltstack
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .c
+
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "Couldn't compile ${srcfile}.c"
+    untested "failed to compile"
     return -1
 }
 
 # get things started
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${binfile}
 
 # Pass all the alarms straight through (but verbosely)
 gdb_test "handle SIGALRM print pass nostop"
@@ -48,8 +44,9 @@ gdb_test "handle SIGVTALRM print pass nostop"
 gdb_test "handle SIGPROF print pass nostop"
 
 # Advance to main
-if { ![runto_main] } then {
-    gdb_suppress_tests;
+if ![runto_main] then {
+    fail "can't run to main"
+    return 0
 }
 
 # Stop in handle, when at the inner most level
@@ -78,8 +75,9 @@ proc finish_test { pattern msg } {
            # Some platforms use a special read-only page for signal
            # trampolines.  We can't set a breakpoint there, and we
            # don't gracefully fall back to single-stepping.
-           setup_kfail gdb/1736 "i?86-*-linux*"
-           setup_kfail gdb/1736 "*-*-openbsd*"
+           setup_kfail gdb/8841 "i?86-*-linux*"
+           setup_kfail gdb/8841 "*-*-openbsd*"
+           setup_kfail gdb/8841 "nios2-*-linux*"
            fail "$msg (could not set breakpoint)"
        }
        -re "$pattern.*${gdb_prompt} $" {
This page took 0.027954 seconds and 4 git commands to generate.