This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

diffgdbdaymail 20141203


--- 20141202Build-gdbgit-f20/fedora-20-x86_64/out/gdb-m32.sum	2014-12-02 08:28:31.875354846 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f20/fedora-20-x86_64/out/gdb-m32.sum	2014-12-03 08:03:04.242697522 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-f20/fedora-20-x86_64/out/gdb-m64.sum	2014-12-02 08:28:31.892354849 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f20/fedora-20-x86_64/out/gdb-m64.sum	2014-12-03 08:03:04.260697071 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-f20/fedora-20-i386/out/gdb-m32.sum	2014-12-02 08:21:43.132292438 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f20/fedora-20-i386/out/gdb-m32.sum	2014-12-03 07:56:11.920780890 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-f21/fedora-21-x86_64/out/gdb-m32.sum	2014-12-02 07:47:09.379975815 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f21/fedora-21-x86_64/out/gdb-m32.sum	2014-12-03 07:21:48.112840503 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-f21/fedora-21-x86_64/out/gdb-m64.sum	2014-12-02 07:47:09.398975818 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f21/fedora-21-x86_64/out/gdb-m64.sum	2014-12-03 07:21:48.129840494 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-f21/fedora-21-i386/out/gdb-m32.sum	2014-12-02 07:40:14.917912534 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-f21/fedora-21-i386/out/gdb-m32.sum	2014-12-03 07:14:51.766054266 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gcc49-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-02 11:52:37.852768209 +0100
--- GIT commit d5552aabd6c68147421819577108b51ff25ea064
+++ 20141203Build-gdbgit-gcc49-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-03 11:25:05.405264178 +0100
+++ GIT commit 2d7bb7580ac174127f8ae127ebc4156a91035fc0

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-FAIL: gdb.ada/operator_bp.exp: break "+"
-FAIL: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-FAIL: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gcc49-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-02 11:52:37.868767870 +0100
--- GIT commit d5552aabd6c68147421819577108b51ff25ea064
+++ 20141203Build-gdbgit-gcc49-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-03 11:25:05.426264177 +0100
+++ GIT commit 2d7bb7580ac174127f8ae127ebc4156a91035fc0

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-FAIL: gdb.ada/operator_bp.exp: break "+"
-FAIL: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-FAIL: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-f21/fedora-21-x86_64/out/gdb-m32.sum	2014-12-02 08:50:27.123555660 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-f21/fedora-21-x86_64/out/gdb-m32.sum	2014-12-03 08:24:23.878951491 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-f21/fedora-21-x86_64/out/gdb-m64.sum	2014-12-02 08:50:27.141555663 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-f21/fedora-21-x86_64/out/gdb-m64.sum	2014-12-03 08:24:23.895951490 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-f21/fedora-21-i386/out/gdb-m32.sum	2014-12-02 08:42:10.119479777 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-f21/fedora-21-i386/out/gdb-m32.sum	2014-12-03 08:16:29.946841633 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-02 09:12:21.977756414 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-03 08:46:05.790288549 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-02 09:12:21.990756416 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-03 08:46:05.804288167 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-gdbserver-rawhide/fedora-rawhide-i386/out/gdb-m32.sum	2014-12-02 09:04:04.002680382 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-gdbserver-rawhide/fedora-rawhide-i386/out/gdb-m32.sum	2014-12-03 08:38:19.234891954 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-02 08:08:00.093166776 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-rawhide/fedora-rawhide-x86_64/out/gdb-m32.sum	2014-12-03 07:42:50.567192326 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-02 08:08:00.115166779 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-rawhide/fedora-rawhide-x86_64/out/gdb-m64.sum	2014-12-03 07:42:50.584192317 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
--- 20141202Build-gdbgit-rawhide/fedora-rawhide-i386/out/gdb-m32.sum	2014-12-02 08:01:01.152102811 +0100
--- GIT commit 870c90bb8af2464b2f8505766d5a7c5831673cba
+++ 20141203Build-gdbgit-rawhide/fedora-rawhide-i386/out/gdb-m32.sum	2014-12-03 07:35:46.380410115 +0100
+++ GIT commit fd9edc908915788839e7605e2fe4c00f4b3eb3db

#gdb.ada/operator_bp.exp
 Running gdb/testsuite/gdb.ada/operator_bp.exp ...
 PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
 PASS: gdb.ada/operator_bp.exp: set debug-file-directory
