diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-05-31 07:59:03 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-05-31 07:59:03 +0000 |
commit | ca14e2b132201dbb0e2ecedd67a1b758fcc089d8 (patch) | |
tree | 31dde9765746c2d26e760dc5e677212d91066a37 /libcxx/test/thread | |
parent | aeca2fa9f7a1c87f63a46e93577ace63f428b726 (diff) | |
download | bcm5719-llvm-ca14e2b132201dbb0e2ecedd67a1b758fcc089d8.tar.gz bcm5719-llvm-ca14e2b132201dbb0e2ecedd67a1b758fcc089d8.zip |
Fix XFAIL condition from r208840
The XFAILs in r208840 were too general. They were meant to only apply
to testing when use_system_lib was set.
llvm-svn: 209972
Diffstat (limited to 'libcxx/test/thread')
-rw-r--r-- | libcxx/test/thread/futures/futures.future_error/what.pass.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/thread/futures/futures.future_error/what.pass.cpp b/libcxx/test/thread/futures/futures.future_error/what.pass.cpp index 1dd77fad0cd..5e543504df8 100644 --- a/libcxx/test/thread/futures/futures.future_error/what.pass.cpp +++ b/libcxx/test/thread/futures/futures.future_error/what.pass.cpp @@ -10,9 +10,9 @@ // LWG 2056 changed the values of future_errc, so if we're using new headers // with an old library we'll get incorrect messages. // -// XFAIL: x86_64-apple-darwin11 -// XFAIL: x86_64-apple-darwin12 -// XFAIL: x86_64-apple-darwin13 +// XFAIL: with_system_lib=x86_64-apple-darwin11 +// XFAIL: with_system_lib=x86_64-apple-darwin12 +// XFAIL: with_system_lib=x86_64-apple-darwin13 // <future> |