Skip to content

Commit

Permalink
Update expected bytes output for test/core/QCheck2_expect_test.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 7, 2024
1 parent d8f3b5f commit f773f75
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions test/core/QCheck2_expect_test.expected.ocaml4.32
Original file line number Diff line number Diff line change
Expand Up @@ -284,25 +284,25 @@ Test printable never produces less than '5 failed (1 shrink steps):

Test bytes are empty failed (8 shrink steps):

a
"a"

--- Failure --------------------------------------------------------------------

Test bytes never has a \000 char failed (22 shrink steps):

aaaaaaaaaaaaaaaaaaaaaa
"aaaaaa\000aaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes never has a \255 char failed (59 shrink steps):

aaaaaaaaaaaaaaaaaaaaaaaaaa�aaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaaaaaaaaaaaaaaaaaaaaa\255aaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes have unique chars failed (18 shrink steps):

aaaaaaaaaaaaa
"aaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions test/core/QCheck2_expect_test.expected.ocaml4.64
Original file line number Diff line number Diff line change
Expand Up @@ -348,25 +348,25 @@ Test printable never produces less than '5 failed (1 shrink steps):

Test bytes are empty failed (8 shrink steps):

a
"a"

--- Failure --------------------------------------------------------------------

Test bytes never has a \000 char failed (22 shrink steps):

aaaaaaaaaaaaaaaaaaaaaa
"aaaaaa\000aaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes never has a \255 char failed (59 shrink steps):

aaaaaaaaaaaaaaaaaaaaaaaaaa�aaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaaaaaaaaaaaaaaaaaaaaa\255aaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes have unique chars failed (18 shrink steps):

aaaaaaaaaaaaa
"aaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions test/core/QCheck2_expect_test.expected.ocaml5.32
Original file line number Diff line number Diff line change
Expand Up @@ -284,25 +284,25 @@ Test printable never produces less than '5 failed (0 shrink steps):

Test bytes are empty failed (9 shrink steps):

a
"a"

--- Failure --------------------------------------------------------------------

Test bytes never has a \000 char failed (55 shrink steps):

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaaaaaaaaaa\000aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes never has a \255 char failed (75 shrink steps):

aaaaaaa�aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaa\255aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes have unique chars failed (14 shrink steps):

aaaaaaa
"aaaaaaa"

--- Failure --------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions test/core/QCheck2_expect_test.expected.ocaml5.64
Original file line number Diff line number Diff line change
Expand Up @@ -340,25 +340,25 @@ Test printable never produces less than '5 failed (0 shrink steps):

Test bytes are empty failed (9 shrink steps):

a
"a"

--- Failure --------------------------------------------------------------------

Test bytes never has a \000 char failed (55 shrink steps):

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaaaaaaaaaa\000aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes never has a \255 char failed (75 shrink steps):

aaaaaaa�aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"aaaaaaa\255aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

--- Failure --------------------------------------------------------------------

Test bytes have unique chars failed (14 shrink steps):

aaaaaaa
"aaaaaaa"

--- Failure --------------------------------------------------------------------

Expand Down

0 comments on commit f773f75

Please sign in to comment.