Up to [local] / ports / net / wget / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Wed Feb 20 22:14:38 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Summary: remove fuzz_makefile_in
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 18 08:50:19 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)
Summary: comments added
Revision 1.1 / (download) - annotate - [selected], Sun Feb 17 07:26:55 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Summary: getting fuzz test suite to work After removing -ldl (which does not exist on OpenBSD) and forcing the inclusion of many object files into the static library `libgnu.a', fuzz suite seems to compile. Now, the test input files *.in seem to not be included, causing all tests to fail. current state: ====================================== wget 1.20.1: fuzz/test-suite.log ====================================== # TOTAL: 8 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 8 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: wget_css_fuzzer ===================== Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_css_fuzzer.in Abort trap (core dumped) FAIL wget_css_fuzzer (exit status: 134) FAIL: wget_cookie_fuzzer ======================== Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_cookie_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_cookie_fuzzer (exit status: 133) FAIL: wget_ftpls_fuzzer ======================= Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_ftpls_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_ftpls_fuzzer (exit status: 133) FAIL: wget_html_fuzzer ====================== Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_html_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_html_fuzzer (exit status: 133) FAIL: wget_netrc_fuzzer ======================= Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_netrc_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_netrc_fuzzer (exit status: 133) FAIL: wget_options_fuzzer ========================= Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_options_fuzzer.in Bus error (core dumped) FAIL wget_options_fuzzer (exit status: 138) FAIL: wget_robots_fuzzer ======================== Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_robots_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_robots_fuzzer (exit status: 133) FAIL: wget_url_fuzzer ===================== Failed to find /mnt/playground/ports/pobj/wget-1.20.1/wget-1.20.1/fuzz/wget_url_fuzzer.in Trace/BPT trap (core dumped) FAIL wget_url_fuzzer (exit status: 133)