test: add "double release sequence" test
authorBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 06:30:48 +0000 (23:30 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 06:34:45 +0000 (23:34 -0700)
This test uses two separate load-acquire's to establish the same release
sequence. This can cause problems with the current release sequence
fixups, so that we find an execution where one synchronizes and the
other doesn't, even when reading from the same sequence.


No differences found