File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,5 @@ build: [
3939]
4040dev-repo: "git+https://github.com/jmid/multicoretests.git"
4141pin-depends: [
42- # ["kcas.0.14" "git+https://github.com/ocaml-multicore/kcas#master"]
4342 ["lockfree.v0.2.0" "git+https://github.com/ocaml-multicore/lockfree#main"]
4443]
Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ Tests utilizing the linearizability tests of Lin.ml:
6868 - [ stack/lin_tests.ml] ( stack/lin_tests.ml ) and [ stack/lin_tests_dsl.ml] ( stack/lin_tests_dsl.ml )
6969 contain experimental ` Lin ` and ` Lin_api ` -tests of ` Stack `
7070
71- - [ kcas/lin_tests.ml] ( kcas/lin_tests.ml ) and [ kcas/lin_tests_dsl.ml] ( kcas/lin_tests_dsl.ml )
72- contain experimental ` Lin ` and ` Lin_api ` -tests of ` Kcas ` and ` Kcas.W1 ` (Note: ` Kcas ` is subsumed by ` Stdlib.Atomic ` ).
73-
7471
7572
7673Tests of the underlying spawn/async functionality of ` Domain ` ,
Original file line number Diff line number Diff line change 2424 ;; other libs
2525 (alias domainslib/default)
2626 (alias lockfree/default)
27- ;; (alias kcas/default) -- kcas tests disabled
2827 ))
You can’t perform that action at this time.
0 commit comments