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

Add test using fair or length bounding without preemption bounding #209

Open
barrucadu opened this issue Feb 16, 2018 · 0 comments
Open

Comments

@barrucadu
Copy link
Owner

All the systematic tests use preemption bounding (PB). The backtracking for fair bounding (FB) is disabled when doing PB, as the set of backtracking points identified by PB is sufficient. But this means we're not testing the case where we have FB but no PB.

Similarly, we're not testing the case where we only length bounding (LB).

I think this would be best tested by adding some examples with spinlocks, and running them (a) with FB and LB but no PB, and (b) with just LB.

W and TEST introduced in #197 makes it possible to test arbitrary Ways.

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

1 participant