Searched +full:test +full:- +full:fuzzer +full:- +full:stackmode (Results 1 – 2 of 2) sorted by relevance
6 # This source code is licensed under both the BSD-style license (found in the9 # You may select, at your option, one of the above-listed licenses.13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode14 # fuzzer : Test tool, to check zstd integrity on target platform15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode17 # test-zstd-speed.py : script for testing zstd speed difference between commits18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+)19 # zstreamtest : Fuzzer test tool for zstd streaming API20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode27 export DEBUGLEVEL # transmit value to sub-makefiles[all …]
1 name: dev-long-tests5 group: long-${{ github.ref }}6 cancel-in-progress: true12 permissions: read-all15 make-all:16 runs-on: ubuntu-latest18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.119 - name: make all23 make-test:24 runs-on: ubuntu-latest[all …]