Skip to content

Commit 8442ef3

Browse files
committed
Remove negative test that uses the WS deque in an invalid unsafe way
1 parent 1cfc137 commit 8442ef3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ws_deque/stm_ws_deque.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,4 @@ let () =
8282
~name:"STM Saturn_lockfree.Ws_deque test sequential";
8383
agree_test_par_asym ~count
8484
~name:"STM Saturn_lockfree.Ws_deque test parallel";
85-
(* Note: this can generate, e.g., pop commands/actions in different threads, thus violating the spec. *)
86-
(*
87-
WSDT_dom.neg_agree_test_par ~count
88-
~name:"STM Saturn_lockfree.Ws_deque test parallel, negative"; *)
8985
]

0 commit comments

Comments
 (0)