From b3b66a4d811532a0c56a1ecffd7c58af804e2562 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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302213 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/std/numerics/rand/rand.device/ctor.pass.cpp | 2 ++ test/std/numerics/rand/rand.device/eval.pass.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/std/numerics/rand/rand.device/ctor.pass.cpp b/test/std/numerics/rand/rand.device/ctor.pass.cpp index 49403896a..5d72e474e 100644 --- a/test/std/numerics/rand/rand.device/ctor.pass.cpp +++ b/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/test/std/numerics/rand/rand.device/eval.pass.cpp b/test/std/numerics/rand/rand.device/eval.pass.cpp index c6e01ac25..b34e40c75 100644 --- a/test/std/numerics/rand/rand.device/eval.pass.cpp +++ b/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