-PASS: gdb.ada/operator_bp.exp: break "+"
-PASS: gdb.ada/operator_bp.exp: break "-"
-PASS: gdb.ada/operator_bp.exp: break "*"
-PASS: gdb.ada/operator_bp.exp: break "/"
-PASS: gdb.ada/operator_bp.exp: break "mod"
-PASS: gdb.ada/operator_bp.exp: break "rem"
-PASS: gdb.ada/operator_bp.exp: break "**"
-PASS: gdb.ada/operator_bp.exp: break "<"
-PASS: gdb.ada/operator_bp.exp: break "<="
-PASS: gdb.ada/operator_bp.exp: break ">"
-PASS: gdb.ada/operator_bp.exp: break ">="
-PASS: gdb.ada/operator_bp.exp: break "="
-PASS: gdb.ada/operator_bp.exp: break "and"
-PASS: gdb.ada/operator_bp.exp: break "or"
-PASS: gdb.ada/operator_bp.exp: break "xor"
-PASS: gdb.ada/operator_bp.exp: break "&"
-PASS: gdb.ada/operator_bp.exp: break "abs"
-PASS: gdb.ada/operator_bp.exp: break "not"
-PASS: gdb.ada/operator_bp.exp: continue to "+"
-PASS: gdb.ada/operator_bp.exp: continue to "-"
-PASS: gdb.ada/operator_bp.exp: continue to "*"
-PASS: gdb.ada/operator_bp.exp: continue to "/"
-PASS: gdb.ada/operator_bp.exp: continue to "mod"
-PASS: gdb.ada/operator_bp.exp: continue to "rem"
-PASS: gdb.ada/operator_bp.exp: continue to "**"
-PASS: gdb.ada/operator_bp.exp: continue to "<"
-PASS: gdb.ada/operator_bp.exp: continue to "<="
-PASS: gdb.ada/operator_bp.exp: continue to ">"
-PASS: gdb.ada/operator_bp.exp: continue to ">="
-PASS: gdb.ada/operator_bp.exp: continue to "="
-PASS: gdb.ada/operator_bp.exp: continue to "and"
-PASS: gdb.ada/operator_bp.exp: continue to "or"
-PASS: gdb.ada/operator_bp.exp: continue to "xor"
-PASS: gdb.ada/operator_bp.exp: continue to "&"
-PASS: gdb.ada/operator_bp.exp: continue to "abs"
-PASS: gdb.ada/operator_bp.exp: continue to "not"
+FAIL: gdb.ada/operator_bp.exp: break "+" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "-" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "*" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "/" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "mod" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "rem" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "**" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "<=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break ">=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "=" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "and" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "or" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "xor" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "&" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "abs" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: break "not" (got interactive prompt)
+FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program exited)
+FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
+FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
 PASS: gdb.ada/operator_bp.exp: break ops."+"
 PASS: gdb.ada/operator_bp.exp: break ops."-"
 PASS: gdb.ada/operator_bp.exp: break ops."*"
 PASS: gdb.ada/operator_bp.exp: break ops."/"
 PASS: gdb.ada/operator_bp.exp: break ops."mod"
 PASS: gdb.ada/operator_bp.exp: break ops."rem"
 PASS: gdb.ada/operator_bp.exp: break ops."**"
 PASS: gdb.ada/operator_bp.exp: break ops."<"
 PASS: gdb.ada/operator_bp.exp: break ops."<="
 PASS: gdb.ada/operator_bp.exp: break ops.">"
 PASS: gdb.ada/operator_bp.exp: break ops.">="
 PASS: gdb.ada/operator_bp.exp: break ops."="
 PASS: gdb.ada/operator_bp.exp: break ops."and"
 PASS: gdb.ada/operator_bp.exp: break ops."or"
 PASS: gdb.ada/operator_bp.exp: break ops."xor"
 PASS: gdb.ada/operator_bp.exp: break ops."&"
 PASS: gdb.ada/operator_bp.exp: break ops."abs"
 PASS: gdb.ada/operator_bp.exp: break ops."not"
 PASS: gdb.ada/operator_bp.exp: continue to ops."+"
 PASS: gdb.ada/operator_bp.exp: continue to ops."-"
 PASS: gdb.ada/operator_bp.exp: continue to ops."*"
 PASS: gdb.ada/operator_bp.exp: continue to ops."/"
 PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
 PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
 PASS: gdb.ada/operator_bp.exp: continue to ops."**"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<"
 PASS: gdb.ada/operator_bp.exp: continue to ops."<="
 PASS: gdb.ada/operator_bp.exp: continue to ops.">"
 PASS: gdb.ada/operator_bp.exp: continue to ops.">="
 PASS: gdb.ada/operator_bp.exp: continue to ops."="
 PASS: gdb.ada/operator_bp.exp: continue to ops."and"
 PASS: gdb.ada/operator_bp.exp: continue to ops."or"
 PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
 PASS: gdb.ada/operator_bp.exp: continue to ops."&"
 PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
 PASS: gdb.ada/operator_bp.exp: continue to ops."not"
diffgdbday done


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]