From 26ba17578a27acd1634079c7a5167946ddcb9871 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 6 Jun 2013 16:13:17 -0500 Subject: [PATCH] Improve buildok.exp by kfailing the unwind tests on ia64. * testsuite/systemtap.pass1-4/buildok.exp: Mark the unwind tests as kfails on ia64, since the dwarf unwinder isn't ported there. --- testsuite/systemtap.pass1-4/buildok.exp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testsuite/systemtap.pass1-4/buildok.exp b/testsuite/systemtap.pass1-4/buildok.exp index a0e0e3646..bdbb89e8c 100644 --- a/testsuite/systemtap.pass1-4/buildok.exp +++ b/testsuite/systemtap.pass1-4/buildok.exp @@ -52,6 +52,13 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] { # without uprobes. (ia64 has utrace, but not uprobes.) if {$rc != 0 && ![uprobes_p]} { setup_kfail UPROBES *-*-* } } + buildok/context-symbols-embedded.stp - + buildok/context-unwind-embedded.stp { + # Use setup_kfail UNWIND for systems + # with an unsupported dwarf unwind architecture + if {$rc != 0 && [istarget ia64-*-*]} { + setup_kfail UNWIND ia64-*-* } } + buildok/fortyseven.stp { if {$rc != 0} { setup_kfail 15065 *-*-* } } } -- 2.43.5