litmus: iriw: allow command-line switch 's' for seq_cst
authorBrian Norris <banorris@uci.edu>
Wed, 16 Jan 2013 08:24:48 +0000 (00:24 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 16 Jan 2013 08:26:19 +0000 (00:26 -0800)
commit342a2b1b8cf1bb74bf2b35bfd217a9c21818668f
tree7d4eaaabe1d30d2ce54402e44c113c4f4e6ef93d
parent1b0df15c23ebf67b7737021312dbb14bf442daba
litmus: iriw: allow command-line switch 's' for seq_cst

The IRIW litmus test fails if we make it seq_cst; we don't see all 15
potential behaviors. Run with:

  # release/acquire litmus test
  ./run.sh test/litmus/iriw.o -v

  # seq_cst litmus test
  ./run.sh test/litmus/iriw.o -v -- s
test/litmus/iriw.cc