Partially address a FIXME in steady_clock::now()

http://reviews.llvm.org/D4045


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@216949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonathan Roelofs
2014-09-02 21:14:38 +00:00
parent b9420936a4
commit c5780651c3
5 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
// darwin11 and darwin12:
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// UNSUPPORTED: no-monotonic-clock
// <chrono>

View File

@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: no-monotonic-clock
// <chrono>