summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-02-08 07:40:59 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-02-08 07:40:59 +0000
commita2e54b632e27bf20cfb9c220d7c379320d49e67d (patch)
treee3607b944c435c40bd00afc967a4ee07c82e41c5 /libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
parent8c708cf6bc36ce0335e986545444190bfb5e1abd (diff)
downloadbcm5719-llvm-a2e54b632e27bf20cfb9c220d7c379320d49e67d.tar.gz
bcm5719-llvm-a2e54b632e27bf20cfb9c220d7c379320d49e67d.zip
Temporarily disable the LCM/GCD tests under UBSAN.
llvm-svn: 294417
Diffstat (limited to 'libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp')
-rw-r--r--libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp b/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
index ddb14cd3405..0774bff40d1 100644
--- a/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
+++ b/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
@@ -8,6 +8,8 @@
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: c++98, c++03, c++11, c++14
+// XFAIL: ubsan
+
// <numeric>
// template<class _M, class _N>
OpenPOWER on IntegriCloud