diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-08 21:14:12 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-08 21:14:12 +0000 |
commit | 3da939d742a242f94fced3eaf9437215a4a95d5c (patch) | |
tree | 69a27ce24a0177792313b5dad02da2435e6249e2 /gdb/testsuite/gdb.xml | |
parent | 123dc839145c04e57435369a9f2551a505ce0b33 (diff) | |
download | gdb-3da939d742a242f94fced3eaf9437215a4a95d5c.zip gdb-3da939d742a242f94fced3eaf9437215a4a95d5c.tar.gz gdb-3da939d742a242f94fced3eaf9437215a4a95d5c.tar.bz2 |
* tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
Diffstat (limited to 'gdb/testsuite/gdb.xml')
-rw-r--r-- | gdb/testsuite/gdb.xml/tdesc-arch.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.xml/tdesc-arch.exp b/gdb/testsuite/gdb.xml/tdesc-arch.exp index 2ea2bb2..ac03130 100644 --- a/gdb/testsuite/gdb.xml/tdesc-arch.exp +++ b/gdb/testsuite/gdb.xml/tdesc-arch.exp @@ -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" |