~ubuntu-branches/ubuntu/trusty/libc++/trusty

« back to all changes in this revision

Viewing changes to libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-04-24 09:32:41 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130424093241-80ospffb33lml11k
Tags: 1.0~svn180177-1~exp1
* New upstream release
* Minimal clang version (>= 3.2)
* Standards-Version updated to version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
// Source Licenses. See LICENSE.TXT for details.
7
7
//
8
8
//===----------------------------------------------------------------------===//
 
9
//
 
10
// This test uses new symbols that were not defined in the libc++ shipped on
 
11
// darwin11 and darwin12:
 
12
// XFAIL: with_system_lib=x86_64-apple-darwin11
 
13
// XFAIL: with_system_lib=x86_64-apple-darwin12
9
14
 
10
15
// <chrono>
11
16