Lines Matching full:for

1 # Specification for the fuzz testing tool
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
51 For comprehensive test results, please, set up your test environment
57 ``qemu-img`` is required for creation of backing files, so it's mandatory to set
59 For details about environment variables see qemu-iotests/check.
77 For variable arguments next aliases can be used:
78 - $test_img for a fuzzed img
79 - $off for an offset in the fuzzed image
80 - $len for a data size
82 Values for last two aliases will be generated based on a size of a virtual
108 that after code analysis every field will have own constraints for its value.
109 For now only universal potentially dangerous values are used, e.g. type limits
110 for integers or unsafe symbols as '%s' for strings. For bitmasks random amount
121 The same behavior is applied for the entire image if no configuration is
122 used. This case is useful for the test specialization.
125 will be always fuzzed for every test. This case is useful for regression
154 Random seed is set by the runner at every test execution for the regression
177 3. Image template should describe a general structure invariant for all
185 7. Should accept a seed as an argument (for regression purpose)
187 9. The same seed should generate the same image for the same action vector,
189 10. Should accept a vector of actions as an argument (for test reproducing and
190 for test case specification, e.g. group of tests for header structure,
191 group of test for snapshots, etc)
200 15. Seed should be logged (for regression purpose)
232 format, each of them will be fuzzed for the test image. It's a subset of