Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/testsuite/ada] KFAIL the tests that use "start"
@ 2005-03-07 20:36 Joel Brobecker
  2005-03-07 20:38 ` Daniel Jacobowitz
  2005-03-08  6:47 ` Joel Brobecker
  0 siblings, 2 replies; 7+ messages in thread
From: Joel Brobecker @ 2005-03-07 20:36 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

Hello,

As suggested in http://sources.redhat.com/ml/gdb/2005-03/msg00067.html,
I am posting a patch that KFAILs the two tests that currently fail
while a patch fixing the problem is being reviewed.

2005-03-07  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/null_record.exp: KFAIL failing "start" test.
        * gdb.ada/start.exp: Likewise.

Tested on x86-linux, changes the FAIL to a KFAIL.
Ok to apply?

Thanks,
-- 
Joel

[-- Attachment #2: ada-ts.diff --]
[-- Type: text/plain, Size: 1213 bytes --]

Index: gdb.ada/null_record.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/null_record.exp,v
retrieving revision 1.6
diff -u -p -r1.6 null_record.exp
--- gdb.ada/null_record.exp	24 Feb 2005 23:54:03 -0000	1.6
+++ gdb.ada/null_record.exp	7 Mar 2005 20:31:54 -0000
@@ -36,6 +36,9 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
+# The "start" command is not yet fully implemented for Ada.
+setup_kfail *-*-* "ada/1892"
+
 gdb_test "start" \
          "null_record \\(\\) at .*null_record.adb.*" \
          "start"
Index: gdb.ada/start.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/start.exp,v
retrieving revision 1.2
diff -u -p -r1.2 start.exp
--- gdb.ada/start.exp	24 Feb 2005 23:54:03 -0000	1.2
+++ gdb.ada/start.exp	7 Mar 2005 20:31:54 -0000
@@ -36,6 +36,9 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
+# The "start" command is not yet fully implemented for Ada.
+setup_kfail *-*-* "ada/1892"
+
 # Verify that "start" lands inside the right procedure.
 gdb_test "start" \
          "dummy \\(\\) at .*dummy.adb.*" \

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-09 18:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-07 20:36 [RFA/testsuite/ada] KFAIL the tests that use "start" Joel Brobecker
2005-03-07 20:38 ` Daniel Jacobowitz
2005-03-07 20:42   ` Joel Brobecker
2005-03-08  6:47 ` Joel Brobecker
2005-03-09 17:49   ` Paul Gilliam
2005-03-09 17:52     ` Joel Brobecker
2005-03-09 18:17       ` Paul Gilliam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox