From 6e0c4524a4d731a35ba0c6813f3ec574c00a659b Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 29 Nov 2011 18:07:16 +0100 Subject: [PATCH] PR13420 cast-scope.exp: kfail all non-optimized test cases. On powerpc both -m32 and -m64 unoptimized fail because of PR13420. Better to accidentially KPASS on some arches than have XFAILS on some others. --- testsuite/systemtap.base/cast-scope.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/systemtap.base/cast-scope.exp b/testsuite/systemtap.base/cast-scope.exp index c531d2803..a43f8deba 100644 --- a/testsuite/systemtap.base/cast-scope.exp +++ b/testsuite/systemtap.base/cast-scope.exp @@ -23,9 +23,9 @@ for {set i 0} {$i < [all_compile_flags]} {incr i} { } if {[installtest_p] && [uprobes_p]} { - # On 64-bit builds without any optimization our prologue detection + # On some builds without any optimization our prologue detection # fails. PR13420 - if {$extra_name == "m64"} { setup_kfail 13420 "*-*-*" } + if {$extra_name == "m64" || $extra_name == "m32" || $extra_name == "m31"} { setup_kfail 13420 "*-*-*" } stap_run3 "$test-$extra_name" "$stpfile" -c ./$test-$extra_name.exe } else { untested "$test-$extra_name" -- 2.43.5