]> sourceware.org Git - systemtap.git/commitdiff
testsuite/systemtap.base/cast-scope.exp: KFAIL: cast-scope-m64 (PRMS: 13420)
authorMark Wielaard <mjw@redhat.com>
Mon, 21 Nov 2011 12:23:46 +0000 (13:23 +0100)
committerMark Wielaard <mjw@redhat.com>
Mon, 21 Nov 2011 12:23:46 +0000 (13:23 +0100)
PR13420 prologue detection fails for unoptimized 64bit cast-scope.exp.

testsuite/systemtap.base/cast-scope.exp

index ae1c913751087b91f3bd6c45a7d119a57b71721b..c531d28034ea1fb7dc29adeae59e9d1180921219 100644 (file)
@@ -23,6 +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
+    # fails. PR13420
+    if {$extra_name == "m64"} { setup_kfail 13420 "*-*-*" }
     stap_run3 "$test-$extra_name" "$stpfile" -c ./$test-$extra_name.exe
   } else {
     untested "$test-$extra_name"
This page took 0.0291709999999999 seconds and 5 git commands to generate.