diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-07-18 02:29:33 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-07-18 02:29:33 +0000 |
commit | 03f46fc2eda586c946f875195db87b942d139452 (patch) | |
tree | 9550485d289a6e6beced9fc4c5c6f37c891c83eb /libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp | |
parent | b6b04e20130c70a9b86aa98bd941e28e7ef963b3 (diff) | |
download | bcm5719-llvm-03f46fc2eda586c946f875195db87b942d139452.tar.gz bcm5719-llvm-03f46fc2eda586c946f875195db87b942d139452.zip |
Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.
llvm-svn: 275753
Diffstat (limited to 'libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp b/libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp index 2e3acbc52b1..b6b3aeea94f 100644 --- a/libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp +++ b/libcxx/test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp @@ -12,6 +12,10 @@ // XFAIL: with_system_cxx_lib=x86_64-apple-darwin11 // XFAIL: with_system_cxx_lib=x86_64-apple-darwin12 +// Due to C++17 inline variables ASAN flags this test as containing an ODR +// violation because Clock::is_steady is defined in both the dylib and this TU. +// UNSUPPORTED: asan + // <chrono> // high_resolution_clock |