Blame SOURCES/gdb-testsuite-readline63-sigint-revert.patch

5ad05e
diff --git b/gdb/testsuite/gdb.gdb/selftest.exp a/gdb/testsuite/gdb.gdb/selftest.exp
5ad05e
index 7e6a4e1..969797a 100644
5ad05e
--- b/gdb/testsuite/gdb.gdb/selftest.exp
5ad05e
+++ a/gdb/testsuite/gdb.gdb/selftest.exp
5ad05e
@@ -451,25 +451,9 @@ proc test_with_self { executable } {
5ad05e
     }
5ad05e
     
5ad05e
     set description "send SIGINT signal to child process"
5ad05e
-    gdb_test_multiple "signal SIGINT" "$description" {
5ad05e
-	-re "^signal SIGINT\r\nContinuing with signal SIGINT.\r\nQuit\r\n" {
5ad05e
-	    pass "$description"
5ad05e
-	}
5ad05e
-    }
5ad05e
-
5ad05e
-    set description "send ^C to child process again"
5ad05e
-    send_gdb "\003"
5ad05e
-    gdb_expect {
5ad05e
-	-re "(Thread .*|Program) received signal SIGINT.*$gdb_prompt $" {
5ad05e
-	    pass "$description"
5ad05e
-	}
5ad05e
-	-re ".*$gdb_prompt $" {
5ad05e
-	    fail "$description"
5ad05e
-	}
5ad05e
-	timeout {
5ad05e
-	    fail "$description (timeout)"
5ad05e
-	}
5ad05e
-    }
5ad05e
+    gdb_test "signal SIGINT" \
5ad05e
+	"Continuing with signal SIGINT.*" \
5ad05e
+	"$description"
5ad05e
 
5ad05e
     # Switch back to the GDB thread if Guile support is linked in.
5ad05e
     # "signal SIGINT" could also switch the current thread.