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

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