summaryrefslogtreecommitdiff
path: root/dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch')
-rw-r--r--dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch b/dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch
new file mode 100644
index 000000000000..ae412e9b233c
--- /dev/null
+++ b/dev-libs/capstone/files/capstone-4.0-no-fuzz-tests.patch
@@ -0,0 +1,10 @@
+https://github.com/aquynh/capstone/issues/1310
+
+fuzz tests are missing
+--- a/Makefile
++++ b/Makefile
+@@ -463,3 +463,3 @@ TESTS += test_systemz.static test_x86.static test_xcore.static test_m680x.static
+ TESTS += test_skipdata test_skipdata.static test_iter.static test_evm.static
+-check: $(TESTS) fuzztest fuzzallcorp
++check: $(TESTS) fuzztest # fuzzallcorp
+ test_%: