Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support of time-related APIs in the model checking mode #390

Open
eupp opened this issue Sep 25, 2024 · 1 comment
Open

Improve support of time-related APIs in the model checking mode #390

eupp opened this issue Sep 25, 2024 · 1 comment

Comments

@eupp
Copy link
Collaborator

eupp commented Sep 25, 2024

Currently, Lincheck provides a naive implementation of time APIs in the model checking mode (some predefined constant is always returned). In order to support more complex code relying on timing (e.g. relying on delay), we need a more precise model of time APIs.

@eupp eupp added the enhancement New feature or request label Sep 25, 2024
@eupp
Copy link
Collaborator Author

eupp commented Sep 25, 2024

To better understand how to model time in the model checking mode it would be very helpful to first collect some concrete examples of the code we want to test (e.g. from kotlinx-coroutines).

@ndkoval ndkoval added general-purpose mc and removed enhancement New feature or request labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants