Blob Blame History Raw
--- annobin.orig/tests/gaps-test	2021-11-22 16:02:17.449655455 +0000
+++ annobin-10.27/tests/gaps-test	2021-11-22 16:06:37.296680446 +0000
@@ -40,12 +40,13 @@ fi
 # Run annocheck
 
 SKIPS="--skip-property-note --skip-dynamic-tags --skip-not-dynamic-tags --skip-branch-protection --skip-not-branch-protection --skip-lto"
+SKIPS+=" --skip-stack-clash --skip-cf-protection --skip-stack-realign"
 $ANNOCHECK main.exe $SKIPS > main.out
 grep -e "PASS" main.out
 if [ $? != 0 ];
 then
     echo "gaps-test: FAIL: using rpm build macros did not produce an executable that passes annocheck"
-    $ANNOCHECK main.exe $SKIPS --verbose --enable-notes
+    $ANNOCHECK main.exe $SKIPS --verbose
     echo $GCC $OPTS $srcdir/main.c -o main.exe
     end_test
     exit 1