From 00ddcb5caaff5c794af4b79987003e73cc10ec18 Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Thu, 11 Jan 2018 16:25:06 +0000 Subject: [PATCH] Update explicit-failures-markup.xml [skip ci] --- status/explicit-failures-markup.xml | 78 +++++++++++++---------------- 1 file changed, 34 insertions(+), 44 deletions(-) diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 00326fb9fc..0f4ba7f627 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -906,9 +906,9 @@ - - - + + + Even tests that do not use C++11 lambda functions fail on this compiler because it incorrectly attempts an extra copy when @@ -962,9 +962,9 @@ - - - + + + This test fails because of a libcxxrt bug on Clang for FreeBSD which causes `std::uncaught_exception` to not work properly on @@ -977,23 +977,10 @@ - - - - - - - - - - - - - - - - - + + + + This test fails because C++17 guarantees no copies on function returns by value (so this library can only give run-time errors, @@ -1011,7 +998,7 @@ - + It is not clear why this test fails but when trying to install MinGW GCC 6.1 using `mingw-get` it says that such a compiler @@ -1023,12 +1010,12 @@ - - + + - - + + @@ -1040,11 +1027,11 @@ - - - - - + + + + + This test fails because SFINAE on this complier seems to not fail as it should when a derived class tries to call a @@ -1056,12 +1043,12 @@ - - + + - - + + This test fails because this compiler seems to incorrectly check access level of members in base classes in a context when only @@ -1071,8 +1058,8 @@ - - + + GCC 8 has not been released yet so this test might be failing because of some work-in-progress aspect of the compiler. @@ -1117,6 +1104,7 @@ + @@ -1137,10 +1125,12 @@ - - - - + + + + + + This test fails because of an internal MSVC 10.0 compiler bug. @@ -1165,7 +1155,7 @@ - + This test fails because of this compiler/platform cause an error in Boost.TypeTraits (this could be fixed in the master