Revert 'Eliminate TSan warnings (false positives) in gctest'
authorIvan Maidanski <ivmai@mail.ru>
Thu, 2 Nov 2017 21:38:00 +0000 (00:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 2 Nov 2017 21:48:34 +0000 (00:48 +0300)
commita23ddda443ab9d68da4dc88d248c02465b00fae9
tree536cb8fd796ef2067d04964dbc36f426f0679ab3
parentc7837f864970e3859a3b35b9b8c0858a3548a457
Revert 'Eliminate TSan warnings (false positives) in gctest'

This reverts commit c7837f864970e3859a3b35b9b8c0858a3548a457.

Because it does not avoid potential data race between GC_malloc
(invoked from cons) and check_ints; the proper solution seems to
just use AO_load_acquire and AO_store_release to access A.aa.
tests/test.c