Skip to content

Commit 5bd372d

Browse files
committed
Remove negative test that uses the WS deque in an invalid unsafe way
1 parent 9608520 commit 5bd372d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/ws_deque/stm_ws_deque.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ let () =
7777
assume (Dom.all_interleavings_ok triple);
7878
repeat rep_count Dom.agree_prop_par_asym triple)
7979
in
80-
[
81-
agree_test_par_asym ~count ~name:(name ^ " parallel");
82-
(* Note: this can generate, e.g., pop commands/actions in different threads, thus violating the spec. *)
83-
(* Dom.neg_agree_test_par ~count ~name:(name ^ " parallel, negative"); *)
84-
]
80+
[ agree_test_par_asym ~count ~name:(name ^ " parallel") ]
8581
in
8682
Stm_run.run ~count:1000 ~name:"Saturn_lockfree.Ws_deque" ~verbose:true
8783
~make_domain

0 commit comments

Comments
 (0)