]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorYao Qi <yao@codesourcery.com>
Fri, 24 Aug 2012 03:19:58 +0000 (03:19 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 24 Aug 2012 03:19:58 +0000 (03:19 +0000)
* lib/gdb.exp (skip_unwinder_tests): Remove pass.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 04e595f3cc5a6b44124bba1d0305446231b0c154..a769c140a3e822c3c04aab7b738df11a9ac539f6 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-24  Yao Qi  <yao@codesourcery.com>
+
+       * lib/gdb.exp (skip_unwinder_tests): Remove pass.
+
 2012-08-23  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/help.exp: Adjust to "handle" help text change.
index 0b02f76f0eb292d4fa06fb6d97f928b89393b0ea..97e79af2cd49169ea46906058f5d496427462796 100644 (file)
@@ -2104,23 +2104,17 @@ proc skip_unwinder_tests {} {
     set ok 1
     gdb_test_multiple "print _Unwind_DebugHook" "check for unwinder hook" {
        -re "= .*no debug info.*_Unwind_DebugHook.*\r\n$gdb_prompt $" {
-           # Pass the test so we don't get bogus fails in the results.
-           pass "check for unwinder hook"
            set ok 0
        }
        -re "= .*_Unwind_DebugHook.*\r\n$gdb_prompt $" {
-           pass "check for unwinder hook"
        }
        -re "No symbol .* in current context.\r\n$gdb_prompt $" {
-           # Pass the test so we don't get bogus fails in the results.
-           pass "check for unwinder hook"
            set ok 0
        }
     }
     if {!$ok} {
        gdb_test_multiple "info probe" "check for stap probe in unwinder" {
            -re ".*libgcc.*unwind.*\r\n$gdb_prompt $" {
-               pass "check for stap probe in unwinder"
                set ok 1
            }
            -re "\r\n$gdb_prompt $" {