Systematic concurrency testing meets Haskell.
Go to file
Michael Walker 29150d03a3 Drop dependency (3) and compute state in dporSched
This massively reduces the number of schedules tried for the litmus
tests, as expected, which is great! Interestingly, it does result in
more unique results being discovered for intelWP27 and intelWP28. This
is surprising DPOR is supposed to be complete. Perhaps this indicates
some unsoundness in the way I have integrated schedule bounding with
relaxed memory.
2016-04-03 05:31:06 +01:00
async-dejafu Move Control.Concurrent.STM.Classy -> Control.Concurrent.Classy.STM 2016-03-23 04:38:34 +00:00
dejafu Drop dependency (3) and compute state in dporSched 2016-04-03 05:31:06 +01:00
dejafu-tests Drop dependency (3) and compute state in dporSched 2016-04-03 05:31:06 +01:00
hunit-dejafu Update docs links 2016-03-18 00:59:52 +00:00
tasty-dejafu Update docs links 2016-03-18 00:59:52 +00:00
.gitignore Stackify 2015-07-19 04:39:39 +01:00
README.markdown Fix implementation of PSO. 2016-04-01 17:57:17 +01:00
stack.yaml Drop support for GHC<7.10. 2016-03-10 22:35:40 +00:00

This repository contains dejafu, a concurrency testing library based on a typeclass abstraction of concurrency, and related libraries.

  • dejafu (hackage 0.2.0.0): Overloadable primitives for testable, potentially non-deterministic, concurrency.

  • async-dejafu (hackage 0.1.0.0): Run MonadConc operations asynchronously and wait for their results.

  • hunit-dejafu (hackage 0.2.0.0): Deja Fu support for the HUnit test framework.

  • tasty-dejafu (hackage 0.2.0.0): Deja Fu support for the Tasty test framework.

There is also dejafu-tests, the test suite for dejafu. This is in a separate package due to Cabal being bad with test suite transitive dependencies.

Bibliography

Each paper has a short name in parentheses, which I use in non-haddock comments. Haddock comments get the full citation. PDF links are provided where non-paywalled ones are available.