You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
415 B
18 lines
415 B
7 years ago
|
diff --git a/tests/backtrace-subr.sh b/tests/backtrace-subr.sh
|
||
|
index c1f3156..477df0b 100644
|
||
|
--- a/tests/backtrace-subr.sh
|
||
|
+++ b/tests/backtrace-subr.sh
|
||
|
@@ -105,6 +105,12 @@ check_native_unsupported()
|
||
|
exit 77
|
||
|
fi
|
||
|
;;
|
||
|
+ x86_64 )
|
||
|
+ if egrep 'backtrace: backtrace.c:114: callback_verify: Assertion' $err; then
|
||
|
+ echo >&2 $testname: temp override for x86_64
|
||
|
+ exit 77
|
||
|
+ fi
|
||
|
+ ;;
|
||
|
esac
|
||
|
}
|
||
|
|