uti/u_atomic: Don't test p_atomic_add with booleans.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 13 Feb 2015 09:46:44 +0000 (09:46 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 13 Feb 2015 19:39:27 +0000 (19:39 +0000)
commitb09f25428ff5e908aefc03b8f9931599c3afd6d2
tree7c3f8153216547cc7911c1e29f045186fcdd1aba
parente333035c47a6a4cc88f0f9ca2bced500538bebae
uti/u_atomic: Don't test p_atomic_add with booleans.

Add another class of tests.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=89112

I failed to spot this in my previous change, because bool was a typedef
for char on the system I tested.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/util/u_atomic_test.c