From 6d0aa5cc83966af1fe866f57a44f139474de1266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 28 Dec 2023 15:31:42 +0100 Subject: [PATCH] ice++ --- README.md | 1 + src/fuzz_tree_splicer.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c98ade2..da61801 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can Trophy case (840+): +https://github.com/rust-lang/rust/issues/119352 https://github.com/rust-lang/rust/issues/119316 https://github.com/rust-lang/rust/issues/119295 https://github.com/rust-lang/rust/issues/119275 diff --git a/src/fuzz_tree_splicer.rs b/src/fuzz_tree_splicer.rs index 1123fdd..d96cffd 100644 --- a/src/fuzz_tree_splicer.rs +++ b/src/fuzz_tree_splicer.rs @@ -75,7 +75,7 @@ pub(crate) fn splice_file_from_set( let splicer_cfg: Config = Config { inter_splices: random_inter_splices, seed: random_seed, - tests: 50, // 10 + tests: 200, // 10 // chaos: 10, // % chance that a chaos mutation will occur deletions: 0, //