diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-02-06 00:59:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-02-06 00:59:06 +0000 |
commit | 434fb1f6d53101da52c5cb05abf94a8ec2fc191f (patch) | |
tree | 8ea450078bec4c97f923786e295af6587f4d11b1 /libcxx/test/utilities/time | |
parent | 70299928079fe7d372e0b934dfcaaae6c947f193 (diff) | |
download | bcm5719-llvm-434fb1f6d53101da52c5cb05abf94a8ec2fc191f.tar.gz bcm5719-llvm-434fb1f6d53101da52c5cb05abf94a8ec2fc191f.zip |
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
- As of this commit, the test suite should now fully pass on both darwin11 and
darwin12 when testing against either a locally built libc++ or the system libc++.
llvm-svn: 174478
Diffstat (limited to 'libcxx/test/utilities/time')
3 files changed, 15 insertions, 0 deletions
diff --git a/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp b/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp index 3abf4320ea8..848534d6179 100644 --- a/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp +++ b/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp @@ -6,6 +6,11 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This test uses new symbols that were not defined in the libc++ shipped on +// darwin11 and darwin12: +// XFAIL: with_system_lib=x86_64-apple-darwin11 +// XFAIL: with_system_lib=x86_64-apple-darwin12 // <chrono> diff --git a/libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp b/libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp index 5e42dc9cdfc..bec678713c2 100644 --- a/libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp +++ b/libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp @@ -6,6 +6,11 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This test uses new symbols that were not defined in the libc++ shipped on +// darwin11 and darwin12: +// XFAIL: with_system_lib=x86_64-apple-darwin11 +// XFAIL: with_system_lib=x86_64-apple-darwin12 // <chrono> diff --git a/libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp b/libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp index 4182384dbea..d9d6b04d631 100644 --- a/libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp +++ b/libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp @@ -6,6 +6,11 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This test uses new symbols that were not defined in the libc++ shipped on +// darwin11 and darwin12: +// XFAIL: with_system_lib=x86_64-apple-darwin11 +// XFAIL: with_system_lib=x86_64-apple-darwin12 // <chrono> |