coyote icon indicating copy to clipboard operation
coyote copied to clipboard

Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.

Results 56 coyote issues
Sort by recently updated
recently updated
newest added

Pull request regarding optimizing pct for async-await task programs.

Seems that we still log SendEvents even after the runtime has stopped.

bug
area-actors

To remove the need for someone to declare the method name again when they are trying to replay a schedule.

area-systematic-testing

It seems that the code coverage tool is misreading the rewritten binaries as uncovered code blocks, causing % coverage to be reduced. The issue arises when you run code coverage...

bug
area-binary-rewriting

I'm trying to learn about the different strategies, but the docs don't have a clear description of each one. I'm referring to random, prioritization, fair-prioritization, probabilistic, rl, dfs, portfolio. An...

area-documentation

Added the following: 1. The systematic fuzzing framework 2. (1)-PCT algorithm 3. Contains a preliminary implementation for the QL algorithm