gcc-gdb-test.exp (gdb-test): Reorder matchers to give more consistent results.
authorJeff Law <law@redhat.com>
Mon, 9 May 2011 21:40:54 +0000 (15:40 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 May 2011 21:40:54 +0000 (15:40 -0600)
* lib/gcc-gdb-test.exp (gdb-test): Reorder matchers to give more
consistent results.

From-SVN: r173595

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gcc-gdb-test.exp

index b7aa65640a04d1f40ed7e95765c90c6efdfc88ec..0b9b11922793c323330b6cf862820d8697a60caf 100644 (file)
@@ -1,4 +1,10 @@
+2011-05-09  Jeff Law <law@redhat.com>
+
+       * lib/gcc-gdb-test.exp (gdb-test): Reorder matchers to give more
+       consistent results.
+
 2011-05-09  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+
        PR c++/20039
        * g++.dg/init/pr20039.C: New.
 
index c8933c2b930ffa30bc3a888d5639414f8f0ea779..22e7a491873a6e8526ddd18c8b4d8a0e5504da82 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -60,6 +60,12 @@ proc gdb-test { args } {
     }
 
     remote_expect target [timeout_value] {
+       # Too old GDB
+       -re "Unhandled dwarf expression|Error in sourced command file" {
+           unsupported "$testname"
+           remote_close target
+           return
+       }
        -re {[\n\r]\$1 = ([^\n\r]*)[\n\r]+\$2 = ([^\n\r]*)[\n\r]} {
            set first $expect_out(1,string)
            set second $expect_out(2,string)
@@ -72,12 +78,6 @@ proc gdb-test { args } {
            remote_close target
            return
        }
-       # Too old GDB
-       -re "Unhandled dwarf expression|Error in sourced command file" {
-           unsupported "$testname"
-           remote_close target
-           return
-       }
        timeout {
            unsupported "$testname"
            remote_close target