diff options
author | Justin Wernick <justin@worthe-it.co.za> | 2021-12-24 22:35:20 +0200 |
---|---|---|
committer | Justin Wernick <justin@worthe-it.co.za> | 2021-12-24 22:35:20 +0200 |
commit | 152b7cf786f4b567944eaa2ea8e1313a23e200b8 (patch) | |
tree | ae99e3e88a865f936d9445242307844c43f35fa1 /proptest-regressions/bin | |
parent | 4414ced947994065db36ee5c93346de387e1f2a6 (diff) |
Day 24
Diffstat (limited to 'proptest-regressions/bin')
-rw-r--r-- | proptest-regressions/bin/day_24.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/proptest-regressions/bin/day_24.txt b/proptest-regressions/bin/day_24.txt new file mode 100644 index 0000000..c9b9ac2 --- /dev/null +++ b/proptest-regressions/bin/day_24.txt @@ -0,0 +1,11 @@ +# Seeds for failure cases proptest has generated in the past. It is +# automatically read and these particular cases re-run before any +# novel cases are generated. +# +# It is recommended to check this file in to source control so that +# everyone who runs the test benefits from these saved cases. +cc 3ff1975a827f0f896df7fad66e81f158bb513003aa57b9392c7be206d91c401e # shrinks to input = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] +cc 34000b524f14fadce85ab48285657651fd5756cb94b8ad9868e068d808705ec5 # shrinks to input = [1, 1, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] +cc df520bbe1425f1b68bcd1e837caa8c6cea82fe8ac2fc8f58e3044cace37c5f9e # shrinks to input = [1, 1, 9, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] +cc 2cff9266126660d75f7f6e9c8872fb4a7e91e5225507126c18f4488ebe52d4c4 # shrinks to input = [1, 1, 1, 1, 1, 1, 1, 1, 5, 3, 8, 3, 1, 1] +cc 113d1afb9c126057c1d0d46b73c603364647fd914104f7c4dd23334d286089c1 # shrinks to input = [1, 1, 1, 1, 1, 1, 1, 2, 8, 2, 7, 6, 1, 1] |