Skip to content

Commit

Permalink
Merge pull request #204 from jmid/rm-kcas
Browse files Browse the repository at this point in the history
Remove kcas tests
  • Loading branch information
jmid authored Nov 20, 2022
2 parents a9041fb + 3c4900a commit c4461ff
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 246 deletions.
1 change: 0 additions & 1 deletion multicoretests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ build: [
]
dev-repo: "git+https://github.com/jmid/multicoretests.git"
pin-depends: [
# ["kcas.0.14" "git+https://github.com/ocaml-multicore/kcas#master"]
["lockfree.v0.2.0" "git+https://github.com/ocaml-multicore/lockfree#main"]
]
3 changes: 0 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ Tests utilizing the linearizability tests of Lin.ml:
- [stack/lin_tests.ml](stack/lin_tests.ml) and [stack/lin_tests_dsl.ml](stack/lin_tests_dsl.ml)
contain experimental `Lin` and `Lin_api`-tests of `Stack`

- [kcas/lin_tests.ml](kcas/lin_tests.ml) and [kcas/lin_tests_dsl.ml](kcas/lin_tests_dsl.ml)
contain experimental `Lin` and `Lin_api`-tests of `Kcas` and `Kcas.W1` (Note: `Kcas` is subsumed by `Stdlib.Atomic`).



Tests of the underlying spawn/async functionality of `Domain`,
Expand Down
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
;; other libs
(alias domainslib/default)
(alias lockfree/default)
;; (alias kcas/default) -- kcas tests disabled
))
10 changes: 0 additions & 10 deletions src/kcas/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/kcas/dune

This file was deleted.

117 changes: 0 additions & 117 deletions src/kcas/lin_tests.ml

This file was deleted.

81 changes: 0 additions & 81 deletions src/kcas/lin_tests_dsl.ml

This file was deleted.

0 comments on commit c4461ff

Please sign in to comment.