test-atomic: Drop atomic read-modify-write tests for the moment.
authorBen Pfaff <blp@nicira.com>
Sat, 29 Jun 2013 15:18:54 +0000 (08:18 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 29 Jun 2013 15:19:31 +0000 (08:19 -0700)
commit05d299e0ccca80736cd4438c3224540c5448a7d4
treec7fa9538aa5b5d7b00e1be4bf84818b200654880
parentd3b528838ba3df2d3ea07be3275bf3212c92b0be
test-atomic: Drop atomic read-modify-write tests for the moment.

XenServer builds are failing because of link errors reporting that
__sync_fetch_and_<op>_<size> were not found, for <op> in add/sub/and/xor/or
and <size> in 1/2/4/8.  We're not actually using these RMW operations yet,
so as a stopgap measure just drop the tests.

The correct long-term fix is probably to do Autoconf linkage tests for
these operations instead of just testing the GCC version (if we really need
the operations at all).

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
tests/test-atomic.c