* tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
authorDaniel Jacobowitz <drow@false.org>
Thu, 8 Feb 2007 21:14:12 +0000 (21:14 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 8 Feb 2007 21:14:12 +0000 (21:14 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.xml/tdesc-arch.exp

index e7ac4b3f09451f6ab97f15aac23cc2e2a179b08d..affd9a03dc7c32004a0b72251c3bf4236cf9062d 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
+
 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
index 2ea2bb22b15eeb34d34b35a0f9cf87edc1903182..ac031309fd4abb8c1057c5f2dc10014d436524cf 100644 (file)
@@ -70,6 +70,9 @@ proc set_arch { arch which } {
        -re "^$cmd_regex\r\n$gdb_prompt $" {
            pass $msg
        }
+       -re "^$cmd_regex\r\nwarning: A handler for the OS ABI.*\r\n$gdb_prompt $" {
+           kfail gdb/2225 $msg
+       }
     }
 
     set cmd "show architecture"
This page took 0.036396 seconds and 4 git commands to generate.