]> git.lizzy.rs Git - rust.git/commit
Add tests showing weak memory behaviours
authorAndy Wang <cbeuw.andy@gmail.com>
Thu, 12 May 2022 21:04:37 +0000 (22:04 +0100)
committerAndy Wang <cbeuw.andy@gmail.com>
Mon, 6 Jun 2022 18:15:25 +0000 (19:15 +0100)
commit7d874db213cdb17f20c4960e314bcce328d2b61c
tree781fc7872c5292bfc02c7be97c243897a21715b5
parent773131bb261a2a96426f9024271f5557bbbf5c1a
Add tests showing weak memory behaviours
tests/run-pass/concurrency/weak_memory.rs [deleted file]
tests/run-pass/concurrency/weak_memory.stderr [deleted file]
tests/run-pass/weak_memory/consistency.rs [new file with mode: 0644]
tests/run-pass/weak_memory/consistency.stderr [new file with mode: 0644]
tests/run-pass/weak_memory/imperfectly_overlapping.rs [new file with mode: 0644]
tests/run-pass/weak_memory/weak.rs [new file with mode: 0644]
tests/run-pass/weak_memory/weak.stderr [new file with mode: 0644]