de174a fuzz: unify the "fuzz-regressions" directory with the main corpus

30 files Authored by Zbigniew Jędrzejewski-Szmek 4 years ago, Committed by Packit Service 4 years ago,
30 files changed. 2 lines added. 5 lines removed.
meson.build
file modified
+1 -3
test/fuzz-regressions/.gitattributes
file removed
-1
test/fuzz/fuzz-dns-packet/issue-7888test/fuzz-regressions/fuzz-dns-packet/issue-7888
file renamed
+0 -0
test/fuzz/fuzz-dns-packet/oss-fuzz-5465test/fuzz-regressions/fuzz-dns-packet/oss-fuzz-5465
file renamed
+0 -0
test/fuzz/fuzz-journal-remote/crash-5a8f03d4c3a46fcded39527084f437e8e4b54b76test/fuzz-regressions/fuzz-journal-remote/crash-5a8f03d4c3a46fcded39527084f437e8e4b54b76
file renamed
+0 -0
test/fuzz/fuzz-journal-remote/crash-96dee870ea66d03e89ac321eee28ea63a9b9aa45test/fuzz-regressions/fuzz-journal-remote/crash-96dee870ea66d03e89ac321eee28ea63a9b9aa45
file renamed
+0 -0
test/fuzz/fuzz-journal-remote/oss-fuzz-8659test/fuzz-regressions/fuzz-journal-remote/oss-fuzz-8659
file renamed
+0 -0
test/fuzz/fuzz-journal-remote/oss-fuzz-8686test/fuzz-regressions/fuzz-journal-remote/oss-fuzz-8686
file renamed
+0 -0
test/fuzz/fuzz-journald-syslog/github-9795test/fuzz-regressions/fuzz-journald-syslog/github-9795
file renamed
+0 -0
test/fuzz/fuzz-journald-syslog/github-9820test/fuzz-regressions/fuzz-journald-syslog/github-9820
file renamed
+0 -0
test/fuzz/fuzz-journald-syslog/github-9827test/fuzz-regressions/fuzz-journald-syslog/github-9827
file renamed
+0 -0
test/fuzz/fuzz-journald-syslog/github-9829test/fuzz-regressions/fuzz-journald-syslog/github-9829
file renamed
+0 -0
test/fuzz/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1test/fuzz-regressions/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1
file renamed
+0 -0
test/fuzz/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5btest/fuzz-regressions/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5b
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-10007test/fuzz-regressions/fuzz-unit-file/oss-fuzz-10007
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6884test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6884
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6885test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6885
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6886test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6886
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6892test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6892
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6897test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6897
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6897-evverxtest/fuzz-regressions/fuzz-unit-file/oss-fuzz-6897-evverx
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6908test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6908
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6917test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6917
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6977test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6977
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-6977-unminimizedtest/fuzz-regressions/fuzz-unit-file/oss-fuzz-6977-unminimized
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-7004test/fuzz-regressions/fuzz-unit-file/oss-fuzz-7004
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-8064test/fuzz-regressions/fuzz-unit-file/oss-fuzz-8064
file renamed
+0 -0
test/fuzz/fuzz-unit-file/oss-fuzz-8827test/fuzz-regressions/fuzz-unit-file/oss-fuzz-8827
file renamed
+0 -0
test/fuzz/meson.buildtest/fuzz-regressions/meson.build
file renamed
+0 -0
test/meson.build
file modified
+1 -1
    fuzz: unify the "fuzz-regressions" directory with the main corpus
    
    There isn't really much need to keep them separate. Anything which is a good
    corpus entry can be used as a smoke test, and anything which which is a
    regression test can just as well be inserted into the corpus.
    
    The only functional difference from this patch (apart from different paths in
    output) is that the regression tests are now zipped together with the rest of
    the corpus.
    
    $ meson configure build -Dslow-tests=true && ninja -C build test
    ...
    307/325 fuzz-dns-packet:issue-7888:address      OK       0.06 s
    308/325 fuzz-dns-packet:oss-fuzz-5465:address   OK       0.04 s
    309/325 fuzz-journal-remote:crash-5a8f03d4c3a46fcded39527084f437e8e4b54b76:address  OK       0.07 s
    310/325 fuzz-journal-remote:crash-96dee870ea66d03e89ac321eee28ea63a9b9aa45:address  OK       0.05 s
    311/325 fuzz-journal-remote:oss-fuzz-8659:address  OK       0.05 s
    312/325 fuzz-journal-remote:oss-fuzz-8686:address  OK       0.07 s
    313/325 fuzz-unit-file:oss-fuzz-6884:address    OK       0.06 s
    314/325 fuzz-unit-file:oss-fuzz-6885:address    OK       0.05 s
    315/325 fuzz-unit-file:oss-fuzz-6886:address    OK       0.05 s
    316/325 fuzz-unit-file:oss-fuzz-6892:address    OK       0.05 s
    317/325 fuzz-unit-file:oss-fuzz-6897:address    OK       0.05 s
    318/325 fuzz-unit-file:oss-fuzz-6897-evverx:address  OK       0.06 s
    319/325 fuzz-unit-file:oss-fuzz-6908:address    OK       0.07 s
    320/325 fuzz-unit-file:oss-fuzz-6917:address    OK       0.07 s
    321/325 fuzz-unit-file:oss-fuzz-6977:address    OK       0.13 s
    322/325 fuzz-unit-file:oss-fuzz-6977-unminimized:address  OK       0.12 s
    323/325 fuzz-unit-file:oss-fuzz-7004:address    OK       0.05 s
    324/325 fuzz-unit-file:oss-fuzz-8064:address    OK       0.05 s
    325/325 fuzz-unit-file:oss-fuzz-8827:address    OK       0.52 s
    
    (cherry picked from commit c74a3f973e3e0bac13d66a28728a47f10046b71f)
    
    Resolves: #1696224
    
    patch_name: 0153-fuzz-unify-the-fuzz-regressions-directory-with-the-m.patch
    present_in_specfile: true
    location_in_specfile: 153
    squash_commits: true
    
        
