From 37dc68c93b830d1368d2306e830f9bd3378ed2b4 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 5 May 2017 05:19:21 +0000 Subject: [PATCH] Document XFAIL's with the relevent bug number llvm-svn: 302213 --- libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp | 2 ++ libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp index 49403896ac3c..5d72e474ed89 100644 --- a/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// See bugs.llvm.org/PR20183 +// // XFAIL: with_system_cxx_lib=macosx10.11 // XFAIL: with_system_cxx_lib=macosx10.10 // XFAIL: with_system_cxx_lib=macosx10.9 diff --git a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp index c6e01ac250a8..b34e40c75273 100644 --- a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// See bugs.llvm.org/PR20183 +// // XFAIL: with_system_cxx_lib=macosx10.11 // XFAIL: with_system_cxx_lib=macosx10.10 // XFAIL: with_system_cxx_lib=macosx10.9