File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ issues are indeed found as expected (aka. sanity check). For both of
80
80
these a counter example is consistently found and shrunk:
81
81
82
82
- [ src/neg_tests/ref_test.ml] ( src/neg_tests/ref_test.ml ) tests an unprotected global ref.
83
-
84
83
- [ src/neg_tests/conclist_test.ml] ( src/neg_tests/conclist_test.ml ) tests a buggy concurrent list.
85
84
86
85
@@ -106,13 +105,14 @@ A recent combinator-based signature DSL in the style of [Ctypes](https://github.
106
105
lowers the required user input to little more than a signature per tested command.
107
106
See [ test/lin_api.ml] ( test/lin_api.ml ) for an example.
108
107
109
- The modules can be used as part of the ` multicorecheck.lin ` library (i.e. in the
110
- [ ` multicorecheck ` package] ( multicorecheck.opam ) ) .
108
+ The modules can be used as part of the ` multicorecheck.lin ` library from the
109
+ [ ` multicorecheck ` package] ( multicorecheck.opam ) .
111
110
112
111
Again we use examples with known problems to help ensure that
113
112
concurrency issues are indeed found as expected:
114
113
- [ src/neg_tests/lin_tests_common.ml] ( src/neg_tests/lin_tests_common.ml ) and
115
114
- [ src/neg_tests/domain_lin_tests.ml] ( src/neg_tests/domain_lin_tests.ml )
115
+
116
116
contain "sanity check tests" for ` ref ` and ` CList ` over unboxed ` int ` and
117
117
boxed ` int64 ` types.
118
118
You can’t perform that action at this time.
0 commit comments