file modified
+1 -3
test/fuzz/fuzz-dns-packet/issue-7888 test/fuzz-regressions/fuzz-dns-packet/issue-7888
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-dns-packet/oss-fuzz-5465 test/fuzz-regressions/fuzz-dns-packet/oss-fuzz-5465
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journal-remote/crash-5a8f03d4c3a46fcded39527084f437e8e4b54b76 test/fuzz-regressions/fuzz-journal-remote/crash-5a8f03d4c3a46fcded39527084f437e8e4b54b76
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journal-remote/crash-96dee870ea66d03e89ac321eee28ea63a9b9aa45 test/fuzz-regressions/fuzz-journal-remote/crash-96dee870ea66d03e89ac321eee28ea63a9b9aa45
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journal-remote/oss-fuzz-8659 test/fuzz-regressions/fuzz-journal-remote/oss-fuzz-8659
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journal-remote/oss-fuzz-8686 test/fuzz-regressions/fuzz-journal-remote/oss-fuzz-8686
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journald-syslog/github-9795 test/fuzz-regressions/fuzz-journald-syslog/github-9795
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journald-syslog/github-9820 test/fuzz-regressions/fuzz-journald-syslog/github-9820
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journald-syslog/github-9827 test/fuzz-regressions/fuzz-journald-syslog/github-9827
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-journald-syslog/github-9829 test/fuzz-regressions/fuzz-journald-syslog/github-9829
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1 test/fuzz-regressions/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5b test/fuzz-regressions/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5b
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-10007 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-10007
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6884 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6884
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6885 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6885
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6886 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6886
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6892 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6892
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6897 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6897
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6897-evverx test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6897-evverx
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6908 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6908
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6917 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6917
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6977 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6977
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-6977-unminimized test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6977-unminimized
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-7004 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-7004
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-8064 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-8064
file renamed
file was renamed with no change to the file
test/fuzz/fuzz-unit-file/oss-fuzz-8827 test/fuzz-regressions/fuzz-unit-file/oss-fuzz-8827
file renamed
file was renamed with no change to the file
test/fuzz/meson.build test/fuzz-regressions/meson.build
file renamed
file was renamed with no change to the file
file modified
+1 -1