* gdb.xml/tdesc-arch.exp: Test is unsupported on target with
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 9 Mar 2007 00:14:07 +0000 (00:14 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 9 Mar 2007 00:14:07 +0000 (00:14 +0000)
just a single architecture.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.xml/tdesc-arch.exp

index bc3ab33..6f9c051 100644 (file)
@@ -1,5 +1,10 @@
 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
+       * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
+       just a single architecture.
+
+2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
        * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
        (fetch_all_registers): New function, uses gdb_test_multiple and
        exp_continue to fetch inferior output line-by-line.
index ac03130..fdec9c4 100644 (file)
@@ -32,6 +32,11 @@ gdb_test_multiple "set architecture" $msg {
        set arch2 $expect_out(2,string)
        pass $msg
     }
+    -re "Requires an argument. Valid arguments are (\[^ \]*), auto\\.\r\n$gdb_prompt $" {
+       # If there is just one supported architecture, we can't do this test.
+       unsupported "tdesc-arch.exp"
+       return -1
+    }
 }
 
 set default_arch ""