From 46f18de86faffee3847026de38054b879f35e670 Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Sun, 12 Nov 2017 05:25:05 +0000 Subject: [PATCH] Update explicit-failures-markup.xml --- status/explicit-failures-markup.xml | 55 ++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index c33f179e45..921013fb43 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -829,6 +829,19 @@ This is fixed in MinGW GCC 4.3. + + + + Even tests that do not use C++11 lambda functions fail on this + compiler because of a number of different issues + (Boost.Exception, which used by this library, also is not + supported on this compiler, incorrect implementation of some + aspects of friendship, incorrect dispatching of some `volatile` + calls, etc.). + These issues are fixed in MSVC 9.0 (but only MSVC 11.0 has + adequate lambda function support). + + @@ -876,11 +889,40 @@ C++17 compilers). + + + + + + It is not clear why this test fails but when trying to install + MinGW GCC 5.1 using `mingw-get` it says that such a version does + not exist (so this issue could not be investigated any further). + This is fixed on MinGW 5.2. + + + + + + + + + + + + + + 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 version does + not exist (so this issue could not be investigated any further). + This is fixed on MinGW 6.2. + + + @@ -913,6 +955,7 @@ + @@ -924,6 +967,15 @@ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57973). + + + + + GCC 8 has not been released yet so this test might be failing + because of some work-in-progress aspect of the compiler. + This test did not fail on GCC 7. + + @@ -974,7 +1026,8 @@ incorrectly when both `const` and `const volatile` overloads are present (even if the authors could not find a direct reference to this possible compiler issue online). - This is fixed in MSVC 9.0. + This is fixed in MSVC 9.0 (but only MSVC 11.0 has adequate + lambda function support).