[libcxx] Mark std::async race condition test as unsupported on Darwin
authorLouis Dionne <ldionne@apple.com>
Tue, 9 Oct 2018 14:57:40 +0000 (14:57 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 9 Oct 2018 14:57:40 +0000 (14:57 +0000)
commit4ad751e5c310e414b8dc7124d70673e26327abb0
treeae307d51ffc18d622b8e628230c07f4aa7c07536
parentdd1bed11d87e95cd05172fd6c1c3e7855f2ced6f
[libcxx] Mark std::async race condition test as unsupported on Darwin

PR38682 added a test to check for a race condition in std::future.
Part of the fix is part of the dylib, but there is no released version
of mac OS X that ships a dylib containing the fix. Hence, this test can
(and sometimes does) when testing on OS X. This commit marks the test
as unsupported to avoid spurious failures.

llvm-svn: 344053
libcxx/test/std/thread/futures/futures.async/async_race.38682.pass.cpp