Disable timed sychronization tests on Apple platforms.
authorPeter Griess <pgriess@fb.com>
Thu, 26 Sep 2013 14:53:39 +0000 (09:53 -0500)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:46:28 +0000 (18:46 -0700)
commitb97d804d4b52130e5150e572bf9947402de3fee2
tree5b106f94c04fbe70d2026265e47b1c3d32879e68
parentcf2bae35d610b7fae36a19e355004665f605668c
Disable timed sychronization tests on Apple platforms.

Summary:
- Apple doesn't provide timed sychronization primitives. We already
handle this in Sychronization.h, but our unit tests were being run for
all platforms.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D998581
folly/test/SynchronizedTest.cpp