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

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