-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `libtest` module but keep some of the tests from it * Make the project a single-module one * Add `AbstractLincheckTest` abstraction to manage most of the tests in a single place and write them easier * Rewrite some of the code into Kotlin * Reuse verifiers properly * Handle deadlocks/livelocks and unexpected exceptions properly * etc
- Loading branch information
Showing
279 changed files
with
1,464 additions
and
27,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
libtest/src/main/java/com/github/lock/free/queue/BlockingQueueAdapter.java
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
libtest/src/main/java/com/github/lock/free/queue/LockFreeQueue.java
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
libtest/src/main/java/com/github/lock/free/queue/Node.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
libtest/src/main/java/com/github/lock/free/queue/SimpleQueue.java
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
libtest/src/main/java/org/cliffc/high_scale_lib/old/AbstractEntry.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.