Do not report absence of meaningless nop, load and store in test_atomic
authorIvan Maidanski <ivmai@mail.ru>
Tue, 2 Oct 2012 12:02:17 +0000 (16:02 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 2 Oct 2012 12:02:17 +0000 (16:02 +0400)
commit4b760446220e07f43332deed157817c2594b48bd
tree9112ab67abfd0bc2320c585251cb090440d6161a
parent0c3c571508e61cc35e4a907072b37958045f9769
Do not report absence of meaningless nop, load and store in test_atomic

* tests/test_atomic_include.template (test_atomicXX): Do not report
missing useless AO_nop_acquire[_read]/release[_write],
AO_[char/short/int_]store_read/acquire[_read] and
AO_[char/short/int_]load_write/release[_write] primitives (by checking
the presence of all the meaningful primitives of the same group).
tests/test_atomic_include.template