This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH] Remove KFAILs related to PR gdb/1624


This problem is fixed now.  I'm seeing one other FAIL on OpenBSD/amd64
though.  Will investigate.  Anyway, the attached has been checked in.

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
	x86_64-*-*.

Index: testsuite/gdb.base/call-sc.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/call-sc.exp,v
retrieving revision 1.3
diff -u -p -r1.3 call-sc.exp
--- testsuite/gdb.base/call-sc.exp 28 Apr 2004 00:22:43 -0000 1.3
+++ testsuite/gdb.base/call-sc.exp 28 Apr 2004 18:14:16 -0000
@@ -286,13 +286,6 @@ proc test_scalar_returns { } {
     # "return_value_unknown" set above.
 
     set test "value foo returned; ${tests}"
-    setup_kfails call-sc-tc x86_64-*-* gdb/1624
-    setup_kfails call-sc-ts x86_64-*-* gdb/1624
-    setup_kfails call-sc-ti x86_64-*-* gdb/1624
-    setup_kfails call-sc-tl x86_64-*-* gdb/1624
-    setup_kfails call-sc-tll x86_64-*-* gdb/1624
-    setup_kfails call-sc-tld x86_64-*-* gdb/1624
-    setup_kfails call-sc-te x86_64-*-* gdb/1624
     gdb_test_multiple "p/c L" "${test}" {
 	-re " = 49 '1'.*${gdb_prompt} $" {
 	    if $return_value_unknown {


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