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 4 litmus tests demonstrating unordered failing cmpxchg. #672

Merged
merged 1 commit into from
May 10, 2024

Conversation

hernanponcedeleon
Copy link
Owner

This PR adds 4 litmus test from here.

While testing this I noticed we are missing a RMW tag to read in the failing CAS case.
This can be seen in this rule of linux-kernel.cat + the comment in the *-ordered-* litmus tests

([M] ; po? ; [RMW] ; fencerel(After-atomic) ; [M]) |

…ng RMW tag to read in the failing CAS case

Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
Copy link
Collaborator

@ThomasHaas ThomasHaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hernanponcedeleon hernanponcedeleon merged commit 4412b1b into development May 10, 2024
1 check passed
@hernanponcedeleon hernanponcedeleon deleted the lkmm-tests branch May 10, 2024 05:10
tonghaining pushed a commit to tonghaining/Dat3M that referenced this pull request May 24, 2024
…ng RMW tag to read in the failing CAS case (hernanponcedeleon#672)

Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
Co-authored-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants