You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source code of the test is in the branch embb530_linearizability_tester. I also added a project on Jenkins which will be run nightly. For the moment, the test only checks stacks and queues.
Can the file lt.cpp be split so that the EMBB specific parts are separated from the checker?
Actually only very few lines of lt.cc are strictly related to EMBB. However, a meaningful splitting can perhaps be done. I will try to do it.
I remembered that I did not apply the checker to the single producer single consumer queue. I had to modify the already existing test for queues because it assumed multiple producers multiple consumers. Anyway, the changes are on the branch embb530_linearizability_tester and the test now run on Jenkins.
See 8760a84 and 66fabda
tobias-schuele
changed the title
Apply linearizability checker to data structures
Modify CI job for linearizability checker to run on master branch
May 15, 2017
Currently, the linearizability checker from https://github.com/ahorn/linearizability-checker is run on branch embb530_linearizability_tester.
The text was updated successfully, but these errors were encountered: