X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fsigaltstack.exp;h=b65ea489b3488f02f6559a87e2f82a3b435edcd2;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=be4c72f7c32b65f8909e1cd0b849f323cb8bccd0;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/testsuite/gdb.base/sigaltstack.exp b/gdb/testsuite/gdb.base/sigaltstack.exp index be4c72f..b65ea48 100644 --- a/gdb/testsuite/gdb.base/sigaltstack.exp +++ b/gdb/testsuite/gdb.base/sigaltstack.exp @@ -1,4 +1,4 @@ -# Copyright 2004-2014 Free Software Foundation, Inc. +# Copyright 2004-2015 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 @@ -74,8 +74,8 @@ proc finish_test { pattern msg } { # Some platforms use a special read-only page for signal # trampolines. We can't set a breakpoint there, and we # don't gracefully fall back to single-stepping. - setup_kfail gdb/1736 "i?86-*-linux*" - setup_kfail gdb/1736 "*-*-openbsd*" + setup_kfail gdb/8841 "i?86-*-linux*" + setup_kfail gdb/8841 "*-*-openbsd*" fail "$msg (could not set breakpoint)" } -re "$pattern.*${gdb_prompt} $" {