[libcxx] r302213 - Document XFAIL's with the relevent bug number
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 22:19:22 PDT 2017
Author: ericwf
Date: Fri May 5 00:19:21 2017
New Revision: 302213
URL: http://llvm.org/viewvc/llvm-project?rev=302213&view=rev
Log:
Document XFAIL's with the relevent bug number
Modified:
libcxx/trunk/test/std/numerics/rand/rand.device/ctor.pass.cpp
libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp
Modified: libcxx/trunk/test/std/numerics/rand/rand.device/ctor.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/rand/rand.device/ctor.pass.cpp?rev=302213&r1=302212&r2=302213&view=diff
==============================================================================
--- libcxx/trunk/test/std/numerics/rand/rand.device/ctor.pass.cpp (original)
+++ libcxx/trunk/test/std/numerics/rand/rand.device/ctor.pass.cpp Fri May 5 00:19:21 2017
@@ -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
Modified: libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp?rev=302213&r1=302212&r2=302213&view=diff
==============================================================================
--- libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp (original)
+++ libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp Fri May 5 00:19:21 2017
@@ -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
More information about the cfe-commits
mailing list