summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-08-30 17:09:10 +0200
committerDavid Sterba <dsterba@suse.com>2016-09-05 10:05:08 +0200
commitaa6baa178dd9215ef3aeaaf7deac1090bfa76743 (patch)
tree3c677635438be4fcaf2dd732dd0b646cc970aa51 /tests
parent8607100a9b5c99736fa1fce3e0c6c624c189f4ec (diff)
btrfs-progs: tests README: fuzzed images
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index 6bb3de49..ca45cf6f 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -159,3 +159,14 @@ $ TEST=012\* ./misc-tests.sh # from tests/
6. The commit changelog should reference a commit that either introduced or
fixed the bug (or both). Subject line of the shall mention the name of the
new directory for ease of search, eg. `btrfs-progs: tests: add 012-subvolume-sync-must-wait`
+
+### Crafted/fuzzed images
+
+Images that are create by fuzzing or specially crafted to trigger some error
+conditions should be added to the directory *fuzz-tests/images*, accompanied by
+a textual description of the source (bugzilla, mail), the reporter, brief
+description of the problem or the stack trace.
+
+If you have a fix for the problem, please submit it prior to the test image, so
+the fuzz tests always succeed when run on random checked out. This helps
+bisectability.