Skip to content

Commit

Permalink
Update expect test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 2, 2024
1 parent 27cbb37 commit 984c8ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions test/mutable_set_v4.expected.32
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

Test STM sequential tests failed (13 shrink steps):
Test STM sequential tests failed (9 shrink steps):

Add (-605797133)
Remove (-605797133)
Add (-923247292)
Remove (-923247292)
Cardinal


Expand All @@ -15,8 +15,8 @@ Messages for test STM sequential tests:

Results incompatible with model

Add (-605797133) : ()
Remove (-605797133) : Some (-605797133)
Add (-923247292) : ()
Remove (-923247292) : Some (-923247292)
Cardinal : 1
================================================================================
failure (1 tests failed, 0 tests errored, ran 1 tests)
Expand Down
2 changes: 1 addition & 1 deletion test/mutable_set_v4.expected.64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Test STM sequential tests failed (13 shrink steps):
Test STM sequential tests failed (11 shrink steps):

Add (-3576245632788335623)
Remove (-3576245632788335623)
Expand Down
8 changes: 4 additions & 4 deletions test/mutable_set_v5.expected.32
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Test STM sequential tests failed (2 shrink steps):

Add (-942638288)
Remove (-942638288)
Add (-286715106)
Remove (-286715106)
Cardinal


Expand All @@ -15,8 +15,8 @@ Messages for test STM sequential tests:

Results incompatible with model

Add (-942638288) : ()
Remove (-942638288) : Some (-942638288)
Add (-286715106) : ()
Remove (-286715106) : Some (-286715106)
Cardinal : 1
================================================================================
failure (1 tests failed, 0 tests errored, ran 1 tests)
Expand Down
10 changes: 5 additions & 5 deletions test/mutable_set_v5.expected.64
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

Test STM sequential tests failed (15 shrink steps):
Test STM sequential tests failed (6 shrink steps):

Add (-3922091896265746428)
Remove (-3922091896265746428)
Add 3036269937054427589
Remove 3036269937054427589
Cardinal


Expand All @@ -15,8 +15,8 @@ Messages for test STM sequential tests:

Results incompatible with model

Add (-3922091896265746428) : ()
Remove (-3922091896265746428) : Some (-3922091896265746428)
Add 3036269937054427589 : ()
Remove 3036269937054427589 : Some (3036269937054427589)
Cardinal : 1
================================================================================
failure (1 tests failed, 0 tests errored, ran 1 tests)
Expand Down

0 comments on commit 984c8ce

Please sign in to comment.