The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ltrace#7583740404d8c248d717605657d603b466b18a66
13 lines
482 B
Diff
13 lines
482 B
Diff
diff -Nrup a/testsuite/ltrace.minor/trace-irelative.exp b/testsuite/ltrace.minor/trace-irelative.exp
|
|
--- a/testsuite/ltrace.minor/trace-irelative.exp 2013-11-04 18:08:03.000000000 -0700
|
|
+++ b/testsuite/ltrace.minor/trace-irelative.exp 2015-06-01 12:30:59.737371166 -0600
|
|
@@ -54,6 +54,8 @@ set src [ltraceSource c {
|
|
}]
|
|
|
|
foreach ext {{} .pie} {
|
|
+ # ltrace does not yet support AARCH64's ifuncs
|
|
+ setup_xfail aarch64*-*-*
|
|
set bin1 [ltraceCompile $ext $src]
|
|
do_tests $bin1 ""
|
|
}
|